pull/26/head
Tullio Facchinetti 9 months ago
parent dff86bd87c
commit ec5a1a5c5a

@ -32,14 +32,14 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1062**
* Apps/tools covered: **1063**
* Number of categories: **65**.
# Index
* [Anki, decks and flashcards](#flashcard) (6)
* [Backup](#backup) (10)
* [Calculators](#calc) (9), [Chat and instant messaging](#chat) (26), [ChatGPT / AI](#chatgpt) (8), [Clean up of files and directories](#file-dir-cleanup) (12), [Co-pilot](#copilot) (7), [Command launchers](#launcher) (16), [Commands cheatsheet and snippets](#cheatsheet) (14), [Conversion](#conversion) (9)
* [Calculators](#calc) (9), [Chat and instant messaging](#chat) (26), [ChatGPT / AI](#chatgpt) (8), [Clean up of files and directories](#file-dir-cleanup) (12), [Co-pilot](#copilot) (7), [Command launchers](#launcher) (16), [Commands cheatsheet and snippets](#cheatsheet) (14), [Conversion](#conversion) (10)
* [Data management](#data-management) (24), [Data management - Tabular data](#data-management-tabular) (17), [Data transfer](#transfer) (32), [Diff](#diff) (9), [Directory changers (alternatives to cd)](#cd) (17), [Disk usage analyzers](#disk-analyzer) (12)
* [Editors](#editors) (24), [Email](#email) (13)
* [File and file system handling](#file-handling) (17), [File deletion and trash bin (alternatives to rm)](#rm) (5), [File explorer and tree visualization](#file-explorer) (9), [File finding (alternatives to find)](#find) (6), [File listing (alternatives to ls)](#ls) (6), [File manager](#file-manager) (18), [File renamers](#file-renamer) (11), [File systems](#file-system) (4), [Financial tools](#financial) (11), [Font management](#font) (2), [Funny tools](#funny) (27), [Fuzzy finders](#fuzzy-finder) (10)
@ -219,6 +219,7 @@ File format converters.
* [Sfeed](https://codemadness.org/sfeed.html) - Sfeed is a RSS and Atom parser (and some format programs). It converts RSS or Atom feeds from XML to a TAB-separated file.
* [simtex](https://github.com/simtex-dev/engine) - simtex (simplified LaTeX) allows you to convert your markdown or text lectures into LaTeX file with one command, configured with simple .json file.
* [Vertopal-CLI](https://github.com/vertopal/vertopal-cli) - Vertopal-CLI is a small, yet powerful utility for converting digital files to a variety of file formats using Vertopal public API.
* [wv](https://wvware.sourceforge.net/) - Utility for performing operations on .doc files. The tools is now deprecated in favor of AbiWord, which uses the same library that is used in the CLI program.
## <a name="data-management"></a>Data management

@ -1061,3 +1061,4 @@ monitor,HyFetch,,https://github.com/hykilpikonna/hyfetch,"A fork of the abandone
games,Frotz,https://davidgriffith.gitlab.io/frotz/,https://gitlab.com/DavidGriffith/frotz,Frotz is an interpreter for Infocom games and other Z-machine games.
editors,ed,https://www.gnu.org/software/ed/,,"GNU ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files, both interactively and via shell scripts."
conversion,antiword,https://web.archive.org/web/20071002133135/http://www.winfield.demon.nl/,,Reader and converted for the proprietary MS .doc file format.
conversion,wv,https://wvware.sourceforge.net/,,"Utility for performing operations on .doc files. The tools is now deprecated in favor of AbiWord, which uses the same library that is used in the CLI program."

1 category name homepage git description
1061 games Frotz https://davidgriffith.gitlab.io/frotz/ https://gitlab.com/DavidGriffith/frotz Frotz is an interpreter for Infocom games and other Z-machine games.
1062 editors ed https://www.gnu.org/software/ed/ GNU ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files, both interactively and via shell scripts.
1063 conversion antiword https://web.archive.org/web/20071002133135/http://www.winfield.demon.nl/ Reader and converted for the proprietary MS .doc file format.
1064 conversion wv https://wvware.sourceforge.net/ Utility for performing operations on .doc files. The tools is now deprecated in favor of AbiWord, which uses the same library that is used in the CLI program.
Loading…
Cancel
Save