| Crates.io | ls-enhanced |
| lib.rs | ls-enhanced |
| version | 0.1.7 |
| created_at | 2024-08-11 00:01:13.47647+00 |
| updated_at | 2024-09-06 22:18:20.861451+00 |
| description | a better looking ls command |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1332818 |
| size | 153,383 |
cargo install ls-enhaced --locked
for a better usablility, add an alias to the command:
alias lse="ls-enhaced"
git clone https://github.com/LelouchFR/ls-enhaced.git
mkdir ~/.config/lse
mv .github/config.toml ~/.config/lse/config.toml
cargo run
add an alias in you environment:
alias lse="path/to/executable"
if you use the cargo version, you don't have to add the config file yourself, it will be generated for you automatically on first execution, but it will be a little "messy", not like the version build from source.