#better #looking #command #ls #file #alias

app ls-enhanced

a better looking ls command

8 releases

0.1.7 Sep 6, 2024
0.1.6 Sep 1, 2024
0.1.5 Aug 26, 2024

#152 in Configuration

Download history 291/week @ 2024-08-09 201/week @ 2024-08-16 329/week @ 2024-08-23 194/week @ 2024-08-30 126/week @ 2024-09-06

931 downloads per month

MIT license

115KB
798 lines

a better looking file listing tool


Installation

using cargo:

cargo install ls-enhaced --locked

for a better usablility, add an alias to the command:

alias lse="ls-enhaced"

from source:

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"

Ups and Downs of using from source:

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.

Dependencies

~0.6–11MB
~70K SLoC