123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- .Dd November 29, 2020
- .Dt SOWON 6
- .Os AUXILIARY
- .Sh NAME
- .Nm sowon
- .Nd Starting soon timer
- .Sh SYNOPSIS
- .Nm
- .Op Fl pe
- .Op Ar seconds | Ar clock
- .Sh DESCRIPTION
- .Nm
- is a graphical countdown/timer program.
- With no arguments provided, it starts in ascending mode. With an amount of
- seconds provided, it starts in descending mode. Accepts human readable time
- intervals (1h23m54s). Clock starts it in clock mode, that displays
- the current time.
- .br
- .Sh OPTIONS
- .Bl -tag -width indent
- .It Fl p
- start in paused state
- .It Fl e
- exit the application when the countdown ends
- .Sh KEY BINDINGS
- .Bl -tag -width indent
- .It SPACE
- Toggle pause
- .It =
- Zoom in
- .It -
- Zoom out
- .It 0
- Zoom 100%
- .It F5
- Restart
- .It F11
- Fullscreen
- .Sh FILES
- .Pa /usr/local/bin/sowon
- .br
- .Sh AUTHOR
- .An Alexey Kutepov aka. rexim
- .Aq reximkut AT gmail DOT com
- .br
- .An Source code and issue tracker at
- .Aq https://github.com/tsoding/sowon
- .P
|