/wnr

⏱️ It's a time-management tool for computers. Work and rest, with wnr now.

Primary LanguageHTMLMozilla Public License 2.0MPL-2.0

wnr

The name is an abbr of "Work & Rest". It's a timer app with strong expansibility for computers.

As a timer app, wnr is simple but useful. | 中文网站

Download (Windows & macOS): GitHub Release | Softpedia (Windows) | 百度网盘(swh3) | 蓝奏云高速下载(7nzh)

English README | 简体中文简介 | 正體中文簡介

Development Guide


Features

  • modern design

  • multi-platforms support (currently Windows & macOS)

  • multi-languages support (you can help to contribute!)

  • multi-monitor support

  • multi-virtual-desktops support

  • portable software available (currently Windows)

  • semantic time input

  • work time / rest time settings

  • automatic loops

  • predefined tasks / defaults

  • clear tips for time

  • optional taskname and task notes

  • tray menu

  • alerts for time end

  • full-screen focus mode

  • lock mode / parent control

  • strict rules to prevent users from hacking

  • always-on-top mode

  • auto-start with system

  • auto start task

  • progress bar support

  • hi-dpi support

  • good touchscreen usability

  • dark mode support

  • user-friendly tourguide

  • user-friendly updater

  • infinity mode

  • ...

This application is being frequently updated, so does this list.

Contact

Contributing

I appreciate it if you can help contribute.

To-do List

Please go and see the GitHub Project.

How to Build

yarn # install deps

yarn start # launch the app

yarn dir # build executable only

yarn nsis # windows nsis installer

yarn nsis-ia32 # windows nsis installer (x86/ia32)

yarn 7zip # windows 7zip protable version

yarn 7zip-ia32 # windows 7zip portable version (x86/ia32)

yarn mac # macos

yarn linux # linux

Please note that:

  • Linux version hasn't been tested (If you are using Linux, you can fix things up yourself and contribute).

For more info about development, go to DEVELOPMENT_GUIDE.

Copyright & Credit

Copyright (c) 2019-2020 Roderick Qiu and other contributors. All rights reserved.

Licensed under the MPL 2.0 License.

Packages Using

Main Program

For the full text of licenses, go and see this file, which is also included in every copy of wnr.

  • node-shi, my own project following MIT License.
  • cmd-or-ctrl, another project of mine 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.
  • dotenv, motdotla, BSD-2-Clause License.
  • windows-release, sindresorhus, MIT License.
  • leancloud-storage, leancloud, MIT 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.

Website / Documents (wnr-guide, provided with [CC-BY-4.0] license)

  • vuepress, vuejs, MIT License.
  • vuepress-plugin-sitemap, ekoeryanto, MIT License.
  • vuepress-theme-api, sqrthree, MIT License.

Environment Using

  • node, nodejs, License.
  • NSIS, Nullsoft, zlib/libpng License.
  • VS Code, microsoft, MIT License.