Skip to content

Relink is a command-line tool to update symbolic links in linux.

License

Notifications You must be signed in to change notification settings

saturn279/relink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

relink

Welcome to relink - the symbolic link transformer!

relink is a lightweight Linux utility designed to streamline the management of symbolic links by converting absolute symbolic links to relative ones within a specified directory. This ensures that your symbolic links remain intact and functional even when the directory structure is moved or shared across different systems. It works recursively and is designed to be idempotent. Performing multiple tranformations on the same directory does not leave dangling links.

Installation

Manual

To install relink, simply run the following command in your terminal:

git clone https://github.com/saturn279/relink
cd relink

Usage

relink can be executed with the following command:

relink <directory_path>

Options

<directory_path>: Specify the base directory for recreated relative paths and for recursive search for softlinks

About

Relink is a command-line tool to update symbolic links in linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages