diff options
| author | Clément Sibille <clements@lisible.xyz> | 2026-02-07 14:14:46 +0100 |
|---|---|---|
| committer | Clément Sibille <clements@lisible.xyz> | 2026-02-07 14:14:46 +0100 |
| commit | ac0beeeafd5f9c28565c05e3ed718ac6c509d87c (patch) | |
| tree | 5e6871b99be0e46428f3792f1fb30fcb0306971d /README.md | |
Initial commit
Diffstat (limited to '')
| -rw-r--r-- | README.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..c0b83e2 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# Listimer + +Simple timer meant to be displayed in a sway-bar status. + +## Usage + +Start the timer with the `start` subcommand. + +```sh +$ listimer start <number of minutes> +``` + +Restart the timer with the `restart` subcommand. + +```sh +$ listimer restart +``` + +Stop the timer with the `stop` subcommand. + +```sh +$ listimer stop +``` + +Query the timer with the `query` subcommand. + +```sh +$ listimer query +``` + +The command will output [pango +markup](https://docs.gtk.org/Pango/pango_markup.html). To use it with sway-bar +be sure to enable the `pango_markup` sway-bar option. |
