3 releases
0.1.2 | Jan 7, 2024 |
---|---|
0.1.1 | Jan 7, 2024 |
0.1.0 | Jan 7, 2024 |
#13 in #rustyline
9KB
185 lines
Just-Shell
A very minimal shell to invoke just
commands with aggressive auto-completion, as an alternative to just --choose
.
Install
cargo install just-shell
- I recommend aliasing it to e.g.
js
in your shell.
Features
- Fuzzyfind rules using
fuzzy-matcher
. - Interactive shell using
rustyline
.
TODO
- Print executed rule.
- Hide the shell command printed by just
- Aliases
- Arguments
- History
- Ordering by usage count
Dependencies
~4–12MB
~137K SLoC