titta 0.2.3

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

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.