Skip to content

Latest commit

 

History

History
91 lines (67 loc) · 1.78 KB

File metadata and controls

91 lines (67 loc) · 1.78 KB

titta

An alternative to ls built in Rust.

Crates.io version MIT License Last commit

InstallUsage
DependenciesLicense


Install

cargo install titta

Usage

$ ta <flags> <optional path>

Flags

-a : show hidden files

Subcommands

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

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

Config

Launch Titta for the first time to generate a default config file:
~/.config/titta/config

# === colors ===

red = #DF6C74
green = #99C379
yellow = #F9E2B0
blue = #61AFEF
magenta = #C678DD
cyan = #87AFAE
orange = #DAA281
white = #AAB5C0

Dependencies


License

This project is licensed under the MIT License.