https://github.com/will-lynas/lnx
🔗 Create symlinks more intuitively
https://github.com/will-lynas/lnx
rust shell symlink symlinks
Last synced: 5 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-05T19:34:33.000Z (over 1 year ago)
- Last Synced: 2025-10-25T22:53:04.091Z (8 months ago)
- Topics: rust, shell, symlink, symlinks
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 3
- 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
```