github.com/tamdaz/cresium

A TUI to manage stopwatchs and timers. Made with Crystal 🔮

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  cresium:
    github: tamdaz/cresium
    version: ~> 0.1.1

Then run:

shards install

shard.yml

Crystal
>= 1.21.0
License
MIT
Author
Zohir Tamda
Target
  • cresium from src/cli.cr

Dependencies

Runtime Dependencies

README

cresium

Cresium allows you to manage chronometers and timers. VCR OSD's ASCII digits are represented for this.

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/tamdaz/cresium/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

  • tamdaz - creator and maintainer