Dotfiles/site-modules/core/files/oh-my-zsh/plugins/notmuch
Ade Attwood 80239af169 refactor(core): start to make dotfiles public
This is the first commit that brings the privet dotfiles to a public
reop previously this was all one puppet module. Now this has been split
out so I can put all of the private files in a private puppet module
2020-09-20 06:22:17 +01:00
..
docs refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
notmuch.plugin.zsh refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
README.md refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00

Notmuch oh my zsh plugin

Command Description
nm Alias for notmuch
nmc Alias for notmuch count
nmm Moves a notmuch search term into a specified folder
nmnew Prints out all of the new mail useing the tag of "unread"
nms Alias for notmuch search
nmt Alias for notmuch tag

Converting the docs

To convert the docs you need pandoc installed and out can use this command

find ./docs -name "*.md" -exec sh -c 'pandoc -s -t man "${0}" -o "./man/$(basename ${0%.md})"' {} \;