https://github.com/fabiosantoscode/lnwtf
For those who can never remember the argument order of ln!
https://github.com/fabiosantoscode/lnwtf
Last synced: 7 months ago
JSON representation
For those who can never remember the argument order of ln!
- Host: GitHub
- URL: https://github.com/fabiosantoscode/lnwtf
- Owner: fabiosantoscode
- Created: 2015-09-20T12:22:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-20T22:10:44.000Z (over 10 years ago)
- Last Synced: 2025-06-07T00:38:25.005Z (8 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lnwtf
Because I never remember the argument order for `ln`. And because doing relative paths is just confusing!
Here's how to create a symlink from `/foo/bar` to a directory called `here`, above your own directory.
$ lnwtf -s --from /foo/barz --to ../here
Easy right?
# Options
```
-f, --from The start of the link (required)
-t, --to The destination of the link (required)
-s, --symbolic, --symlink Create a symbolic link
-h, --help Display this message
```