metent / uair

An extensible pomodoro timer
MIT License
93 stars 7 forks source link

Formats #19

Closed ktnlikeasmallcat closed 6 months ago

ktnlikeasmallcat commented 7 months ago

Thanks for this, it replaced termdown for me, and fits just what I'd been struggling with.

Other than {percent} and {time} are there other available formats, for example in the usual %H:%M format or something like that?

metent commented 7 months ago

Thanks for this, it replaced termdown for me, and fits just what I'd been struggling with.

Glad to hear!

Other than {percent} and {time} are there other available formats, for example in the usual %H:%M format or something like that?

man 5 uair or this file in the repo contains the list of all the currently implemented format specifiers, with usage information. Let me know if anything else needs to be implemented.