Added Todoman

pull/26/head
Tullio Facchinetti 10 months ago
parent 6dc4387837
commit e6ba01b871

@ -32,7 +32,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1028**
* Apps/tools covered: **1029**
* 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) (7), [Programming](#programming) (39), [Prompts](#prompt) (4)
* [Science](#science) (16), [Screen savers](#screensaver) (4), [Security and encryption](#security) (22), [Shells](#shells) (9), [Sound and music](#music) (31), [System monitoring](#monitor) (36), [System tools](#system) (18)
* [Terminals](#terminal) (12), [Text processing](#text-processing) (34), [Text search (alternatives to grep)](#text-search) (11), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (22), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7)
* [Terminals](#terminal) (12), [Text processing](#text-processing) (34), [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)
* [Utilities](#utility) (30)
* [Versioning](#versioning) (6), [Viewers](#viewers) (36)
* [Web browser](#browser) (16), [Web development](#webdev) (23), [Writing](#writing) (9)
@ -1182,6 +1182,7 @@ Time and habit trackers.
* [td](https://github.com/wolandark/td) - Simple & elegant To Do list manager written In Bash.
* [td-cli](https://github.com/darrikonn/td-cli) - A command line todo manager, where you can organize and manage your todos across multiple projects.
* [todo.txt](http://todotxt.org/) - Minimalistic todo manager that uses a simple plain text file to keep track of items, implemented as a shell script.
* [Todoman](https://github.com/pimutils/todoman) - A simple, standards-based, cli todo (aka: task) manager.
* [todotxt-machine](https://pypi.org/project/todotxt-machine/) - Interfacce for todo.txt.
* [topydo](https://github.com/topydo/topydo) - A powerful todo list application for the console, using the todo.txt format.
* [tsk](https://github.com/kakengloh/tsk) - Terminal task management app with an emphasis on simplicity, efficiency and ease of use.

@ -1027,3 +1027,4 @@ music,ncspot,,https://github.com/hrkfdn/ncspot,"Cross-platform ncurses Spotify c
multimedia,Streamlink,,https://github.com/streamlink/streamlink,Streamlink is a CLI utility which pipes video streams from various services into a video player.
transfer,yt-dlp,,https://github.com/yt-dlp/yt-dlp,A youtube-dl fork with additional features and fixes.
conversion,Sfeed,https://codemadness.org/sfeed.html,git://git.codemadness.org/sfeed,Sfeed is a RSS and Atom parser (and some format programs). It converts RSS or Atom feeds from XML to a TAB-separated file.
todo-manager,Todoman,,https://github.com/pimutils/todoman,"A simple, standards-based, cli todo (aka: task) manager."

1 category name homepage git description
1027 multimedia Streamlink https://github.com/streamlink/streamlink Streamlink is a CLI utility which pipes video streams from various services into a video player.
1028 transfer yt-dlp https://github.com/yt-dlp/yt-dlp A youtube-dl fork with additional features and fixes.
1029 conversion Sfeed https://codemadness.org/sfeed.html git://git.codemadness.org/sfeed Sfeed is a RSS and Atom parser (and some format programs). It converts RSS or Atom feeds from XML to a TAB-separated file.
1030 todo-manager Todoman https://github.com/pimutils/todoman A simple, standards-based, cli todo (aka: task) manager.
Loading…
Cancel
Save