tgd

Crates.iotgd
lib.rstgd
version0.1.0
sourcesrc
created_at2023-09-23 17:30:15.720025
updated_at2023-09-23 17:30:15.720025
descriptionA cli to search, query, and filter a tribal government directory
homepagehttps://github.com/nativesintech/tribal_government_directory
repositoryhttps://github.com/nativesintech/tribal_government_directory
max_upload_size
id981371
size168,794
Adam Recvlohe (arecvlohe)

documentation

https://docs.rs/tgd

README

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
Commit count: 19

cargo fmt