Dlurak / retch

A simple and blazingly fast system fetcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retch - Your System Fetcher

Retch is a small utility that fetches essential system information and displays it in a neat ASCII art format. It's designed to be fast, efficient, and easy to use.

Features

  • Displays system information in ASCII art format.
  • Provides essential details like Window Manager, Session type, and Shell.
  • Blazingly fast performance.

Usage

Simply execute the retch binary to display your system information.

$ time ./target/release/retch

Output:

     .--.     ┌───────dlurak@homie───────┐
    |o_o |    │ Window Manager  Hyprland │
    |:_/ |    │ Session type    wayland  │
   //   \ \   │ Shell           bash     │
  (|     | )  └───────dlurak@homie───────┘
 /'\_   _/`\
 \___)=(___/

real    0m0,002s
user    0m0,000s
sys     0m0,002s

ToDo

  • Add more information
  • Add more artworks

About

A simple and blazingly fast system fetcher

License:Mozilla Public License 2.0


Languages

Language:Rust 100.0%