Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mstcgalis/Tomado

Simple Pomodoro Timer that lives in your MacOS Menu Bar
https://github.com/mstcgalis/Tomado

design macos menubar pomodoro privacy

Last synced: 3 months ago
JSON representation

Simple Pomodoro Timer that lives in your MacOS Menu Bar

Awesome Lists containing this project

README

        

# 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](https://github.com/mstcgalis/Tomado/releases/tag/v0.2.4-alpha) (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`

5. 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](https://www.are.na/daniel-galis)

part of [self.governance(software)](https://www.are.na/daniel-galis/self-governance)