Directory Bookmarking CLI written in rust
- cargo
- rustc
You can install it from here
- clone this repository
- cd to the repository
- build the code with this command
cargo build --release --bin katuk_rs
- copy target/release/katuk_rs to your PATH (e.g., usr/bin/)
- source the equivalent script in folder script/ to your shell (e.g., /usr/bin/)
- enjoy :D
-h: help
-a <name>: new bookmark for current directory
-a <name> <path>: new bookmark for path
-p <name>: change dir to the path
-l: list all available bookmarks
-e <name>: edit the existing bookmark for current directory
-e <name> <path>: edit the existing bookmark for path