An open API service indexing awesome lists of open source software.

https://github.com/chmln/sl

Symlinks made easy
https://github.com/chmln/sl

cli command-line linux rust

Last synced: about 1 year ago
JSON representation

Symlinks made easy

Awesome Lists containing this project

README

          

# 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](https://github.com/chmln/sl/releases)