Skip to content

sophed/ftch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

40 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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"]
key_lowercase = false # true: "os", false: "OS"
value_lowercase = false # true: "debian", false: "Debian"

[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

About

๐Ÿ“ƒ Tiny fetch tool in Rust

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages