v0.1.1
First public release of witch — a typo-tolerant which.
Install
Via the codedeviate/cli Homebrew tap (builds from source):
brew install codedeviate/cli/witchAdded
- Typo-tolerant PATH lookup with
which-style output (Jaro-Winkler matching with a quality-cliff cutoff) - Exact-match short-circuit identical to
whichbehavior - Single-result mode when stdout is not a TTY, so
$(witch gerp)and pipes get exactly one path -1/--first,-a/--all,-q/--quiet,-i/--pickflags--examplesflag, plus clap-generated-h/--helpand-V/--version- Interactive picker rendered on stderr so it works inside command substitution
- README, MIT license, and full crate metadata (crate
witch-cli, binarywitch)
See CHANGELOG.md for details.