diff --git a/README.md b/README.md index fa1afd2..04ba9c7 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. # Summary -* Apps/tools covered: **1115** +* Apps/tools covered: **1116** * Number of categories: **67**. # 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) * [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) (11), [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) -* [Utilities](#utility) (32) +* [Utilities](#utility) (33) * [Versioning](#versioning) (6), [Viewers](#viewers) (37) * [Web browser](#browser) (16), [Web development](#webdev) (24), [Writing](#writing) (9) @@ -1326,6 +1326,7 @@ Games and utilities to measure and/or improve the typing ability. * [guesswidth](https://github.com/noborus/guesswidth) - Guess the width output without delimiters in commands that output to the terminal. * [Keep](https://github.com/keephq/keep) - Simple alerting tool, with declarative syntax and builtin providers. * [ltorah](https://github.com/Mandrew0822/ltorah) - ltorah provides a way to read the ancient hebrew Torah from the command line. +* [minicloze](https://github.com/benmanone/minicloze) - Rust-based command-line language-learning game using the Tatoeba database. * [mkdesk](https://gitlab.com/mr-draxs/mkdesk) - A program/command to create .desktop files (program launchers) using the terminal. * [movie](https://github.com/mayankchd/movie) - A CLI for getting information about a movies and comparing two movies. * [moviemon](https://github.com/iCHAIT/moviemon) - A Python program that displays all the information about all your movies in the command line. diff --git a/data/apps.csv b/data/apps.csv index 8d60025..9f8e140 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1114,3 +1114,4 @@ security,gocryptfs,https://nuetzlich.net/gocryptfs,https://github.com/rfjakob/go conversion,jsonify-resume,,https://github.com/ashishbinu/jsonify-resume,A cli that converts resumes into JSON Resume schema. todo-manager,boards,,https://github.com/benrutter/boards,Recursive kanban boards based around the filesystem. utility,ltorah,,https://github.com/Mandrew0822/ltorah,ltorah provides a way to read the ancient hebrew Torah from the command line. +utility,minicloze,,https://github.com/benmanone/minicloze,Rust-based command-line language-learning game using the Tatoeba database.