Last active
December 18, 2015 10:39
-
-
Save parkr/5769784 to your computer and use it in GitHub Desktop.
command-line-email-client
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A command-line email client. We need one. A good one. | |
Much of the interaction inspiration comes from vim. You have | |
@i0rek and @dschneider to thank for that. | |
My ideal flow: | |
1. Boot client | |
# launches interactive mail listing, much like nerdtree. | |
2. Navigate using vim bindings: hjkl. Additionally: | |
Enter: read currently-highlighted email | |
n: new | |
r: reply | |
a: reply-all | |
x: archive | |
d: deleve | |
3. When composing a message, show the original email below | |
your message, but commented out, much like composing | |
a git commit message in vim. To send, type ":send" in | |
normal mode. Once the email is sent, go back to the | |
original listing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved by vmail.