1.0.0 • Published 6 years ago

symlink-cli v1.0.0

Weekly downloads
825
License
WTFPL
Repository
github
Last release
6 years ago

symlink-cli

This command-line app exists because I can never remember the argument order for ln -s (the order isn't even consistent between different flavors of *nix!), and the words on the man page are so ambiguous they don't even help

Install

npm i -g symlink-cli

Usage

symlink [existing file] [new symlink that points at that file]

To see the instructions because you still can't remember the order

symlink
# prints: symlink [existing file] [new symlink that points at that file]

License

WTFPL