Simple Terminal Pomodoro Timer
Clone the repository
git clone https://github.com/newagemob/pomogotchi.git
Change directory and make script executable
cd pomogotchi && chmod +x pomogotchi.sh
Run the script
./pomogotchi.sh
The best way to add custom sounds is by using yt-dlp to download the audio from YouTube.
yt-dlp --extract-audio --format mp3 "{YouTube URL}"
Then move the audio file to the audio
directory.
mv "{audio file}" audio/{new sound}.mp3
Finally, you'll want to use the config.sh
script to add the new sound to the list of available sounds.
./config.sh
- Add config script to set timer and break length
- Add animal emojis to represent timer and break
- Add emoji selection to config script
- Add color selection to config script
- Add more sounds to config script
- Add logging to keep track of completed pomodoros