Skip to content

TehShrike/symlink-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Uses fs-symlink in the background, so it's extra-friendly with the auto mkdir -p and good file-exists-already behavior.

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

About

Like ln -s except less tricksy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published