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
- Host: GitHub
- URL: https://github.com/chmln/sl
- Owner: chmln
- Created: 2020-06-14T19:36:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T00:50:38.000Z (about 5 years ago)
- Last Synced: 2025-02-03T17:55:53.188Z (over 1 year ago)
- Topics: cli, command-line, linux, rust
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)