1
0

Update help.md

This commit is contained in:
Akbar Rahman 2018-12-19 17:04:18 +00:00
parent 14e942355b
commit e1654bb023
Signed by: alvierahman90
GPG Key ID: 20609519444A1269
2 changed files with 5 additions and 11 deletions

View File

@ -14,7 +14,7 @@ from fuzzywuzzy import process
from fuzzywuzzy import fuzz
from pydo import Task
VERSION = "v1.2.0"
VERSION = "v1.2.1"
PROPERTY_LAST_COMMAND = "last_command"

View File

@ -4,16 +4,10 @@ Anything sent without a command is assumed to be a new task to be added
## actions on tasks
- `/add <task-text>` - Add a new task
- `/do <id> [id [id [id]...]]` - Do task(s)
- `/priority <priority> <id> [id [id [id]...]]` - Set the priority of task(s)
- `/rm <id> [id [id [id]...]]` - Remove task(s)
- `/undo <id> [id [id [id]...]]` - undo task(s)
### fuzzy actions
- `/fdo <text to match>`
- `/fpriority <text to match>`
- `/frm <text to match>`
- `/fundo <text to match>`
- `/do` - Mark a task as done
- `/priority` - Set the priority of a task
- `/rm` - Remove a task
- `/undo` - Mark a task as not done
## general
- `/export` - Send all tasks as plaintext