An effective task engine that displays only the next actionables tasks
Project description
pipelinr
An effective task engine.
What is Pipelinr?
A todo engine. It's goal is to read as fast as possible a classical todolist writed down on a file and to deliver the last tasks actionables.
How do I use it?
You have to write a file more or less like this:
# project
1. c
- do this first
2. b
- c
- d
1. do this
1. do this before
2. do that after 1.
- do x when you want
- do y same time
- this has to be done prior to y
etc.
Save your file as 'todo' or other custom name. If you saved your file as 'todo', mv in the file folder in command line and then execute pipelinr without argument:
cd mydir
touch todo
vim todo
pipelinr
You can also open a specific file:
pipelinr -f my_specific_file
By doing so, Pipelinr will display a bunch of actionable tasks
Each task in the list is a task you should do first.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pipelinr-0.0.1.tar.gz.
File metadata
- Download URL: pipelinr-0.0.1.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8edbef9ebb8239eaca0b485bd4a29643c244f905dd9f41602763f5fa504a671
|
|
| MD5 |
5924c067cfa0dbd4e755a3eaa958aa49
|
|
| BLAKE2b-256 |
d49aeee6b83dfa384c1c81799818a0faecbd63cef99a5d74c856fd4f47bfc79e
|