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).
- 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
- Python 3.x installed
- Git installed
- Clone the repository:
https://github.com/AEROmicro/XOLtab- Navigate into the directory:
cd xoltab- Make the script executable:
chmod +x xoltab.py- Run the script directly:
./xoltab.pyTo 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/xoltabNow, you can run:
xoltabnano ~/.bashrcor:
nano ~/.zshrcand add something like this:
XOLtab(){
sudo python3 /home/(yourusername)/Downloads/XOLtab.py
}and then save:
source ~/.bashrcor:
source ~/.zshrcor wherever your script is installed NOTE: you need sudo privleges if you want the device model to show
Just run:
./xoltab.pyor, if you installed it globally:
xoltabThis project is open-source. licened under GNU GPLv3 All spins of this project must retain this licence or legal action can pursue