Create README.md

This commit is contained in:
Silas Bartha 2023-12-22 21:46:10 -05:00 committed by GitHub
parent 878860903a
commit 0b6eb25612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

30
README.md Normal file
View File

@ -0,0 +1,30 @@
# pomc: pomodoro daemon client
This program provides a basic CLI client for the [pomd](https://github.com/exvacuum/pomd) pomodoro daemon.
## Installation
### From Source
```sh
cargo install --path .
```
## Usage
```
Usage: pomc <COMMAND>
Commands:
start
pause
stop
skip
get-iteration
get-remaining
is-running
is-on-break
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
```
This program could be used in statusbars to monitor pomd status, as well as used directly from a terminal to control the timer.