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

  1. Fork it (https://github.com/your-github-user/cryfetch/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors