Skip to content

newagemob/pomogotchi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

pomogotchi

Simple Terminal Pomodoro Timer

🚀 Quick Start

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

Config and Customization

Custom Sounds

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

TODO

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages