@tosin2013/kanbn
Version:
A CLI Kanban board with AI-powered task management features
24 lines (18 loc) • 1.1 kB
Plain Text
{b}kanbn move "task-id"{b}
{b}kanbn mv "task-id"{b}
Move an existing task to a different column or position. The task 'updated' date will also be set.
Options:
{b}kanbn move "task-id" --interactive{b}
{b}kanbn move "task-id" -n{b}
Move a task interactively.
{b}kanbn move "task-id" --column "column"{b}
{b}kanbn move "task-id" -c "column"{b}
Move the task to this column in the index. If this option is not specified, the task will remain in its current column.
{b}kanbn move "task-id" --position N{b}
{b}kanbn move "task-id" -p N{b}
Move the task to a specific position in the target column. If this option is not specified, the task will be moved to the end of the target column.
{b}kanbn move "task-id" --position N --relative{b}
{b}kanbn move "task-id" --position N -r{b}
Move the task to a position relative to its current position in the target column.
When specifying a negative value for N, the negative sign can be escaped with '/' or '\\' to prevent the value being recognised as an option. For example:
{b}kanbn mv "task-1" -p \\-1 --relative{b}