Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrepolischuk/thomas
Simple pomodoro timer
https://github.com/andrepolischuk/thomas
electron-app pomodoro pomodoro-timer timer
Last synced: 5 days ago
JSON representation
Simple pomodoro timer
- Host: GitHub
- URL: https://github.com/andrepolischuk/thomas
- Owner: andrepolischuk
- License: mit
- Created: 2017-05-04T23:00:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-25T12:32:38.000Z (about 1 year ago)
- Last Synced: 2024-08-02T13:29:44.231Z (3 months ago)
- Topics: electron-app, pomodoro, pomodoro-timer, timer
- Language: JavaScript
- Size: 5.04 MB
- Stars: 147
- Watchers: 6
- Forks: 24
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# thomas [![Build Status][travis-image]][travis-url]
> Simple pomodoro timer
![](media/screenshot.png)
## Usage
[Download the latest release!](https://github.com/andrepolischuk/thomas/releases/latest)
### Features
* 25/5 minutes interval by default, but you can configure this
* Built-in configurable keyboard shortcuts
* Minimal log that contains all completed intervals counts per day
* Tray icon and progress bar
* Dark mode, supports automatically macOS Mojave appearance### Shortcuts
* `CommandOrControl+Alt+T` — show application
* `Escape` — hide application
* `CommandOrControl+Enter` — start/cancel timer## Contribute
Fork this repository, clone to your local device and install dependencies:
```sh
npm install
npm start
```If you use Ubuntu or Debian, you also may need to install `nodejs-legacy` that creates `node` symlink:
```sh
sudo apt-get install nodejs-legacy
```## License
MIT
[travis-url]: https://travis-ci.org/andrepolischuk/thomas
[travis-image]: https://travis-ci.org/andrepolischuk/thomas.svg?branch=master