titta 0.1.4

An alternative to ls built in Rust.
titta-0.1.4 is not a library.

📌 Information

Titta is a rust alternative to the ls unix tool.


📦 Install

cargo install titta

💻 Usage

$ ta <flags> <optional path>

Flags

-i : devicons
-w : color
-a : show hidden files
-e : show which .sh files are executable with '*' suffix

Subcommands

tree <level> : view as tree hierarchy
    example usage:
    $ ta tree 3 -i -a ~/Downloads/

help : view available flags, subcommands etc.
    example usage:
    $ ta help

📜 License

This project is licensed under the MIT License.