6 releases

Uses new Rust 2024

new 0.2.3 Mar 23, 2026
0.2.2 Mar 23, 2026
0.1.161 Feb 2, 2026
0.1.5 Mar 22, 2026

#262 in Unix APIs

MIT license

25KB
577 lines

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.

Dependencies

~8–14MB
~268K SLoC