8 releases
0.1.7 | Sep 6, 2024 |
---|---|
0.1.6 | Sep 1, 2024 |
0.1.5 | Aug 26, 2024 |
#432 in Development tools
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
~68K SLoC