{"id":47273280,"url":"https://github.com/aeromicro/xoltab","last_synced_at":"2026-03-15T15:00:41.205Z","repository":{"id":337537330,"uuid":"1154078335","full_name":"AEROmicro/XOLtab","owner":"AEROmicro","description":"Linux system information display using Python","archived":false,"fork":false,"pushed_at":"2026-02-10T02:20:05.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-10T06:54:52.317Z","etag":null,"topics":["lightweight","linux","macos","open-source","python","simple","system-specs","system-specs-tool","windows"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AEROmicro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-10T01:44:23.000Z","updated_at":"2026-02-10T02:24:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/AEROmicro/XOLtab","commit_stats":null,"previous_names":["aeromicro/xoltab"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/AEROmicro/XOLtab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AEROmicro%2FXOLtab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AEROmicro%2FXOLtab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AEROmicro%2FXOLtab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AEROmicro%2FXOLtab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AEROmicro","download_url":"https://codeload.github.com/AEROmicro/XOLtab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AEROmicro%2FXOLtab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30545040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-15T14:38:58.992Z","status":"ssl_error","status_checked_at":"2026-03-15T14:38:29.659Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lightweight","linux","macos","open-source","python","simple","system-specs","system-specs-tool","windows"],"created_at":"2026-03-15T15:00:23.753Z","updated_at":"2026-03-15T15:00:41.196Z","avatar_url":"https://github.com/AEROmicro.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XOLtab - System Info CLI\n\n## Introduction\nXOLtab 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).\n\n---\n\n## Features\n\n- Display OS-specific ASCII art\n- Show detailed system info: CPU, GPU, Memory, Disk, Battery, Uptime, and more\n- Colorful, bold output for readability\n- Easy to install and run\n\n---\n\n## Installation\n\n### Prerequisites\n\n- Python 3.x installed\n- Git installed\n\n### Steps\n\n1. Clone the repository:\n\n```bash\nhttps://github.com/AEROmicro/XOLtab\n```\n\n2. Navigate into the directory:\n\n```bash\ncd xoltab\n```\n\n3. Make the script executable:\n\n```bash\nchmod +x xoltab.py\n```\n\n4. Run the script directly:\n\n```bash\n./xoltab.py\n```\n\n### Optional: Make it globally accessible\n\nTo run `xoltab` from anywhere, you can:\n\n- Move the script to a directory in your PATH, e.g., `~/.local/bin/`.\n- Or, create an alias in your shell config.\n\nExample:\n\n```bash\nmv xoltab.py ~/.local/bin/xoltab\nchmod +x ~/.local/bin/xoltab\n```\n\nNow, you can run:\n\n```bash\nxoltab\n```\n\n### Install as an executable:\n```bash\nnano ~/.bashrc\n```\nor:\n```bash\nnano ~/.zshrc\n```\nand add something like this:\n```bash\nXOLtab(){\n  sudo python3 /home/(yourusername)/Downloads/XOLtab.py\n}\n```\nand then save:\n```bash\nsource ~/.bashrc\n```\nor:\n```bash\nsource ~/.zshrc\n```\nor wherever your script is installed\nNOTE: you need sudo privleges if you want the device model to show\n\n---\n\n## Usage\n\nJust run:\n\n```bash\n./xoltab.py\n```\n\nor, if you installed it globally:\n\n```bash\nxoltab\n```\n\n---\n\n## License\n\nThis project is open-source. licened under GNU GPLv3\nAll spins of this project must retain this licence or legal action can pursue\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeromicro%2Fxoltab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faeromicro%2Fxoltab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeromicro%2Fxoltab/lists"}