pipelinr

An effective task engine that displays only the next actionables tasks


Licenses
GPL-3.0/GPL-3.0+
Install
pip install pipelinr==1.0.2

Documentation

pipelinr

An effective task engine.

/!\ DEV BRANCH

What is Pipelinr?

A todo engine aimed to deliver the firsts tasks of every projects and to assist users troughout goals achievement.

Installation

pip install -r requirements
python app.py

Usage

Basic usage is as follows:
# goal.yml
- is:
    - this
- my
- goal
./pipelinr
# in the browser
open http://localhost:5000