cryfetch
A (not-so) simple CLI System Information tool written in the Crystal Programming Language.
Think of it as a version of pfetch or ufetch, but written in Crystal, specifically for macOS. (Mojave and above)
Installation
Clone the repo
git clone https://github.com/okavatti/cryfetch.git
Build the project
cd cryfetch
crystal build src/cryfetch.cr -o cryfetch --release
Run the code (optional, mainly for testing)
./cryfetch
Install
sudo cp cryfetch /usr/local/bin
Uninstall
sudo rm /usr/local/bin/cryfetch
Usage
cryfetch [options]
options are available by running cryfetch -h
Development
Don't. I beg of you. For your own sake. Please don't. This programming language is a nightmare to work with.
Contributing
- Fork it (https://github.com/your-github-user/cryfetch/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Lily Parker - creator and maintainer