#up #ground #exa #filtering #display

bin+lib minils

A reimplementation of exa from the ground up

1 unstable release

0.1.0-alpha Nov 19, 2024

#5 in #ground

Download history 125/week @ 2024-11-16 19/week @ 2024-11-23 1/week @ 2024-12-07

145 downloads per month

GPL-3.0 license

20KB
443 lines

minils

minils is a reimplementation of exa from the ground up.

README Sections: OptionsInstallation


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

No runtime deps