Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ziulev/pomodoro-cycle-app
Open Source macOS pomodoro app. Pomodoro Cycle
https://github.com/ziulev/pomodoro-cycle-app
macos macos-app macos-application macosx pomodoro pomodoro-clock pomodoro-cycle pomodoro-session pomodoro-technique pomodoro-technique-timer pomodoro-timer pomodoro-tracker
Last synced: about 2 months ago
JSON representation
Open Source macOS pomodoro app. Pomodoro Cycle
- Host: GitHub
- URL: https://github.com/ziulev/pomodoro-cycle-app
- Owner: ziulev
- License: gpl-3.0
- Created: 2019-06-08T06:30:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T02:07:35.000Z (about 1 year ago)
- Last Synced: 2024-05-20T03:27:39.041Z (7 months ago)
- Topics: macos, macos-app, macos-application, macosx, pomodoro, pomodoro-clock, pomodoro-cycle, pomodoro-session, pomodoro-technique, pomodoro-technique-timer, pomodoro-timer, pomodoro-tracker
- Language: TypeScript
- Homepage:
- Size: 2.68 MB
- Stars: 76
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- open-source-mac-os-apps - Pomodoro Cycle - Pomodoro Cycle for macOS ![typescript_icon] (Applications / Productivity)
- open-source-mac-os-apps - Pomodoro Cycle - Pomodoro Cycle for macOS ![typescript_icon] (Applications / Productivity)
README
# Pomodoro cycle macOS
The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks.## To Use
| OS | Version | Link |
| -------------- |:-------------:| :---------------------------------------------------------------------: |
| macOS | 0.0.6 | download |## Features
* Track pomodoro intervals
* Desktop notifications
* Interval setting
## To develop
```bash
# Clone this repository
git clone [email protected]:jet8a/pomodoro-cycle-app.git# Go into the repository
cd pomodoro-cycle-app# Install dependencies
npm i# Run the app to development
npm run electron:serve# Build the app for macOS
npm run electron:mac
```## To Contribute
1. [Fork the repo](https://github.com/jet8a/pomodoro-cycle-app/fork)
2. Create a branch in your repo with a descriptive name
3. Code your fix
4. [Create a pull request](https://github.com/jet8a/pomodoro-cycle-app/compare)
5. Await response from the maintainers!## License
GNU General Public License