From f5270e72a8cdf1a003b0aae2c02fc0693ab111e3 Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Wed, 30 Aug 2023 21:34:22 +0200 Subject: [PATCH] Added TUI apps --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50c9b17..bcc6d28 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: **1035** +* Apps/tools covered: **1036** * Number of categories: **65**. # Index @@ -48,7 +48,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. * [Multimedia](#multimedia) (13) * [Networking](#networking) (28), [Note taking](#note-taking) (20) * [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) +* [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) (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) (23), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7) * [Utilities](#utility) (30) @@ -864,6 +864,7 @@ A set of tools for improving own productivity that do not deserve (at the moment * [h-m-m](https://github.com/nadrad/h-m-m) - h-m-m (pronounced like the interjection "hmm") is a simple, fast, keyboard-centric terminal-based tool for working with mind maps. * [kabmat](https://github.com/PlankCipher/kabmat) - TUI program for managing kanban boards with vim-like keybindings. * [speedread](https://github.com/pasky/speedread) - A simple terminal-based open source Spritz-alike filter that shows input text as a per-word RSVP (rapid serial visual presentation) aligned on optimal reading points. +* [TUI apps](https://github.com/learnbyexample/TUI-apps) - A repository containing a couple of one-script programs, mainly dedicated to training/learning CLI tools such as grep, awk, etc. * [tuxi](https://github.com/Bugswriter/tuxi) - A CLI tool that scrapes Google search results and SERPs that provides instant and concise answers. * [zeitkatze](https://github.com/leonmavr/zeitkatze) - Simplest stopwatch in a linux console. diff --git a/data/apps.csv b/data/apps.csv index 7979170..de217c1 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1034,3 +1034,4 @@ networking,quark,https://tools.suckless.org/quark/,https://git.suckless.org/quar networking,Prosody,https://prosody.im/,https://github.com/bjc/prosody,"Prosody is a modern XMPP communication server. It aims to be easy to set up and configure, and efficient with system resources." networking,ejabberd,https://www.ejabberd.im/,https://github.com/processone/ejabberd,"ejabberd is an XMPP application server and an MQTT broker, written mainly in the Erlang programming language." webdev,openring,,https://git.sr.ht/~sircmpwn/openring,"A tool for generating a webring from RSS feeds, so you can link to other blogs you like on your own blog." +productivity,TUI apps,,https://github.com/learnbyexample/TUI-apps,"A repository containing a couple of one-script programs, mainly dedicated to training/learning CLI tools such as grep, awk, etc."