I created Catnap🌿
(originally known as Catnip
) as a playful, simple system-information concatenation tool using nim👑
. It is quite customizable and has possibilities to alter the names and colors of the statistics. In the future, I also intend to add more distribution logos. Feel free to contribute to the project at any time.
*Around 0.006 seconds on my laptop
View Statistics
- username
- hostname
- uptime
- os
- kernel
- desktop
- shell
- terminal
- memory
- battery
- disk space
- cpu info
- packages
- weather
- colors
- NimParsers/parsetoml for the toml parsing
- ssleert/Nitch for the inspiration
- All contributors
Feel free to submit issues if you have any improvement ideas! ❤
You can read the full documentation here
It covers installation, usage and configuration!
If you think something is missing, feel free to open a Issue in the catnap-docs repository.
To test catnap, run the following command in the catnap repo:
$ cd tests/
$ ./commandline_args.sh
If you've found a bug, please follow the steps below:
- Make sure you're on the latest commit, as bugs that are in your current version might've been fixed in later commits.
- Run
catnap -v
and copy the output into your clipboard. - Create an issue and remember to click on the bug report template!
- Fill in the details and submit the report.
For more info on how to contribute and how to add a new distro, see CONTRIBUTING.md.