https://github.com/mark24code/tomatos
tomato clock
https://github.com/mark24code/tomatos
Last synced: 7 months ago
JSON representation
tomato clock
- Host: GitHub
- URL: https://github.com/mark24code/tomatos
- Owner: Mark24Code
- License: mit
- Created: 2022-03-07T10:06:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T02:59:11.000Z (almost 4 years ago)
- Last Synced: 2025-06-21T08:49:59.835Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Tomatos
Command line Tomato Clock for Mac OS terminal
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'tomatos'
```
And then execute:
$ bundle install
Or install it yourself as:
$ gem install tomatos
## Usage
```
Usage: tomatos [options]
-t, --time=TIME Time delta: `15m` means 15 min, `30s` means 30 sec, default use 15min
-m, --message=MESSAGE Message for this time task
```
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).