oxifetch

Crates.iooxifetch
lib.rsoxifetch
version
sourcesrc
created_at2024-12-09 12:42:39.548579
updated_at2024-12-11 23:08:43.652276
descriptionOxiFetch 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.
homepage
repositoryhttps://github.com/AK1R4S4T0H/OxiFetch
max_upload_size
id1477349
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
AK1R4 (AK1R4S4T0H)

documentation

README

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, their speed in MHz, and CPU type.
  • 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.
  • GPU Information: Displays the GPU type and vendor information.
  • Desktop Manager: Reports the desktop manager in use (e.g., GDM, LightDM).
  • Desktop Environment: Identifies the desktop environment (e.g., GNOME, KDE Plasma).
  • 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
Desktop Environment: KDE                                  |
Desktop Manager: plasma 
Uptime: 1 hour, 25 minutes
CPU Cores: 4
CPU Speed: 2600 MHz
CPU Type: AMD FX(tm)-6100 Six-Core Processor              |
GPU: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti]
Memory: 3.45 GB / 8.00 GB
Hostname: my-machine
Shell: /bin/bash
Terminal: gnome-terminal

OxiFetch Image

Commit count: 58

cargo fmt