loenard97 / minils

Small ls clone with pretty printing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minils

A small ls clone, with pretty printing

▶️ Usage

default output as grid

$ minils
Cargo.lock  Cargo.toml  LICENSE  README.md  src  target

-a include dotfiles

$ minils -a
.git        .gitignore  Cargo.lock  Cargo.toml  LICENSE     README.md   src         target

-l long list

$ minils -l
Last modified     Size              Name
────────────────────────────────────────────────────
2023/05/22 20:03  16 kB             Cargo.lock
2023/05/22 20:03  333 B             Cargo.toml
2023/05/19 22:11  10 kB             LICENSE
2023/05/20 10:11  384 B             README.md
2023/05/22 19:48                    src
2023/05/19 17:47                    target

-t recursive tree

$ minils -t
├─ Cargo.lock
├─ Cargo.toml
├─ LICENSE
├─ README.md
├─ src
│  ├─ lib.rs
│  ├─ main.rs
│  └─ util.rs
└─ target

About

Small ls clone with pretty printing

License:Open Software License 3.0


Languages

Language:Rust 100.0%