Skip to content

AEROmicro/XOLtab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

XOLtab - System Info CLI

Introduction

XOLtab is a python based system information display script meant for linux but can be run on Windows or Mac (NOTE: the bellow commands are meant for linux based systems and may need to be changed depending on your OS). XOLtab is designed to be lightweight and snappy and is inspired by neofetch (RIP).


Features

  • Display OS-specific ASCII art
  • Show detailed system info: CPU, GPU, Memory, Disk, Battery, Uptime, and more
  • Colorful, bold output for readability
  • Easy to install and run

Installation

Prerequisites

  • Python 3.x installed
  • Git installed

Steps

  1. Clone the repository:
https://github.com/AEROmicro/XOLtab
  1. Navigate into the directory:
cd xoltab
  1. Make the script executable:
chmod +x xoltab.py
  1. Run the script directly:
./xoltab.py

Optional: Make it globally accessible

To run xoltab from anywhere, you can:

  • Move the script to a directory in your PATH, e.g., ~/.local/bin/.
  • Or, create an alias in your shell config.

Example:

mv xoltab.py ~/.local/bin/xoltab
chmod +x ~/.local/bin/xoltab

Now, you can run:

xoltab

Install as an executable:

nano ~/.bashrc

or:

nano ~/.zshrc

and add something like this:

XOLtab(){
  sudo python3 /home/(yourusername)/Downloads/XOLtab.py
}

and then save:

source ~/.bashrc

or:

source ~/.zshrc

or wherever your script is installed NOTE: you need sudo privleges if you want the device model to show


Usage

Just run:

./xoltab.py

or, if you installed it globally:

xoltab

License

This project is open-source. licened under GNU GPLv3 All spins of this project must retain this licence or legal action can pursue