Live data from Hacker News

Show HN: Pomoglorbo, a TUI Pomodoro timer for your terminal

codeberg.org

11–17 of 17 posts

Re: Show HN: Pomoglorbo, a TUI Pomodoro timer for your terminal

#13
post #3

sleep 20m ; mpc pause I keep it simple.

Mine has an ASCII cow to keep you motivated and accountable: https://github.com/meribold/muccadoro .

just tried to run it and it says i dont have cowsay command which is just an output of a text based cow with a cartoon bubble

So far on my M1:

1. I tried to install Pomoglorbo, fails due to python requirement

2. Scrolling down I find muccadoro, fails due to dependency

3. 10 minutes in im feeling the impact and inefficient

4. Should've just kept moving

Re: Show HN: Pomoglorbo, a TUI Pomodoro timer for your terminal

#16
post #3

sleep 20m ; mpc pause I keep it simple.

#pomodoro.sh while true; do echo "Time to work, dumbass" | festival --tts sleep 25m || rm -rf / echo "Have some rest, dumbass" | festival --tts sleep 5m done

What’s the “rm -rf /“ for?

Re: Show HN: Pomoglorbo, a TUI Pomodoro timer for your terminal

#17

Earlier quoted context omitted.

#pomodoro.sh while true; do echo "Time to work, dumbass" | festival --tts sleep 25m || rm -rf / echo "Have some rest, dumbass" | festival --tts sleep 5m done

What’s the “rm -rf /“ for?

It adds an incentive not to cancel the pomodoro.
Post reply on HN