lsd-print

🧪 Just a print tool, but we gave it lsd

View on GitHub

lsd-print🧪

🧪 Just a print tool, but we gave it lsd

Installation 📦

Arch Linux 🐧

lsd-print is in the AUR

yay -S lsd-print

Other 🪟🐧

With make - Linux 🐧

Run make

# 📂 lsd-print/
make

Build from source - Linux 🐧 & Windows 🪟

Clone this repo

git clone https://github.com/SkwalExe/lsd-print.git

build with cargo

# 📂 lsd-print/
cargo build --release

[ LINUX ONLY ] : Move the binary

# 📂 lsd-print/
sudo cp target/release/lsd-print /usr/bin/lsd-print

On windows the executable will be target\release\lsd-print.exe you can move it wherever you want.

Usage 📝

Example

la | lsd-print -b 

Docker 🐳

Run the latest version

docker run --rm -it ghcr.io/skwalexe/lsd-print:main

Test your changes 🚧

Build 🛠️

# 📂 lsd-print/
docker build -t lsd-print .

Run 🏃

docker run --rm -it lsd-print [OPTIONS]

Uninstall 🗑

With make

Run make uninstall

# 📂 help-ukraine/
make uninstall

Or

Just remove the binary

sudo rm /usr/bin/lsd-print

final

If you have any problem, don’t hesitate to open an issue

contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.