Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roderickqiu/wnr
⏱️ Work/Rest Timer. Stricter. Prettier. More features. Win/Mac/Linux. (NEW UPDATES PAUSED.)
https://github.com/roderickqiu/wnr
electron electron-app floss linux macos pomodoro pomodoro-technique productivity-booster productivity-timer time-managment timer windows
Last synced: about 9 hours ago
JSON representation
⏱️ Work/Rest Timer. Stricter. Prettier. More features. Win/Mac/Linux. (NEW UPDATES PAUSED.)
- Host: GitHub
- URL: https://github.com/roderickqiu/wnr
- Owner: RoderickQiu
- License: mpl-2.0
- Created: 2019-01-22T03:53:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T15:43:21.000Z (10 months ago)
- Last Synced: 2024-07-31T19:38:37.941Z (4 months ago)
- Topics: electron, electron-app, floss, linux, macos, pomodoro, pomodoro-technique, productivity-booster, productivity-timer, time-managment, timer, windows
- Language: JavaScript
- Homepage: https://getwnr.com/
- Size: 12.7 MB
- Stars: 931
- Watchers: 15
- Forks: 59
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: supporter.js
Awesome Lists containing this project
README
wnr
A timer app with strong expansibility for computers | Website | 网站中文页面
Download (Windows & macOS): GitHub Release | Softpedia
(Windows) | 百度网盘(swh3) | 蓝奏云高速下载
English README | 简体中文简介 | 正體中文簡介 | Development Guide | Contact Me---
## Contributing
I appreciate it if you can help contribute.
- If you have any feature requests / bugs to report, feel free
to [have a issue](https://github.com/RoderickQiu/wnr/issues/new).- If you have done something brilliant, then [go for a pull request](https://github.com/RoderickQiu/wnr/pulls).
- If you want to add a new language to
wnr, [see this guide first](https://github.com/RoderickQiu/wnr/blob/master/locales/README.md).## How to Build
```shell
yarn # install depsyarn start # launch the app
yarn dir # build executable only
yarn nsis # windows nsis installer
yarn 7zip # windows 7zip protable version
yarn mac # macos
yarn linux # linux
yarn appimage # linux AppImage
```For more info about development, go
to **[DEVELOPMENT_GUIDE](https://github.com/RoderickQiu/wnr/blob/master/DEVELOPMENT_GUIDE.md)**.## Copyright & Credit
Copyright (c) 2019-2023 **[Roderick Qiu](https://r-q.name)** and other contributors. All rights reserved.
Licensed under the **[MPL 2.0 License](https://github.com/RoderickQiu/wnr/blob/master/LICENSE)**.
### Packages Using
#### Main Program
For the full text of licenses, go and see [this file](https://github.com/RoderickQiu/wnr/blob/master/NOTICE.md), which
is also included in every copy of wnr.- node-shi, [**my own project**](https://www.npmjs.com/package/node-shi) following MIT License.
- cmd-or-ctrl, [**another project of mine**](https://www.npmjs.com/package/cmd-or-ctrl) following MIT License.
- node-auto-launch, Teamwork, MIT License.
- compare-version, kevva, MIT License.
- electron-store, sindresorhus, MIT License.
- i18n-node, mashpie, MIT License.
- crypto-js, brix, MIT License.
- copy-to-clipboard, sudodoki, MIT License.
- request, request, Apache-2.0 License.
- winreg, fresc81, BSD 2-Clause License.
- **electron, electron, MIT License**.
- electron-builder, electron-userland, MIT License.
- jquery, jquery, MIT License.
- bootstrap, twbs, MIT License.
- iconfont, ALIMAMA MUX, for license go to [the site](https://www.iconfont.cn/).
- dotenv, motdotla, BSD-2-Clause License.
- electron-debug, sindresorhus, MIT License.
- node-fetch, node-fetch, MIT License.
- node-notifier, mikaelbr, MIT License.
- popper.js, popperjs, MIT License.
- schart.js, lin-xin, MIT License.
- cross-env, kentcdodds, MIT License.### Environment Using
- **node, nodejs, [License](https://github.com/nodejs/node/blob/master/LICENSE)**.
- NSIS, Nullsoft, zlib/libpng License.
- WebStorm, JetBrains, [License](https://www.jetbrains.com/legal/#licensing).