From 6f6597c970eec104dc5b0decebf5ec31da45718f Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Thu, 6 Sep 2012 20:44:28 +0100 Subject: update README --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3fc4bf80..f98e8b16 100644 --- a/README.md +++ b/README.md @@ -5,24 +5,25 @@ Have a look at the [user manual][docs] for installation notes, advanced usage, customization and hacking guides. Do comment on the code or file issues! I'm curious what you think of it. -You can talk to me in `#notmuch@Freenode`. +You can talk to me in `#notmuch@freenode`. Current features include: ------------------------- * modular and command prompt driven interface + * multiple accounts for sending mails via sendmail + * spawn terminals for asynchronous editing of mails * tab completion and usage help for all commands * contacts completion using customizable lookups commands * user configurable keyboard maps - * spawn terminals for asynchronous editing of mails * theming, optionally in 2, 16 or 256 colours * tag specific theming and tag string translation * (python) hooks to react on events and do custom formatting * python shell for introspection * forward/reply/group-reply of emails * printing/piping of mails and threads - * multiple accounts for sending mails via sendmail * notification popups with priorities * database manager that manages a write queue to the notmuch index + * configurable status bar Soonish to be addressed non-features: ------------------------------------- @@ -31,7 +32,6 @@ See [here][features], most notably: * async. calls to mimeparts renderer, parsing of VT colour escape sequences. see #272. Milestone `0.4` * encryption/decryption for messages via gnupg CLI (see branch `feature-gnupg`). Milestone `0.4` - * bind sequences of key presses to commands (POC in `postponed-multiinput`). Milestone `0.5` * live search results while you're typing (POC in `postponed-livesearch`). Milestone `0.6` * search for message (POC in `postponed-messagesmode`). Milestone `0.6` * search for strings in displayed buffer. MS `0.7` @@ -44,7 +44,7 @@ The arrow keys, `page-up/down`, `j`, `k` and `Space` can be used to move the foc `Escape` cancels prompts and `Enter` selects. Hit `:` at any time and type in commands to the prompt. -The interface shows one buffer at a time, you can use `tab` and `Shift-Tab` to switch +The interface shows one buffer at a time, you can use `Tab` and `Shift-Tab` to switch between them, close the current buffer with `d` and list them all with `;`. The buffer type or *mode* (displayed at the bottom left) determines which prompt commands @@ -55,4 +55,3 @@ to the prompt; The key bindings for the current mode are listed upon pressing `? [urwid]: http://excess.org/urwid/ [docs]: http://alot.rtfd.org [features]: https://github.com/pazz/alot/issues?labels=feature -[wiki]: https://github.com/pazz/alot/wiki -- cgit v1.2.3