[–] rchrd2 8y ago ↗ Introducing `shortcut`, a command line utility published on NPM.Shortcut makes it easy to remember commonly-used commands. You can add a shortcut with `shortcut add $name $command`. For example `shortcut add hello echo Hello!` `shortcut hello`.Learn more at https://github.com/rchrd2/shortcut, or install it with `npm install -g shortcut-cli`.
2 comments
[ 4.6 ms ] story [ 10.9 ms ] threadShortcut makes it easy to remember commonly-used commands. You can add a shortcut with `shortcut add $name $command`. For example `shortcut add hello echo Hello!` `shortcut hello`.
Learn more at https://github.com/rchrd2/shortcut, or install it with `npm install -g shortcut-cli`.
Why use this over `alias`?