OGMonk Tmux Task Manager is a plugin for Tmux that enables you to manage tasks directly within your Tmux sessions using SQLite as the database. This tool allows you to create, view, update, and delete tasks with an intuitive Tmux interface.
- Task Management: Add, view, update, and delete tasks.
- Status Indicators: Visual status indicators for tasks.
- Date-Specific Tasks: Manage tasks on a per-day basis (next and someday cards in process).
- Task Limit: Prevents adding more than 9 tasks per day, focus on the important things.
sudo apt-get install sqlite3
-
Add the plugin to your Tmux configuration (e.g.,
~/.tmux.conf
):set -g @plugin 'nedzib/tmux-ogmonk'
-
Reload Tmux environment:
tmux source-file ~/.tmux.conf
-
Press
prefix
+I
to install the plugin.
Just press prefix
+ r
and esc
whenever you want to close
This project is licensed under the MIT License.