Comment on Show HN: Pomoglorbo, a TUI Pomodoro timer for your terminalparentComments−argiopetech2yProbably easier to use shell history, but I like a loop. while () ; do sleep 20m; mpv bing.mp3; read; done
Comments
Probably easier to use shell history, but I like a loop.