| Crates.io | gt_rs |
| lib.rs | gt_rs |
| version | 0.1.3 |
| created_at | 2025-05-03 19:03:21.563385+00 |
| updated_at | 2025-05-04 22:49:32.649282+00 |
| description | A better CD |
| homepage | |
| repository | https://github.com/turnsy-backup/gt_rs |
| max_upload_size | |
| id | 1659075 |
| size | 35,472 |
This tool essentially combines harpoon and cd. If you frequently are cd'ing the same directories, this is for you!
gt_rs:cargo install gt_rs
.zshrc / bashrc file:function gt() {
cd "$(gt_rs "$@")"
}
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 with gt.