If you've been coding until midnight and accidentally typo'd the which
command with the witch
command, no worries!
A kind witch will teach you instead!
Maybe on Windows it could be used as a which
command! (It takes up a bit of line, though...)
witch [OPTIONS] <FILENAME>
Options:
-h, --help Print help information
-V, --version Print version information
First, clone this repository and move to the directory.
git clone https://github.com/NaruseNia/witch.git && cd witch
And build or install!!
cargo build --release
or
cargo install --path .
You can also download pre-built one on Release.
- Support multiple filenames.
- Create
--all
option.