Creating my own version of what a CLI Task manager and To-do-list would look like
Project description
Devcord
Devcord is a CLI tool designed to help you quickly manage your tasks as well as help you monitor your time usage. Along with all the essential to-do list functionalities, Devcord allows you to select a task and start a session on it.
During a session, your time-spent on each of your activity is monitored for you to view later. This is useful for people who want to find out where their time is spent.
None of the data is stored on any server, it is all stored locally on your machine.
Installation
Install Devcord using pip
pip install --upgrade special-octo-robot
Post Installation
To avoid typing devcord repetitively, register an alias in your shell configuration file.
Register an alias for tasks
alias tasks = "devcord tasks"
alias task = "devcord task"
Usage
For adding tasks
| Description | Command |
|---|---|
| Add a simple task | devcord tasks -a "task name"devcord tasks --add "task name" |
| Add a task with a description (Opens scrollable text box to enter description) |
devcord tasks -a "task name" -d devcord tasks --add "task name" --desc |
| Add a task with a due date | devcord tasks -a "task name" -dd "dd/mm/yyyy"devcord tasks --add "task name" --due "dd/mm/yyyy" |
| Add a task to be completed by today | devcord tasks -a "task name" -tdevcord tasks --add "task name" --today |
| Add a task to be completed within the current week | devcord tasks -a "task name" -w devcord tasks --add "task name" --week |
| Add a task with priority (1-5) | devcord tasks -a "task name" -p 3 devcord tasks --add "task name" --priority 3 |
| Add a task with labels | devcord tasks -a "task name" -lb "label" devcord tasks --add "task name" --label "label" |
| Add a subtask | devcord tasks -a "task name" -stdevcord tasks --add "task name" --subtask |
For listing tasks
By default, in-progress and pending tasks are listed, with in-progress first followed by pending tasks and completed tasks are skipped.
| Description | Command |
|---|---|
| Simple List tasks | devcord tasks ldevcord tasks --list |
| List tasks with subtasks | devcord tasks -l -st devcord tasks --list --subtasks |
| List tasks by priority | devcord tasks -l -p 3 devcord tasks --list --priority 3 |
| List tasks by label | devcord tasks -l -lb "label" devcord tasks --list --label "label" |
| List tasks due today | devcord tasks -l -t devcord tasks --list --today |
| List tasks due in the current week | devcord tasks -l -w devcord tasks --list --week |
| List tasks by status | devcord tasks -l -idevcord tasks --list --completed devcord tasks -l --pending |
| Specify output format as JSON | devcord tasks -l -o json devcord tasks --list --output text |
| Specify output file path | devcord tasks -l --path "path/to/file" |
For managing tasks
Pass the keyword to perform required action on the task. The command will then prompt you through a fuzzy finder to enter the task title. The keyword action would be performed on the selected task.
| Description | Command |
|---|---|
| View task description (Opens a scrollable text box with description) |
devcord task -d devcord task --desc |
| Show subtasks | devcord task -stdevcord task --subtasks |
| Mark task as in-progress | devcord task -idevcord task --inprogress |
| Mark task as complete | devcord task -c devcord task --completed |
| Mark task as pending | devcord task -pddevcord task --pending |
| Set deadline to this week | devcord task -w devcord task --week |
| Set deadline to today | devcord task -t devcord task --today |
| Delete task | devcord task -dldevcord task --delete |
| Modify task title | devcord task -n "new title" devcord task --name "new title" |
| Modify task priority | devcord task -p 3devcord task --priority 3 |
| Modify task deadline | devcord task -dd "dd/mm/yyyy" devcord task --deadline "dd/mm/yyyy" |
| Modify task labels | devcord task -lb "label" devcord task --label "label" |
| Modify Completed Task | devcord task -ar -n "new title" devcord task --archive --name "new title" |
Jira Integration
With Jira integration you can view all your issues on devcord itself and sync them as when required with a single command. On your first use instead of the following commands, you'd be asked to set up your configuration for Jira.
| Description | Command |
|---|---|
| Sync tasks with Jira | devcord jira --sync |
| Set organization URL for Jira | devcord jira --url |
| Set organization email for Jira | devcord jira --email |
| Set Jira access token | devcord jira --token |
Miscellaneous
Use Rich Tree:
devcord init --pretty_tree False
Use Pretty Tree:
devcord init --pretty_tree True
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file special-octo-robot-0.3.1.tar.gz.
File metadata
- Download URL: special-octo-robot-0.3.1.tar.gz
- Upload date:
- Size: 30.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffbbebe8fff4e5a7b632f17e32459607672e21dcf61e9d4745c8a471f5151110
|
|
| MD5 |
63743eb4d246147c9dd019cc4473fe54
|
|
| BLAKE2b-256 |
92f6990334f4af407dd074fe29aa7b3fcb7360824d970478649404f18cd26ca7
|
File details
Details for the file special_octo_robot-0.3.1-py3-none-any.whl.
File metadata
- Download URL: special_octo_robot-0.3.1-py3-none-any.whl
- Upload date:
- Size: 32.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48a3f7228c760638ac0437c7175edccce823d43acc4691a4cd43b841b00276d0
|
|
| MD5 |
641862d8d5b79092edea92155b78b60c
|
|
| BLAKE2b-256 |
31d6a7dae21234f71b761584dd5b25d7ea8aeaa06bfd215c7b806f62c0cc3575
|