Thanks to visit codestin.com
Credit goes to lib.rs

2 unstable releases

Uses new Rust 2024

0.2.0 Oct 27, 2025
0.1.0 Jan 27, 2025

#419 in Filesystem

MIT license

14KB
369 lines

ftch

image

Installation

  • ftch is available on the AUR as ftch-bin
  • It can also be installed through cargo with cargo install ftch

Configuring

Config file can be found in XDG_CONFIG_HOME, usually just ~/.config/ftch/config.toml

[display]
ascii = "stack"
seperator = ": "
modules = ["os", "desktop", "shell", "uptime"]

[colours]
primary = "\u001B[39m" # reset
accent = "\u001B[36m" # cyan

More info about ansi colours codes here

Building From Source

git clone https://github.com/Sophed/ftch
cd ftch
cargo build --release

Dependencies

~0.6–1.3MB
~29K SLoC