Skip to content

mstcgalis/Tomado

Repository files navigation

Tomado 🍅

Simple Pomodoro Timer that lives in your MacOS menu bar 💻

screenshot of the app

Please create a Pull Request or Issue if you encounter an error. I'm also always open to talk 🌱

Installation

  1. Download Tomado-Installer.dmg from the latest release (v0.2.4-alpha)
  2. Mount the .dmg and move 🍅 Tomado to Applications
  3. Open 🍅 Tomado
  4. Go to System Preferences -> Security & Privacy -> General -> click "Open Anyway"
  5. (to be fixed) Don't allow access to microphone
  6. Thenks for installing! 😊 Don't forget to 🔔 Enable notifications

🔔 Enable notifications

  1. Go to System Preferences -> Notifications & Focus -> Notifications
  2. Find Tomado in the side panel
  3. Toggle Allow Notifications and select your prefered style
  4. You're done! 🌸

Building from source code

  1. Clone the repository: $ git clone https://github.com/mstcgalis/Tomado.git
  2. (recommended) Create and activate a virtual python enviroment.
  3. Make sure to install all the dependencies using $ pip install -r requirements.txt
  4. Use the Makefile:
  • $ make clean removes every built file
  • $ make alias builds the app in alias mode (not portable, editing source code doesn't require rebuilding) at Tomado/dist/Tomado.app
  • $ make app builds the standalone app at Tomado/dist/Tomado.app
  • $ make launch launches the app at Tomado/dist/Tomado.app (alias or standalone)
  • $ make dmg created the installer dmg at -> `Tomado/Tomado-version-installer.dmg
  • $ make all = $ make app + $ make dmg
  1. Launching and using the app:
  • Go to System Preferences -> Security & Privacy -> General -> click "Open Anyway"
  • (optional) 🔔 Enable notifications as outlined above

made with ❤️, care and patience by Daniel Gális

part of self.governance(software)