#display #uptime #cpu #ascii #logo #ascii-art #information

app oxifetch

OxiFetch is a Rust program that displays key system information, such as OS details, uptime, CPU specs, memory usage, and more. The output includes an ASCII art logo and a quick overview of your machine's current status.

2 releases

new 0.0.5 Dec 11, 2024
0.0.4 Dec 9, 2024
0.0.3 Dec 9, 2024
0.0.2 Dec 9, 2024

#2 in #logo

Download history 145/week @ 2024-12-04

145 downloads per month

MIT license

15KB
221 lines

Overview

OxiFetch is a Rust program that displays key system information, such as operating system details, uptime, CPU specs, memory usage, and more. The output includes an ASCII art logo and provides a quick overview of your machine's current status.

Features

  • Operating System and Kernel: Displays OS type and kernel version.
  • Distribution Name: Identifies the Linux distribution from /etc/os-release.
  • Uptime: Shows system uptime in hours and minutes.
  • CPU Information: Lists the number of CPU cores and their speed in MHz.
  • Memory Usage: Reports available and total memory in GB.
  • Hostname: Displays the system's hostname.
  • Shell and Terminal Emulator: Identifies the user's current shell and terminal emulator.
  • ASCII Art Logo: Presents an ASCII logo at the start of the output.

Requirements


Installation

  1. Clone the repo:

    git clone https://github.com/AK1R4S4T0H/OxiFetch
    cd oxifetch/OxiFetch
    
  2. Build the program:

    chmod +x install.sh
    ./install.sh
    
  3. Run the program:

    oxifetch
    

Example Output





    ██████╗ ██╗  ██╗██╗███████╗███████╗████████╗ ██████╗██╗  ██╗
    ██╔═══██╗╚██╗██╔╝██║██╔════╝██╔════╝╚══██╔══╝██╔════╝██║  ██║
    ██║   ██║ ╚███╔╝ ██║█████╗  █████╗     ██║   ██║     ███████║
    ██║   ██║ ██╔██╗ ██║██╔══╝  ██╔══╝     ██║   ██║     ██╔══██║
    ╚██████╔╝██╔╝ ██╗██║██║     ███████╗   ██║   ╚██████╗██║  ██║
     ╚═════╝ ╚═╝  ╚═╝╚═╝╚═╝     ╚══════╝   ╚═╝    ╚═════╝╚═╝  ╚═╝
                                                                 
                                      
    
OS: Linux
Kernel: 5.4.0-72-generic
Distro: Ubuntu 20.04.2 LTS
Uptime: 1 hour, 25 minutes
CPU Cores: 4
CPU Speed: 2600 MHz
Memory: 3.45 GB / 8.00 GB
Hostname: my-machine
Shell: /bin/bash
Terminal: gnome-terminal

Dependencies

~2.2–3.5MB
~64K SLoC