-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

todoist


> Access Todoist from the command-line.

More information.


Add a task:

todoist add "{task_name}"

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}"

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}'

List all tasks with a header and color:

todoist --header --color list

List all high priority tasks:

todoist list --filter p{1}

List today's tasks with high priority that have the specified label:

todoist list --filter '(@{label_name} | {today}) & p{1}'


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 06:34:44 2024