sleep 20m ; mpc pause I keep it simple.
Show HN: Pomoglorbo, a TUI Pomodoro timer for your terminal
11–17 of 17 posts
Mine has an ASCII cow to keep you motivated and accountable: https://github.com/meribold/muccadoro.
Re: Show HN: Pomoglorbo, a TUI Pomodoro timer for your terminal
#12couldn't install it because i have python 3.10
Re: Show HN: Pomoglorbo, a TUI Pomodoro timer for your terminal
#13sleep 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
#14sleep 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
doneRe: Show HN: Pomoglorbo, a TUI Pomodoro timer for your terminal
#15couldn't install it because i have python 3.10
Thanks for your feedback. You are right. I've lowered the minimum version to Python 3.10. If you want to give it another try, the package is on PyPI now.