zoryn-task-manage(1)
| ZORYN-TASK-MANAGE(1) | Zoryn Manual | ZORYN-TASK-MANAGE(1) |
NAME
zoryn-task-manage - Interactive TUI for browsing and managing tasks.
SYNOPSIS
zoryn task manage [OPTION]… [TASK_ID]
DESCRIPTION
Full-screen interactive interface for browsing, filtering, and managing build tasks. Supports approve/disapprove, run/abort, share toggle, dependency management, and subtask operations.
Navigation: j/k or arrows to move, Enter to open task, Escape/q to go back or quit. Press F1 for full help.
ARGUMENTS
- TASK_ID
- Task ID to open directly (skips task list).
OPTIONS
- -C DIR
- Change to directory DIR before running.
- --needs-approval=GROUP
- Filter tasks needing approval (maint or tester).
- --no-color
- Disable colored output.
- --repo=REPO
- Filter by repository.
- --state=STATE
- Filter by task state.
- --user=NAME
- Filter by user (default: current user, ALL for all users).
COMMON OPTIONS
- --help[=FMT] (default=auto)
- Show this help in format FMT. The value FMT must be one of auto, pager, groff or plain. With auto, the format is pager or plain whenever the TERM env var is dumb or undefined.
- --version
- Show version information.
EXIT STATUS
zoryn task manage exits with:
- 0
- on success.
- 123
- on indiscriminate errors reported on standard error.
- 124
- on command line parsing errors.
- 125
- on unexpected internal errors (bugs).
EXAMPLES
Open task manager with default filters:
zoryn task manage
Show all users' tasks:
zoryn task manage --user ALL
Filter by state and repo:
zoryn task manage --state TESTED --repo sisyphus
Open specific task directly:
zoryn task manage 410005
SEE ALSO
zoryn(1)
| Zoryn 0.46.0 |
