mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-10 06:14:19 +00:00
No description
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
LSD
A ls command with a lot of pretty colors.
Description
This project is heavily inspired by the super colorls project but with some little differences. For example is written is rust and not ruby which make it really faster (around 10 times).
Screenshot
Installation
- Install rust
- Install the patched fonts of powerline nerd-font and/or font-awesome. Have a look at the Nerd Font README for more installation instructions.
Note for
rbenv
users - In case of load error when usinglc
, please try the below patch. - Install the lsd package with
cargo install lsd
TODO
- Handle the
-l
option (used by default for now) - Handle the
-a
option - Add icons before the files names
- Handle the tree (
--tree
) output option - Handle the json (
--json
) output option - Handle Named pipes
- Handle sockets
- Handle block devices
- Handle character devices