From 4d8b1950d39c5e1bd2060b48d40cd6ab1a2d089f Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Sun, 15 Oct 2023 23:27:00 +0200 Subject: [PATCH] Add: Notmuch --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34ef2c4..74fd94c 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: **1205** +* Apps/tools covered: **1206** * Number of categories: **70**. # Index @@ -43,7 +43,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. * [Backup](#backup) (16) * [Calculators](#calc) (9), [Chat and instant messaging](#chat) (26), [Clean up of files and directories](#file-dir-cleanup) (12), [Co-pilot](#copilot) (8), [Command launchers](#launcher) (19), [Commands cheatsheet and snippets](#cheatsheet) (15), [Conversion](#conversion) (14) * [Data management](#data-management) (14), [Data management - JSON/YAML/etc.](#data-management-json) (39), [Data management - Tabular data](#data-management-tabular) (17), [Data transfer](#transfer) (35), [DevOps](#devops) (9), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (18), [Disk usage analyzers](#disk-analyzer) (12) -* [Editors](#editors) (25), [Email](#email) (13) +* [Editors](#editors) (25), [Email](#email) (14) * [File and file system handling](#file-handling) (21), [File deletion and trash bin (alternatives to rm)](#rm) (5), [File explorer and tree visualization](#file-explorer) (10), [File finding (alternatives to find)](#find) (7), [File listing (alternatives to ls)](#ls) (9), [File manager](#file-manager) (19), [File renamers](#file-renamer) (12), [File systems](#file-system) (4), [Financial tools](#financial) (11), [Font management](#font) (2), [Funny tools](#funny) (28), [Fuzzy finders](#fuzzy-finder) (10) * [Games](#games) (44), [Git and accessories](#git) (42), [Graphics](#graphics) (31) * [History management](#history) (4) @@ -477,6 +477,7 @@ Email clients ([Mail User Agents](https://en.wikipedia.org/wiki/Email_client) - * [Mutt](http://www.mutt.org/) - Mail client with tons of features, customization chances, support for IMAP, POP3, multiple storage formats. * [NeoMutt](https://neomutt.org/) - Patched and up-to-dated mutt fork. * [nmail](https://github.com/d99kris/nmail) - nmail is a console-based email client for Linux and macOS with a user interface similar to alpine / pine. +* [Notmuch](https://git.notmuchmail.org/git/notmuch) - Notmuch is a command-line based program for indexing, searching, reading, and tagging large collections of email messages. * [pop](https://github.com/charmbracelet/pop) - Send emails from your terminal; it uses the API at [https://resend.com/](resend.com). * [pymailgen](https://github.com/toolleeo/pymailgen) - Starting from the content of a CSV file and a template text file, pymailgen generates a list of emails to be sent out using a command-line SMTP client. * [sup](http://sup-heliotrope.github.io/) - MUA written in Ruby; specifically developed for accounts with "a lot of emails"; nice thread-based presentation. diff --git a/data/apps.csv b/data/apps.csv index c8d761d..8192c06 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1204,3 +1204,4 @@ monitor,gtop,,https://github.com/aksakalli/gtop,System monitoring dashboard for monitor,vtop,,https://github.com/MrRio/vtop,Alternative to top with several additional stats. monitor,atop,https://www.atoptool.nl/index.php,,"Atop is TUI performance monitor for Linux; it reports the activity of all processes (even if processes have finished during the interval), daily logging of system and process activity for long-term analysis, overloaded system resources, etc." monitor,nmon,https://nmon.sourceforge.io/pmwiki.php,,Nigel's performance Monitor for Linux. +email,Notmuch,,https://git.notmuchmail.org/git/notmuch,"Notmuch is a command-line based program for indexing, searching, reading, and tagging large collections of email messages."