sowon.6 896 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .Dd November 29, 2020
  2. .Dt SOWON 6
  3. .Os AUXILIARY
  4. .Sh NAME
  5. .Nm sowon
  6. .Nd Starting soon timer
  7. .Sh SYNOPSIS
  8. .Nm
  9. .Op Fl pe
  10. .Op Ar seconds | Ar clock
  11. .Sh DESCRIPTION
  12. .Nm
  13. is a graphical countdown/timer program.
  14. With no arguments provided, it starts in ascending mode. With an amount of
  15. seconds provided, it starts in descending mode. Accepts human readable time
  16. intervals (1h23m54s). Clock starts it in clock mode, that displays
  17. the current time.
  18. .br
  19. .Sh OPTIONS
  20. .Bl -tag -width indent
  21. .It Fl p
  22. start in paused state
  23. .It Fl e
  24. exit the application when the countdown ends
  25. .Sh KEY BINDINGS
  26. .Bl -tag -width indent
  27. .It SPACE
  28. Toggle pause
  29. .It =
  30. Zoom in
  31. .It -
  32. Zoom out
  33. .It 0
  34. Zoom 100%
  35. .It F5
  36. Restart
  37. .It F11
  38. Fullscreen
  39. .Sh FILES
  40. .Pa /usr/local/bin/sowon
  41. .br
  42. .Sh AUTHOR
  43. .An Alexey Kutepov aka. rexim
  44. .Aq reximkut AT gmail DOT com
  45. .br
  46. .An Source code and issue tracker at
  47. .Aq https://github.com/tsoding/sowon
  48. .P