List of useful aliases for rust-cargo commands.
Move cargo faster with truck!
truck, list of useful cargo command aliases for bash and zsh.
c = cargo
ci = cargo init
cn = cargo new
cc = cargo check
cb = cargo build
ct = cargo test
cr = cargo run
cu = cargo update
cpb = cargo publish
cclr = cargo clean
...
truck also includes aliases for
rust-clippy,
cargo-edit,
cargo-update.
git clone https://github.com/pbzweihander/truck.git --depth=1 ~/.truck &&\
echo 'source ~/.truck/abbreviation.sh' >> ~/.bashrc
zplug "pbzweihander/truck"
If you have any commands to be shortened or better abbreviation, feel free to open PR!