citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

fuzz-notmuch-ghpatch (171B)


      1 #!/usr/bin/env bash
      2 
      3 set -e
      4 
      5 thread=$(notmuch search --format=json ${1:-tag:github and date:week..} | notmuch-select-threads)
      6 
      7 echo "notmuch show $thread | mail-prpatch"
      8