Skip to content

pbzweihander/truck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

truck

license

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.

Installation

Bash

git clone https://github.com/pbzweihander/truck.git --depth=1 ~/.truck &&\
  echo 'source ~/.truck/abbreviation.sh' >> ~/.bashrc

Zsh with zplug

zplug "pbzweihander/truck"

Contribution

If you have any commands to be shortened or better abbreviation, feel free to open PR!

About

List of useful aliases for rust-cargo commands.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages