Home
Softono

Nickel

Open source MIT Python
18
Stars
1
Forks
0
Issues
0
Watchers
8 years
Last Commit

 About Nickel

Micro tasks manager written in pure Python

Platforms

Web Self-hosted

Languages

Python

Links

Need Help Installing Nickel?

We provide expert installation service for this software. Our team will install, configure, and secure Nickel on your server. plans start at just $30.

Micro tasks library written in pure Python

Installation

  1. Clone repo

     $ git clone https://github.com/bjornus/Nickel
    
  2. Build & install

     $ python setup.py build
    
     $ sudo python setup.py install
    
  3. Init manager

     $ nickel.py init
    

Done!

Adding new task

If you want to place task in some project

  $ nickel.py add --project=PROJ_NAME

Or if you want to just add new task without project

  $ nickel.py add

Checking tasks state

If you want to check some project

  $ nickel.py check --project=PROJ_NAME

Or if you want to just check all tasks

 $ nickel.py check

Removing task

 $ nickel.py remove --task=ID_TASK

Completing task

 $ nickel.py complete --task=ID_TASK

Undone task (setting as in progress)

$ nickel.py undone --task=ID_TASK