Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maandree/relink
A simple utility that modifies your symlinks
https://github.com/maandree/relink
file-management links symlinks
Last synced: about 2 months ago
JSON representation
A simple utility that modifies your symlinks
- Host: GitHub
- URL: https://github.com/maandree/relink
- Owner: maandree
- License: gpl-3.0
- Created: 2014-04-29T19:39:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-01T06:13:52.000Z (about 9 years ago)
- Last Synced: 2024-08-09T02:18:12.444Z (4 months ago)
- Topics: file-management, links, symlinks
- Language: Makefile
- Size: 34.2 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
- jimsghstars - maandree/relink - A simple utility that modifies your symlinks (Makefile)
README
NAME
relink - A simple utility that modifies your symlinksSYNOPSIS
relink [OPTION]... [--] [FILE]...DESCRIPTION
relink is a simple utility that modifies your symlinks
FILE in a selected manner:* Change linking to relative path, do not follow
links.* Change linking to absolute path, do not follow
links.* Change linking to relative path, follow links.
* Change linking to absolute path, follow links.
* Change into hardlink.
* Remove link but duplicate target.
If FILE is omitted, the file list will be read from stdin.
OPTIONS
--help
Print help information.--copyright
Print copyright information.--warranty
Print warranty disclaimer.--version
Print program name and version.--relative
Link to relative path. (default)--absolute
Link to absolute path.--symlink
Keep as symbolic link. (default)--hardlink
Change into hardlink.--duplicate
Duplicate target instead of linking.--follow-links
Follow symlinks when resolving target.--recursive
Change links that are inside directories.--nul
Use NUL instead of LF as filename terminator
when reading the filelist from stdin.RATIONALE
Moving files around when symlinks are invoked can be
hell. Additionally, file managers seldom let you choose
whether symlinks should be relative or absolute.SEE ALSO
ln(1)