4 releases
new 0.1.3 | May 4, 2025 |
---|---|
0.1.2 | May 4, 2025 |
0.1.1 | May 3, 2025 |
0.1.0 | May 3, 2025 |
#3 in #cd
91 downloads per month
11KB
223 lines
gt_rs
This tool essentially combines harpoon and cd. If you frequently are cd'ing the same directories, this is for you!
Installation
- Install
gt_rs
:
cargo install gt_rs
- Add the following to your
.zshrc
/bashrc
file:
function gt() {
cd "$(gt_rs "$@")"
}
Usage
gt
: opens path selector. Simply navigate to the path you want to go to, and press enter/space.gt add <PATH>
adds a path to your list that opens withgt
.
Next features:
- Ability to delete entries
- Navigate by number
- Double press to confirm selection with number
- tests, lol
Dependencies
~7–17MB
~244K SLoC