ecmadao / Alfred-TodoList

A todo-list in Alfred workflow by python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alfred-TodoList

This a simple todo-workflow lets you add, complete or delete todo to to-do lists

Language

python(< 3)

Rely

alfred-workflow

Install

download the release package, double click to open it.

Usage

use "todo" hotkey to wakeup the action -- add new todo or search existed todos

todo

press "new todo", then input something, chose a filename to record a new todo

todo-new

to seach a todo, you only need to press "find" just list the pre-step

todo-search

then chose a todo to delete/complete it

todo-option

TODO

  • bugfix(try/catch)
  • do not search completed todo
  • change todo from one file to another file
  • add new file to store todo
  • delete completed todo
  • deal the situation when you wanna delete/complete todo in a file
  • upgrade speed
  • unittest
  • auto update
  • add time when create a todo
  • use re to avoid some bugs

License

MIT License

Copyright (c) 2016 ecmadao

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

A todo-list in Alfred workflow by python

License:MIT License


Languages

Language:Python 100.0%