Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g07cha/pomodoro
A classic time management tool in your menubar
https://github.com/g07cha/pomodoro
macos pomodoro rust tauri timer typescript windows
Last synced: about 1 month ago
JSON representation
A classic time management tool in your menubar
- Host: GitHub
- URL: https://github.com/g07cha/pomodoro
- Owner: G07cha
- License: mit
- Created: 2015-10-02T15:08:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T04:17:31.000Z (about 2 months ago)
- Last Synced: 2024-09-25T19:09:23.571Z (about 2 months ago)
- Topics: macos, pomodoro, rust, tauri, timer, typescript, windows
- Language: Rust
- Homepage: https://g07cha.github.io/pomodoro/
- Size: 2.91 MB
- Stars: 337
- Watchers: 11
- Forks: 45
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome-tauri - Pomodoro - Time management tool based on Pomodoro technique. (Applications / Productivity)
README
# Pomodoro
Time management tool for Windows and macOS inspired by [Pomodoro Technique](https://en.wikipedia.org/wiki/Pomodoro_Technique). Build with love and [tauri](https://tauri.app/).
## Installing
To install the application you can grab the installer for your platform from [the latest release](github.com/G07cha/pomodoro/releases/latest/), in case of macOS you need to open the app for the first time with Cmd + right mouse button as I don't feel like spending money on a license from Apple to notarize a free application. Alternatively you can also build the release yourself by following the guide below.
## Local development
### Prerequisites
- Node.js (preferably installed via [nvm](https://github.com/nvm-sh/nvm) to match local version)
- [Tauri prerequisites](https://tauri.app/v1/guides/getting-started/prerequisites)```bash
npm install
```To run full app execute the following command:
```bash
npm start
```To build a release for the platform you're running it on execute the following command:
```bash
TAURI_PRIVATE_KEY=test npm run build
```It will throw an error `Error invalid utf-8 sequence of 1 bytes from index 0` in the end due to mismatch in updater private key but will create binaries and installers in `src-tauri/target/release/bundle`.
## License
MIT © Konstantin Azizov