Leaper
A simple CLI tool to quickly leap to a directory.
Installation
You have to have cargo installed
Usage
You are home, please cd instantly the debug folder, oh, you can't? :)
.
└── home/
├── dev/
│ └── projects/
│ └── fun
└── etc/
├── misc/
│ ├── files
│ ├── more_files
│ └── even_more_files/
│ └── cathat.png
└── more/
└── test/
├── debug
└── release
Try this!
Voilà!
What about a file? Sure, let's leap to the PNG.
As you can see, it will leap to the parent directory of the file.
CLI
Usage: leap [OPTIONS] <target>
Arguments:
<target>
Options:
-u, --up Leap upwards to Parent directories without following any subfolders
-p, --path Return Path without leaping
-h, --help Print help
-V, --version Print version
Notes
- Warp terminal uses a specific profile behaviour, while the tool works, it will change your prompt to your default shell profile