Skip to content

NaruseNia/witch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

witch

"Magical alternative to the which command"

witch_command

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...)


Usage

witch [OPTIONS] <FILENAME>

Options:

-h, --help       Print help information
-V, --version    Print version information

Build / Install

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.


TODO

  • Support multiple filenames.
  • Create --all option.