Skip to content

simon-danielsson/titta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titta

An alternative to ls built in Rust.

Crates.io version MIT License Rust Last commit

InfoInstallUsageLicense


📌 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.