This CLI utility is designed to easily manage shell aliases by providing a way to add and remove aliases from anywhere.
- Make sure you have Rust installed.
- Clone the repo with
https://github.com/jamesnelmore/shell-shortcuts.git
. - Run
./deploy.sh
to build the app and copy it to/usr/local/bin
as the binarysshort
.- Alternatively, build the app with
cargo build --release
and then copy the binary intarget/release
to somewhere in your PATH.
- Alternatively, build the app with
This app will modify the aliases present in the ~/.aliases
file,
which should be sourced from the shell profile.
This may be extended. in #7.
For available commands, run sshort help
.