2 releases
0.1.1 | Nov 11, 2024 |
---|---|
0.1.0 | Nov 11, 2024 |
#2303 in Command line utilities
42 downloads per month
18KB
181 lines
git-tc
: Autocomplete for Github URLs
Have you ever craved Tab completion for your Github URLs? Oh what's that? Never thought about it and it's not very useful? Well, umm, shut it!
git-tc
is a lightweight Rust package to provide Tab completion for GitHub repo names.
NOTE: This is just a toy project of mine for learning Rust.
Installation
You can install from the published crate:
cargo install git-tc
Or install from the git repository
cargo install --git https://github.com/SumanthRH/git-tc
Usage
./target/release/git-tc <orgname>
Once you execute the above command, you can type in the prefix for your repo, hit Tab, and get completions.
Dependencies
~14–27MB
~404K SLoC