π§ͺ Just a print tool, but we gave it lsd
lsd-print is in the AUR
yay -S lsd-print
Run make
# π lsd-print/
make
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.
la | lsd-print -b
docker run --rm -it ghcr.io/skwalexe/lsd-print:main
# π lsd-print/
docker build -t lsd-print .
docker run --rm -it lsd-print [OPTIONS]
Run make uninstall
# π help-ukraine/
make uninstall
Just remove the binary
sudo rm /usr/bin/lsd-print
If you have any problem, don't hesitate to open an issue
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.