From be48ca9952aabe7484b16d817d7a16d5e377982a Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Wed, 30 Aug 2023 21:46:19 +0200 Subject: [PATCH] Added mayhem --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 360dcd7..4989769 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. # Summary -* Apps/tools covered: **1041** +* Apps/tools covered: **1042** * Number of categories: **65**. # Index @@ -50,7 +50,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. * [Office tools](#office) (8), [Online search and resources](#online) (13), [Organizers and calendars](#organizers) (20) * [Package managers](#package-manager) (8), [Password managers](#password-manager) (14), [Productivity](#productivity) (8), [Programming](#programming) (39), [Prompts](#prompt) (4) * [Science](#science) (16), [Screen savers](#screensaver) (4), [Security and encryption](#security) (22), [Shells](#shells) (10), [Sound and music](#music) (31), [System monitoring](#monitor) (37), [System tools](#system) (18) -* [Terminals](#terminal) (12), [Text processing](#text-processing) (35), [Text search (alternatives to grep)](#text-search) (11), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (23), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7) +* [Terminals](#terminal) (12), [Text processing](#text-processing) (35), [Text search (alternatives to grep)](#text-search) (11), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (24), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7) * [Utilities](#utility) (30) * [Versioning](#versioning) (6), [Viewers](#viewers) (37) * [Web browser](#browser) (16), [Web development](#webdev) (24), [Writing](#writing) (9) @@ -1184,6 +1184,7 @@ Time and habit trackers. * [geek-life](https://github.com/ajaxray/geek-life) - A full featured TUI task manager. * [grit](https://github.com/climech/grit) - A multitree-based personal task manager. * [iKog](https://sites.google.com/site/henspace/ikog/) - A fully-featured task manager incapsulated within a Python script (just carry around the script to retain all the TODOs). When the script is run, a Python shell is opened, where task-related commands can be entered (ADD, LIST, etc.); a pity that commands are uppercase, which requires the annoying use of the Shift key. +* [mayhem](https://github.com/BOTbkcd/mayhem) - A minimal TUI based task tracker. * [mdt](https://github.com/basilioss/mdt) - A simple command-line markdown todo list manager inspired by t. * [t](https://github.com/sjl/t) - A command-line todo list manager for people that want to finish tasks, not organize them. * [taskbook](https://github.com/klaudiosinani/taskbook) - Tasks, boards & notes for the command-line habitat. diff --git a/data/apps.csv b/data/apps.csv index 07297d9..7eef53c 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1040,3 +1040,4 @@ monitor,procs,,https://github.com/dalance/procs,A modern replacement for ps writ text-processing,Line Select,,https://github.com/urbanogilson/lineselect,"A powerful utility enabling interactive line selection from stdin, allowing to seamlessly integrate, pause, select, and refine your pipeline, enhancing data processing precision." graphics,BlockPaint,,https://github.com/wooster0/blockpaint,BlockPaint is a painting program that allows you to draw pixel graphics in the terminal using the mouse. data-management-tabular,pykli,,https://github.com/eshepelyuk/pykli,Interactive ksqlDB command line client with autocompletion and syntax highlighting written in Python. +todo-manager,mayhem,,https://github.com/BOTbkcd/mayhem,A minimal TUI based task tracker.