LinuxCommandLibrary

omm

Keyboard-driven task manager for the command line

TLDR

Launch the task manager
$ omm
copy
Import tasks from stdin
$ echo "[task]" | omm import
copy
Use a specific editor for task details
$ omm --editor [editor]
copy

SYNOPSIS

omm [command] [options]

DESCRIPTION

omm (on-my-mind) is a keyboard-driven task manager for the terminal. It is designed around the idea that you typically focus on one task at a time and priorities frequently change, so it lets you quickly reorder tasks with simple keystrokes.
The TUI includes views for active and archived tasks, task bookmarks, context and details panes, and a task entry/update interface. It supports compact and spacious display modes and customizable themes.

CAVEATS

Tasks are stored locally. No built-in sync or collaboration features.

HISTORY

omm was created by dhth and is written in Go.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard