Skip to main content

Query your notmuch database from powerline

Project description

Notmuch powerline
===========

Easily query your [notmuch](https://notmuchmail.org/) database from [powerline](https://github.com/powerline/powerline).

ISC licenced, see the LICENCE file.

Examples:
---------
The most basic example would be:

{
"function": "powerline_notmuch.notmuch",
"args": {
"searches": [
{"search": "tag:unread and not tag:list"},
]
}
}

results in

✉·2

A bit more, playing around with before and after:

{
"function": "powerline_notmuch.notmuch",
"before": "[",
"after": "]",
"args": {
"divider": "] [",
"searches": [
{"search": "tag:unread and not tag:list"},
{"icon": "", "search": "tag:unread and tag:list"},
{"icon": "BUGS", "search": "tag:unread and tag:bugs"}
]
}
}

results in

[✉ 2] [ 106] [BUGS 0]

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

powerline_notmuch-0.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page