Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.17 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.17 KB

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.