2 releases
new 0.0.5 | Dec 11, 2024 |
---|---|
0.0.4 | Dec 9, 2024 |
0.0.3 |
|
0.0.2 |
|
#2 in #logo
145 downloads per month
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
- Rust: Make sure Rust is installed. Get it from rust-lang.org.
Installation
-
Clone the repo:
git clone https://github.com/AK1R4S4T0H/OxiFetch cd oxifetch/OxiFetch
-
Build the program:
chmod +x install.sh ./install.sh
-
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