Forrest logo
back to context overview

todoist

List of commands for todoist:

  • todoist:tldr:1ac9d todoist: Add a high priority task with a label, project, and due date in quick mode.
    $ todoist quick '#${project_name} "${tmr 9am}" p${1} ${task_name} @${label_name}'
    try on your machine
    explain this command
  • todoist:tldr:2fe8d todoist: List today's tasks with high priority that have the specified label.
    $ todoist list --filter '(@${label_name} | ${today}) & p${1}'
    try on your machine
    explain this command
  • todoist:tldr:5c323 todoist: Add a high priority task with a label, project, and due date.
    $ todoist add "${task_name}" --priority ${1} --label-ids "${label_id}" --project-name "${project_name}" --date "${tmr 9am}"
    try on your machine
    explain this command
  • todoist:tldr:76a5c todoist: Add a task.
    $ todoist add "${task_name}"
    try on your machine
    explain this command
  • todoist:tldr:c16a0 todoist: List all tasks with a header and color.
    $ todoist --header --color list
    try on your machine
    explain this command
  • todoist:tldr:db5af todoist: List all high priority tasks.
    $ todoist list --filter p${1}
    try on your machine
    explain this command
back to context overview