Skip to content

yggdr/powerline_notmuch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notmuch powerline

Easily query your notmuch database from 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]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages