pick
set of electronic mail handling programs
Install
- All systems
-
curl cmd.cat/pick.sh
- Debian
-
apt-get install pick
- Ubuntu
-
apt-get install pick
- Alpine
-
apk add nmh
- Arch Linux
-
pacman -S pick
- Kali Linux
-
apt-get install pick
- Fedora
-
dnf install nmh
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pick
- OS X
-
brew install pick
- Raspbian
-
apt-get install pick
- Dockerfile
- dockerfile.run/pick
- Docker
-
docker run cmd.cat/pick pick
powered by Commando
nmh
set of electronic mail handling programs
This is the nmh mail user agent (reader/sender), a command-line based mail reader that is powerful and extensible. nmh is an excellent choice for people who receive and process a lot of mail. Unlike most mail user agents, nmh is not a single program, rather it is a set of programs that are run from the shell. This allows the user to utilize the full power of the Unix shell in coordination with nmh. Various front-ends are available, such as mh-e (an emacs mode), xmh, and exmh (X11 clients). nmh was originally based on MH version 6.8.3, and is intended to be a (mostly) compatible drop-in replacement for MH.
mailutils-mh
GNU mailutils-based MH utilities
GNU Mailutils is a rich and powerful protocol-independent mail framework. It contains a series of useful mail libraries, clients, and servers. These are the GNU mailutils MH utilities. It is an implementation of MH, a collection of small shell programs to read and handle mail in a very flexible way.
pick
utility to choose one option from a set of choices
The pick utility allows users to choose one option from a set of choices using an interface with fuzzy search functionality. pick reads a list of choices on stdin and outputs the selected choice on stdout. Therefore it is easily used both in pipelines and subshells.
mmh
set of electronic mail handling programs
This is the mmh mail user agent (reader/sender), a command-line based mail reader that is powerful and extensible. nmh is an excellent choice for people who receive and process a lot of mail. Unlike most mail user agents, mmh is not a single program, rather it is a set of programs that are run from the shell. This allows the user to utilize the full power of the Unix shell in coordination with mmh. Mmh is a modified version of the electronic mail handling system nmh. Nmh (new MH) itself was originally based on the package MH-6.8.3, and was intended to be a (mostly) compatible drop-in replacement for MH. In contrast, mmh is not intended to be a drop-in replacement for nmh, rather mmh breaks compatibility to nmh in order to modernize and simplify it.
mailutils
GNU mailutils utilities for handling mail
GNU Mailutils is a rich and powerful protocol-independent mail framework. It contains a series of useful mail libraries, clients, and servers. This package contains the GNU mailutils versions of dotlock, frm, from, maidag, mail, messages, mimeview, movemail, readmsg and sieve. They are capable of speaking POP3, IMAP, mbox, MH and Maildir. dotlock -- lock mail spool files. frm -- display From: lines. from -- display from and subject. maidag -- the mail delivery agent. mail -- the standard /bin/mail interface, mail sender and reader. messages -- count the number of messages in a mailbox. mimeview -- display files, using mailcap mechanism. movemail -- move messages across mailboxes. readmsg -- extract selected messages from a mailbox. sieve -- a mail filtering tool.