A very simple third-party cargo subcommand to execute a custom command
cargo install -f cargo-x
ls = "ls -ltr"
cargo x ls
MIT