All Projects → szewczukk → Nickel

szewczukk / Nickel

Licence: MIT license
Micro tasks manager written in pure Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Nickel

Ecno
Ecno is a task state manager built on top of UserDefaults in pure Swift 4.
Stars: ✭ 92 (+411.11%)
Mutual labels:  tasks, todolist, task-manager
Markor
Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..
Stars: ✭ 1,394 (+7644.44%)
Mutual labels:  todo, tasks, todolist
Qtodotxt2
Rewrite of GUI code of QTodoTxt using qml.
Stars: ✭ 136 (+655.56%)
Mutual labels:  todo, tasks, todolist
Qtodotxt
Cross Platform todo.txt GUI
Stars: ✭ 358 (+1888.89%)
Mutual labels:  todo, tasks, todolist
Orgzly Android
Outliner for taking notes and managing to-do lists
Stars: ✭ 2,042 (+11244.44%)
Mutual labels:  todo, tasks
Coddx Alpha
Coddx - a collection of tools that help developers program efficiently. One of the features is generating multiple files from templates quickly.
Stars: ✭ 132 (+633.33%)
Mutual labels:  todo, todolist
Collabtive
Collabtive is web based project management software
Stars: ✭ 192 (+966.67%)
Mutual labels:  todo, todolist
todo-live
A todo list manager in command line.
Stars: ✭ 49 (+172.22%)
Mutual labels:  todo, task-manager
Todoit
The JavaScript framework for hassle-free TODO application development.
Stars: ✭ 102 (+466.67%)
Mutual labels:  todo, todolist
To Do
一个无后端待办事项应用,数据用 LeanCloud 进行同步。
Stars: ✭ 238 (+1222.22%)
Mutual labels:  todo, todolist
Streak-Tasks
Streak Tasks Habit Tracker
Stars: ✭ 27 (+50%)
Mutual labels:  todo, todolist
Td Cli
A todo command line todo manager ✔️
Stars: ✭ 119 (+561.11%)
Mutual labels:  todo, todolist
Todo-List
✔️ Create to-do lists to easily manage your ideas and work.
Stars: ✭ 30 (+66.67%)
Mutual labels:  todo, todolist
Atom Todo Show
Atom package that shows a list of todos from your project.
Stars: ✭ 186 (+933.33%)
Mutual labels:  todo, todolist
tdls
command-line Todo-list & Tech-blogging Service
Stars: ✭ 19 (+5.56%)
Mutual labels:  todo, todolist
To-Do App
A Simple To-Do App With Js
Stars: ✭ 21 (+16.67%)
Mutual labels:  todo, todolist
Todoman
✅ A simple, standards-based, cli todo (aka: task) manager.
Stars: ✭ 247 (+1272.22%)
Mutual labels:  todo, tasks
vscode-projects-plus-todo-plus
Bird's-eye view over your projects, view all your todo files aggregated into one.
Stars: ✭ 25 (+38.89%)
Mutual labels:  todo, tasks
Flutter todo
Yet another Todo app, now using Flutter (with ScopedModel)
Stars: ✭ 94 (+422.22%)
Mutual labels:  todo, todolist
Py Todo
📋 Lightweight reminder / todo-list in cli
Stars: ✭ 102 (+466.67%)
Mutual labels:  todo, todolist

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].