Skip to content

SkwalExe/lsd-print

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

31 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.