minils

Crates.iominils
lib.rsminils
version0.1.0-alpha
sourcesrc
created_at2024-11-19 11:35:30.09968
updated_at2024-11-19 11:35:30.09968
descriptionA reimplementation of exa from the ground up
homepage
repositoryhttps://github.com/thought-eater/minils
max_upload_size
id1453151
size20,460
(thought-eater)

documentation

README

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.


Command-line options

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


Installation

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
Commit count: 1

cargo fmt