Add command 'set', update help
Update script to latest himalaya cli format
fix 'show', fix pygmentize, add 'help'
Experimental git subcommand to interact with mailinglist-based patch workflow based on himalaya
Put git-list
script somewere in your PATH
.
Configure himalaya to connect to your mailbox.
Configure mail account and list mailbox in your repo's config:
git config --local list.account <account>
git config --local list.mailbox <mailbox>
git list [action [options ...]]
list
The default action
git list
List mails in configured mailbox.
show
git list show <SQQ>
Print raw mail message. Optionally pipe to bat
to highlight patch syntax
apply
git list apply <SEQ>
Apply patch from message in current branch, with git am
test
git list test <SEQ>
Create a new branch named patch/$SEQ
, switch to it and apply patch
with git am
Any other action, as any argument, is passed to himalaya, so refer to himalaya guide