Crates.io | minils |
lib.rs | minils |
version | 0.1.0-alpha |
source | src |
created_at | 2024-11-19 11:35:30.09968 |
updated_at | 2024-11-19 11:35:30.09968 |
description | A reimplementation of exa from the ground up |
homepage | |
repository | https://github.com/thought-eater/minils |
max_upload_size | |
id | 1453151 |
size | 20,460 |
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
-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.
If you already have a Rust environment set up, you can use the cargo install
command:
cargo install minils