Update help.md
This commit is contained in:
parent
14e942355b
commit
e1654bb023
@ -14,7 +14,7 @@ from fuzzywuzzy import process
|
|||||||
from fuzzywuzzy import fuzz
|
from fuzzywuzzy import fuzz
|
||||||
from pydo import Task
|
from pydo import Task
|
||||||
|
|
||||||
VERSION = "v1.2.0"
|
VERSION = "v1.2.1"
|
||||||
|
|
||||||
|
|
||||||
PROPERTY_LAST_COMMAND = "last_command"
|
PROPERTY_LAST_COMMAND = "last_command"
|
||||||
|
14
src/help.md
14
src/help.md
@ -4,16 +4,10 @@ Anything sent without a command is assumed to be a new task to be added
|
|||||||
|
|
||||||
## actions on tasks
|
## actions on tasks
|
||||||
- `/add <task-text>` - Add a new task
|
- `/add <task-text>` - Add a new task
|
||||||
- `/do <id> [id [id [id]...]]` - Do task(s)
|
- `/do` - Mark a task as done
|
||||||
- `/priority <priority> <id> [id [id [id]...]]` - Set the priority of task(s)
|
- `/priority` - Set the priority of a task
|
||||||
- `/rm <id> [id [id [id]...]]` - Remove task(s)
|
- `/rm` - Remove a task
|
||||||
- `/undo <id> [id [id [id]...]]` - undo task(s)
|
- `/undo` - Mark a task as not done
|
||||||
|
|
||||||
### fuzzy actions
|
|
||||||
- `/fdo <text to match>`
|
|
||||||
- `/fpriority <text to match>`
|
|
||||||
- `/frm <text to match>`
|
|
||||||
- `/fundo <text to match>`
|
|
||||||
|
|
||||||
## general
|
## general
|
||||||
- `/export` - Send all tasks as plaintext
|
- `/export` - Send all tasks as plaintext
|
||||||
|
Reference in New Issue
Block a user