Skip to content

chmln/sl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sl - symbolic links

Because ln is annoying and ambiguous. This is basically ln -sT with some nice improvements.

Features

  • paths are canonicalized
  • the symbolic link is created along with any parent directories, if necessary
  • Only one way to create a symlink
    • yeah, this is a feature because ln has 4 ways of doing it

Install

cargo install sl_cli

or grab a binary from here