Skip to content

simon-danielsson/titta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.