Sebastian Mark smark
  • Galactic Sector ZZ9 Plural Z Alpha
  • Joined on 2017-07-04
smark commented on issue pomodoro/ChronoTomato#13 2024-11-02 14:15:01 +00:00
Better CLI paramter parsing
smark deleted branch smark/bubbletea from pomodoro/ChronoTomato 2024-11-02 09:58:24 +00:00
smark pushed to main at pomodoro/ChronoTomato 2024-11-02 09:58:09 +00:00
d4d14aa94a fix: update config file handling
8a0ef32c91 feat: use bubbletea framework
Compare 2 commits »
smark opened issue pomodoro/ChronoTomato#13 2024-11-01 10:31:31 +00:00
Better CLI paramter parsing
smark pushed to smark/bubbletea at pomodoro/ChronoTomato 2024-11-01 10:28:31 +00:00
7533af7745 restore color on TUI header
91589ebc2b reorder imports
aa7a6490d4 merge main.go and app.go
7b1318f359 move Client connect to init; client.Disconnect() on Quit()
Compare 4 commits »
smark pushed to smark/bubbletea at pomodoro/ChronoTomato 2024-10-31 17:48:16 +00:00
e8e8fed9db defer client.Disconnect()
5db98a1a30 reorder imports
Compare 2 commits »
smark pushed to smark/bubbletea at pomodoro/ChronoTomato 2024-10-31 17:39:54 +00:00
e003e88065 reorder imports
04e5742e1d refactor app init
bbbeaec5a4 streamline app.waitForChannelSignal()
45e1ce0869 update function comments
Compare 4 commits »
smark pushed to smark/bubbletea at pomodoro/ChronoTomato 2024-10-31 14:26:11 +00:00
27fb8c8d2c dont use AltScreen, just clr instead
9a8352adea pause after "Connected" log entry
0bd90f7827 refactor keys and help
731d984695 cleanup init
09622107a2 remove app.quitting
Compare 8 commits »
smark pushed to smark/bubbletea at pomodoro/ChronoTomato 2024-10-31 11:11:58 +00:00
41e03785ee remove duplicate code + formatting
c41bafd6e1 fix remote quitting
Compare 2 commits »
smark created branch smark/bubbletea in pomodoro/ChronoTomato 2024-10-31 10:11:28 +00:00
smark pushed to smark/bubbletea at pomodoro/ChronoTomato 2024-10-31 10:11:28 +00:00
6cdaacf231 split into separate files
e442f16fb4 feat: use bubbletea framework
Compare 2 commits »
smark pushed to main at pomodoro/ChronoTomato 2024-10-30 18:32:33 +00:00
9656db5335 feat: downgrade sendClientCommand() from method to function
smark pushed to main at pomodoro/ChronoTomato 2024-10-30 16:44:58 +00:00
f19ab81dc8 doc: add and improve comments
smark opened issue pomodoro/ChronoTomato#11 2024-10-30 10:40:10 +00:00
Try to reconnect if server is gone
smark pushed to main at pomodoro/GoTomato 2024-10-30 10:31:01 +00:00
dd9490bb3b feat: bump version to v0.0.6
e7618b19ef feat: validate client settings and improve logging
Compare 2 commits »
smark released v0.0.6 at pomodoro/GoTomato 2024-10-30 10:30:39 +00:00
smark commented on issue pomodoro/GoTomato#8 2024-10-30 10:30:22 +00:00
Only accept positive integers for PomodoroConfig

closed by e7618b1

smark closed issue pomodoro/GoTomato#8 2024-10-30 10:30:22 +00:00
Only accept positive integers for PomodoroConfig
smark pushed tag v0.0.6 to pomodoro/GoTomato 2024-10-30 10:30:09 +00:00
smark commented on issue pomodoro/ChronoTomato#10 2024-10-30 10:04:17 +00:00
Add comments to code and models

closed by 3d633e6