kevinschoon-pomo/pkg/internal
Kevin Schoon 1b321198fb fix issue where interface can block
Fixed an issue where the UI can block when certain key combinations are
pressed in different states. An alternative and more robust approach would
likely be to re-write the runner code as a finite state machine, however
these quick fixes work okay.

Additionally cleaned up some spacing in console messages and added a CREATED
state which is the default state of a pomodoro.
2022-05-30 14:59:03 -05:00
..
bindata.go restructure project into modules 2020-09-08 11:35:47 -05:00
config.go config, data, and runtime files default to XDG base directories 2022-05-28 03:12:43 -07:00
runner.go fix issue where interface can block 2022-05-30 14:59:03 -05:00
runner_test.go restructure project into modules 2020-09-08 11:35:47 -05:00
server.go Use a separate socket path to publish so pomo can publish and listen on different sockets 2021-10-13 15:26:42 -08:00
store.go Fix for issue 44, runs always starting at 0 pomodoros 2022-01-05 17:36:12 +01:00
types.go fix issue where interface can block 2022-05-30 14:59:03 -05:00
ui.go fix issue where interface can block 2022-05-30 14:59:03 -05:00
util.go apply some formatting fixes 2021-09-01 08:56:22 -04:00
version.go restructure project into modules 2020-09-08 11:35:47 -05:00