A system information script written in python
Go to file
2021-11-29 12:27:34 -05:00
LICENSE Initial commit 2021-11-15 19:31:14 -05:00
README.md Update README.md 2021-11-18 14:24:52 -05:00
xinfo.py Update xinfo.py 2021-11-29 12:27:34 -05:00

xinfo

xinfo is a simpler alternative to neofetch. Although not as visually appealing as neofetch, xinfo aims to provide a simple, easy to read system information output that is easily modifiable should the user know basic python. One notable advantage of xinfo is that, no matter what operating system you run, as long as it supports python, xinfo will just work.

INSTALLATION

  • Clone this repository (preferably to the Downloads folder)
  • Add the following line to your shell's configuration file (~/.bashrc or ~/.zshrc): alias xinfo="python /path/to/file (provide the path to xinfo.py)
  • (OPTIONAL) Add to your shell's configuration file: alias neofetch="xinfo"

NOTES

  • Make sure not to clone the repository to /tmp. This will delete xinfo every time you boot your PC.
  • At its base level, xinfo is very simple. It is expected that the user will make modifications that will suit their needs.

GET FEATURED

Want to have your xinfo configuration featured on the README? Contact me through github