LinuxCommandLibrary

done

TLDR

Mark task as done (Taskwarrior)

$ task [id] done
copy
Complete multiple tasks
$ task [1] [2] [3] done
copy

SYNOPSIS

done [options]

DESCRIPTION

done is commonly used as a subcommand or keyword in task management systems to mark tasks as completed. In Taskwarrior, "task done" marks a task complete. In fish shell, it ends a for/while loop.
The specific behavior depends on the context and tool. In shell scripting (fish), "done" terminates loop constructs. In task managers, it indicates task completion.
This entry documents the general concept as various tools implement "done" functionality differently.

CAVEATS

Behavior varies by tool/shell. May conflict with function names. Context-dependent semantics.

SEE ALSO

task(1), fish(1), bash(1)

Copied to clipboard