gt_rs

Crates.iogt_rs
lib.rsgt_rs
version0.1.3
created_at2025-05-03 19:03:21.563385+00
updated_at2025-05-04 22:49:32.649282+00
descriptionA better CD
homepage
repositoryhttps://github.com/turnsy-backup/gt_rs
max_upload_size
id1659075
size35,472
(turnsy-backup)

documentation

README

gt_rs

This tool essentially combines harpoon and cd. If you frequently are cd'ing the same directories, this is for you!

Installation

  1. Install gt_rs:
cargo install gt_rs
  1. 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 with gt.

Next features:

  • Ability to delete entries
  • Navigate by number
  • Double press to confirm selection with number
  • tests, lol
Commit count: 11

cargo fmt