fornwall / rust-script

Run Rust files and expressions as scripts without any setup or compilation step.
https://rust-script.org
Apache License 2.0
1.2k stars 41 forks source link

Feat: shortcut rust-script command name #128

Open CodeIter opened 3 months ago

CodeIter commented 3 months ago

Hi, You can simplify the command name to a shorter name like : rusts , runrust , rustexec ... This way, The user will type the command more quickly.

CodeIter commented 3 months ago

Or adding a post install code that make symbolic link to ~/.local/bin with a shorter name.