4 releases
| 0.1.3 | May 4, 2025 |
|---|---|
| 0.1.2 | May 4, 2025 |
| 0.1.1 | May 3, 2025 |
| 0.1.0 | May 3, 2025 |
#7 in #cd
122 downloads per month
11KB
254 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/bashrcfile:
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
~8–22MB
~283K SLoC