1 unstable release
0.1.0-alpha | Nov 19, 2024 |
---|
#5 in #ground
145 downloads per month
20KB
443 lines
minils
minils is a reimplementation of exa from the ground up.
README Sections: Options — Installation
minils was created as a personal project inspired by The Rust Programming Language by Steve Klabnik and Carol Nichols.
List directory contents. Ignore files and directories starting with a '.' by default
Display options
- -1, --oneline: display one entry per line
- -G, --grid: display entries as a grid (default)
- -l, --long: display extended details and attributes
Filtering options
- -a, --all: show hidden and 'dot' files
- -d, --list-dirs: list directories like regular files
- -D, --only-dirs: list only directories
- -f, --only-files: list only files
minils is available for unix systems: MacOs and Linux.
Cargo
If you already have a Rust environment set up, you can use the cargo install
command:
cargo install minils