Added memo

pull/27/head
Tullio Facchinetti 8 months ago
parent 385a9c38de
commit 560a227cbb

@ -34,7 +34,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1145**
* Apps/tools covered: **1146**
* Number of categories: **69**.
# Index
@ -53,7 +53,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [Package managers](#package-manager) (9), [Password managers](#password-manager) (16), [Productivity](#productivity) (9), [Programming](#programming) (43), [Prompts](#prompt) (4)
* [Religion](#religion) (3)
* [Science](#science) (16), [Screen savers](#screensaver) (4), [Security and encryption](#security) (23), [Shells](#shells) (10), [Sound and music](#music) (34), [System monitoring](#monitor) (41), [System tools](#system) (17)
* [Terminals](#terminal) (12), [Text processing](#text-processing) (31), [Text search (alternatives to grep)](#text-search) (10), [Text search and replace (alternatives to sed?)](#text-search-replace) (4), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (25), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7)
* [Terminals](#terminal) (12), [Text processing](#text-processing) (31), [Text search (alternatives to grep)](#text-search) (10), [Text search and replace (alternatives to sed?)](#text-search-replace) (4), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (26), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7)
* [Utilities](#utility) (30)
* [Versioning](#versioning) (6), [Viewers](#viewers) (35)
* [Web browser](#browser) (16), [Web development](#webdev) (24), [Writing](#writing) (9)
@ -1314,6 +1314,7 @@ Time and habit trackers.
* [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.
* [memo](https://www.byteptr.com/memo/) - Memo is a Unix-style note-taking software for POSIX compatible systems.
* [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.
* [taskell](https://github.com/smallhadroncollider/taskell) - Interactive kanban board/task manager.

@ -1144,3 +1144,4 @@ data-management-json,jayin,,https://github.com/we-cli/jayin,Piping with js at te
data-management-json,jsongrep,,https://github.com/dsc/jsongrep,A shell tool to search and select bits out of JSON documents.
data-management-json,jsongrep,,https://github.com/terrycojones/jsongrep,Python for extracting pieces of JSON objects
networking,SSM,,https://github.com/elliot40404/ssm,A simple SSH manager.
todo-manager,memo,https://www.byteptr.com/memo/,https://github.com/nrosvall/memo,Memo is a Unix-style note-taking software for POSIX compatible systems.

1 category name homepage git description
1144 data-management-json jsongrep https://github.com/dsc/jsongrep A shell tool to search and select bits out of JSON documents.
1145 data-management-json jsongrep https://github.com/terrycojones/jsongrep Python for extracting pieces of JSON objects
1146 networking SSM https://github.com/elliot40404/ssm A simple SSH manager.
1147 todo-manager memo https://www.byteptr.com/memo/ https://github.com/nrosvall/memo Memo is a Unix-style note-taking software for POSIX compatible systems.
Loading…
Cancel
Save