citadel

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

notmuch-query (107B)


      1 #!/usr/bin/env bash
      2 set -eou pipefail
      3 query=$(notmuch queries | $FUZZER)
      4 echo notmuch search "$@" "$query"