TommyX12 / VIR

An intelligent time manager.
https://tommyx12.github.io/VIR
MIT License
155 stars 10 forks source link
angular electron open-source quantified-self scheduling time-management time-manager

VIR

travis badge

VIR is an open-source intelligent time-management tool designed to tame the stress. By simply listing your tasks and schedules, VIR can automatically generate plans around your available time, and alert you of potential conflicts, so you'll never have to worry about unrealistic deadlines or todo-list overload.


timeline screenshot

items screenshot


Getting Started

VIR is built with angular-electron. Windows, MacOS, and Linux are all supported. Grab your binary from the releases section.

Building the Binary Yourself

  1. Clone the repository:
    git clone https://github.com/TommyX12/VIR.git
  2. Enter the directory and install dependencies:
    cd VIR
    npm install --legacy-peer-deps
  3. Build the binary:
    npm run electron:build

    The built binary will be in ./release.

    • Mac: Go to ./release, and open the .dmg file.
    • Windows: Go to ./release, and open the .exe file.

Development Build

To run live-reload debug build:

npm start

Wiki

See the project wiki. Check out the Basics guide for an introduction.