Crates.io | git-tc |
lib.rs | git-tc |
version | 0.1.1 |
source | src |
created_at | 2024-11-11 05:24:47.194961 |
updated_at | 2024-11-11 05:40:08.831442 |
description | A lightweight package for Tab completion of Github URLs |
homepage | |
repository | https://github.com/sumanthrh/git-tc |
max_upload_size | |
id | 1443468 |
size | 64,264 |
git-tc
: Autocomplete for Github URLsHave 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.
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
./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.