No description, website, or topics provided.
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src
.gitignore
Cargo.lock
Cargo.toml
README.md

README.md

fetch

A command-line system information tool written in Rust

WIP

Features

  • Fast

Installation

Arch Linux

cargo install --git https://github.com/FriedPandaFries/fetch.com --features arch

Debian, Linux Mint, Ubuntu

sudo apt install libarchive-dev pkg-config
cargo install --git https://github.com/FriedPandaFries/fetch.com --features deb

Everyone else

cargo install --git https://github.com/FriedPandaFries/fetch.com

Goals

  • Be unnecessarily fast
  • Use the fewest(ideally none) externall processes
  • Run on all Linux Distros and eventually BSD, Mac, and Windows

ToDos

  • Display WM, WM Theme, Theme, Terminal fonts
  • Support More shells
  • Finish Package Manager Finder function
  • Implement a new way to parser Ascii Art
  • Achieve Feature parity with Neofetch
  • Rework uptime implementation to something more easily read