Loading repository dataβ¦
Loading repository dataβ¦
BOTbkcd / repository
A minimal TUI based task tracker π
A minimal TUI based task tracker
go install github.com/BOTbkcd/mayhem@latest
SQLite is a dependency for this tool, make sure it is installed beforehand (it is fairly ubiquitous & should already be present on your system).
Three pane responsive layout, auto adjusts when terminal is resized
Vim key bindings for navigation
Tasks:
Completion Status:
Tab keyA task can be broken down into associated steps
Task can be moved to a new stack after creation without any loss of data
Recurring tasks:
π iconSorting:
Pane Footer: each pane has a footer which your relative position in the pane
Dynamic help section at the bottom shows the relevant key bindings available at a given instance
| Key | Description |
|---|---|
| k or up | Move up |
| j or down | Move down |
| l or right | Switch focus to the pane on right |
| h or left | Switch focus to the pane on left |
| g | Jump to top of the pane |
| G | Jump to bottom of the pane |
| e | Edit |
| tab | Toggle task/step completion status |
| esc | Return |
| m | Move task to new stack |
| ? | Toggle Help |
| q / ctrl+c | Quit |