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

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

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
```