#search-query #indigenous-tech #indigenous #native-tech #natives-in-tech

bin+lib tgd

A cli to search, query, and filter a tribal government directory

1 unstable release

0.1.0 Sep 23, 2023

#34 in #search-query

GPL-3.0-only

51KB
386 lines

tgd - tribal government directory

A simple command line interface (cli) utility to query, search, and filter basic data about tribal governments. Information about the tribal governments was taken from the NCAI tribal government directory.

Install

$ cargo install tgd

Usage

Running tgd --help should provide a helpful overview of what the cli can do. Some examples:

List the names of all tribal governments

$ tgd list

List the tribal governments websites that use .org domains

$ tgd list --websites dot-org

List the tribal governments websites that use .com domains

$ tgd list --websites dot-com

List tribal governements whose name includes search term

$ tgd list --name Muscogee

lib.rs:

tgd - tribal government directory

A command line utility (cli) to query a directory of tribal governments

Examples:

$ tgd list # lists the names of all tribal governments
$ tgd list --name Muscogee # lists tribal governments with given name
$ tgd list --websites https # lists tribal governments who have https websites
$ tgd --help # more details about how it works

Dependencies

~14–28MB
~446K SLoC