~robertgzr/k2

maildir cli built on a robust foundation
add fmt command
allow constructing mail type without backing store
support uid only list formatting

clone

read-only
https://git.sr.ht/~robertgzr/k2
read/write
git@git.sr.ht:~robertgzr/k2

You can also use your local clone with git send-email.

#k2

a maildir cli built on a robust foundation

#requirements

  • column form util-linux

#easy to parse

$ k2 list -format json | jq '.[].sender'

#how to do things

#check configuration

$ k2 config

Setup your default maildir (e.g. INBOX) via root and mbox keys in $XDG_CONFIG_HOME/k2/config and configure an outgoing server with credentials.

#send mail

$ k2 new | vipe | k2 send | k2 copy - ../Sent

Compose a new message, edit it using $EDITOR (requires moreutils), send it and copy the sent message to the Sent maildir next to your default.

Do not follow this link