update
This commit is contained in:
parent
ee55a0b016
commit
1c7eea08e3
4 changed files with 172 additions and 0 deletions
23
technology/applications/cli/timr-tui.md
Normal file
23
technology/applications/cli/timr-tui.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
obj: application
|
||||
repo: https://github.com/sectore/timr-tui
|
||||
rev: 2025-01-31
|
||||
---
|
||||
|
||||
# timr-tui
|
||||
TUI to organize your time: Pomodoro, Countdown, Timer.
|
||||
|
||||
## CLI
|
||||
Usage: `timr-tui [OPTIONS]`
|
||||
|
||||
| Option | Description |
|
||||
| -------- | ----------------------------------------------------------------------------------------------- |
|
||||
| `–c` | Countdown time to start from. Formats: 'ss', 'mm:ss', or 'hh:mm:ss' |
|
||||
| `–w` | Work time to count down from. Formats: 'ss', 'm:ss', or 'h:mm:s' |
|
||||
| `–p` | Pause time to count down from. Formats: 'ss', 'm:ss', or 'h:m:s' |
|
||||
| `–d` | Show deciseconds |
|
||||
| `–m` | Mode to start with. [possible values: countdown, timer, pomodoro] |
|
||||
| `–s` | Style to display time with. [possible values: full, light, medium, dark, thick, cross, braille] |
|
||||
| `--menu` | Open the menu |
|
||||
| `–r` | Reset stored values to default values. |
|
||||
| `–n` | Toggle desktop notifications on or off. Experimental. [possible values: on, off] |
|
Loading…
Add table
Add a link
Reference in a new issue