tiny-stats

Version, currently main branch1 version
  • main branchlatestSep 26, 2024

github.com/GeopJr/tiny-stats-template

A tiny system monitor used as a template for GTK4 + Crystal apps

3 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  tiny-stats:
    github: GeopJr/tiny-stats-template
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.4.1
Author
Your Name
Target
  • tiny-stats from src/tiny-stats.cr

Dependencies

Runtime Dependencies

  • gtk4*github: hugopl/gtk4.cr, branch: main
  • gettext*github: GeopJr/gettext.cr
  • hardware*github: crystal-community/hardware
  • non-blocking-spawn*github: GeopJr/non-blocking-spawn

README

Contributing

  1. Fork it (https://github.com/GeopJr/tiny-stats-template/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