Forrest logo
back to the task tool

task:tldr:3b269

task: Update a task's priority.
$ task ${task_id} modify priority:${select}
try on your machine

This command is used to modify the priority of a specific task identified by its task ID.

The command includes the following components:

  • ${task_id}: This is a placeholder that represents the unique identifier of the task that you want to modify. You need to replace it with the actual task ID of the task you want to modify.
  • modify priority: This part of the command tells the program to modify the priority of the task.
  • ${select}: This is another placeholder that represents the priority value you want to set for the task. You need to replace it with the desired priority value.

By executing this command with the appropriate task ID and priority value, the program will modify the priority of the specified task accordingly.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the task tool