Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

iliketwertles/twertlefetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twertlefetch

twertlefetch is a lightweight command-line tool written in Rust that provides system information.

new repo for a new version

NOTES

if you have more than one dgpu(that is a grapics card) then the printed output might be a bit funky, please share anything weird with me @iliketwertles on discord

Features

  • Displays system information
  • Written in Rust for performance and reliability
  • Currently supports:
    Alpine(i think)
    Arch based distros
    Debian based distros
    NixOS(should also do nix standalone)
    Gentoo
  • More distributions will be added in future updates (if requested)

Screenshots

image image

Usage

  1. Clone the repository:

    git clone https://github.com/iliketwertles/twertlefetch.git
    
  2. Build the project:

    cd twertlefetch
    cargo build --release
    
  3. Run the executable:

    ./target/release/twertlefetch
    

Contributing

Contributions are welcome. If you'd like to add support for additional Linux distributions or make improvements to the existing code, please feel free to submit a pull request.