Home

Awesome

Mayhem 📝

A minimal TUI based task tracker

<a href="./altscreen-toggle/main.go"> <img src="gifs/Navigation.gif"/> </a>

<br></br>

<a href="./altscreen-toggle/main.go"> <img src="gifs/Editing.gif"/> </a>

Installation

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).

Features

Navigation

KeyDescription
<kbd>k or up</kbd>Move up
<kbd>j or down</kbd>Move down
<kbd>l or right</kbd>Switch focus to the pane on right
<kbd>h or left</kbd>Switch focus to the pane on left
<kbd>g</kbd>Jump to top of the pane
<kbd>G</kbd>Jump to bottom of the pane
<kbd>e</kbd>Edit
<kbd>tab</kbd>Toggle task/step completion status
<kbd>esc</kbd>Return
<kbd>m</kbd>Move task to new stack
<kbd>?</kbd>Toggle Help
<kbd>q</kbd> / <kbd>ctrl+c</kbd>Quit