A cross-platform system information fetching tool inspired by fastfetch and neofetch, written in Rust.
curl -fsSL https://raw.githubusercontent.com/xscriptordev/xfetch/main/install.sh | bashirm https://raw.githubusercontent.com/xscriptordev/xfetch/main/install.ps1 | iex- Cross-platform: Works on Linux, Windows, and macOS.
- Customizable: Configure modules via
config.jsonc. - Fast: Written in Rust for performance.
- Ensure you have Rust installed.
- Clone the repository.
- Build and run:
cargo run --releaseOr install locally:
cargo install --path .xfetch looks for a configuration file at:
- Linux:
~/.config/xfetch/config.jsonc - Windows:
%APPDATA%\xfetch\config.jsonc - macOS:
~/Library/Application Support/xfetch/config.jsonc
Simply run xfetch in your terminal.
xfetchYou can also specify a config file via CLI args (not yet fully implemented in CLI but supported in code structure).