https://github.com/will-lynas/lnx
🔗 Create symlinks more intuitively
https://github.com/will-lynas/lnx
rust shell symlink symlinks
Last synced: about 2 months ago
JSON representation
🔗 Create symlinks more intuitively
- Host: GitHub
- URL: https://github.com/will-lynas/lnx
- Owner: will-lynas
- Created: 2024-10-05T19:26:32.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-05T19:34:33.000Z (about 1 year ago)
- Last Synced: 2024-12-13T18:08:15.314Z (10 months ago)
- Topics: rust, shell, symlink, symlinks
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lnx 🔥
A *very* thin wrapper around `ln -s` 🔗
## Features
- More intuitive argument names
- Resolves all paths
- Creates parent directories if needed## Install
```sh
cargo install --git https://github.com/will-lynas/lnx
```## Usage
```sh
$ lnx --help
Creates symbolic links with resolved absolute paths.Usage: lnx --real-path --fake-path
Options:
-r, --real-path The target path the symlink will point to (real path)
-f, --fake-path The path where the symlink will be created (fake path)
-h, --help Print help
```