-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Abhishek kushwaha edited this page May 1, 2022
·
1 revision
Welcome to the Todoska wiki!
Todoska is a simple, fast, and powerful todo list manager.
pip install todoska
todoska --help
>>> Usage: todoska [OPTIONS] COMMAND [ARGS]...
Try 'todoska --help' for help.
Error: Missing command.
todoska --help
>>>> python
Usage: todoska [OPTIONS] COMMAND [ARGS]...
Options:
--install-completion [bash|zsh|fish|powershell|pwsh]
Install completion for the specified shell.
--show-completion [bash|zsh|fish|powershell|pwsh]
Show completion for the specified shell, to
copy it or customize the installation.
--help Show this message and exit.
Commands:
add Add a new task to the todo list π
complete Mark a task as complete β¦ [Index]
delete Delete a task from the todo list π [Index]
show Show all tasks in the todo Table π
update Update a task from the todo list β [Index]
Add new task :
todoska add --help
>>> Usage: todoska add [OPTIONS] TASK CATEGORY
Arguments:
TASK [required]
CATEGORY [required]
Options:
--help Show this message and exit.
Update a task :
todoska update <task-id> <task-name>
>>> Usage: todoska update [OPTIONS] POSITION
Arguments:
POSITION [required]
Options:
--task TEXT
--category TEXT
--help Show this message and exit.
Delete a task :
todoska delete <task-id>
>>> Usage: todoska delete [OPTIONS] POSITION
Arguments:
POSITION [required]
Options:
--help Show this message and exit
View All task :
todoska show --help
>>> $ todoska show --help
Usage: todoska show [OPTIONS]
Options:
--help Show this message and exit.
todoska add "Buy milk" "Home"
```python
adding Buy milk, Home
Todos! π»
ββββββββββ¬βββββββββββββββββββββββ¬βββββββββββββββ¬βββββββββββββββ
β # β Todo β Category β Done β
ββββββββββΌβββββββββββββββββββββββΌβββββββββββββββΌβββββββββββββββ€
β 1 β Buy milk β Home β β β
ββββββββββ΄βββββββββββββββββββββββ΄βββββββββββββββ΄βββββββββββββββ