Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 14, 2018 09:37
Show Gist options
  • Save ryantm/2a14e6349ea43a555857f9e30bf328ff to your computer and use it in GitHub Desktop.
Save ryantm/2a14e6349ea43a555857f9e30bf328ff to your computer and use it in GitHub Desktop.
/nix/store/fc0y8jb20kfm3v4yy3zzc6ipidc1ks1c-notmuch-0.27
├── bin
│   ├── notmuch
│   └── notmuch-emacs-mua
├── include
│   └── notmuch.h
├── lib
│   ├── libnotmuch.so -> libnotmuch.so.5.2.0
│   ├── libnotmuch.so.5 -> libnotmuch.so.5.2.0
│   └── libnotmuch.so.5.2.0
└── share
├── bash-completion
│   └── completions
│   └── notmuch
├── emacs
│   └── site-lisp
│   ├── coolj.el
│   ├── coolj.elc
│   ├── notmuch-address.el
│   ├── notmuch-address.elc
│   ├── notmuch-company.el
│   ├── notmuch-company.elc
│   ├── notmuch-compat.el
│   ├── notmuch-compat.elc
│   ├── notmuch-crypto.el
│   ├── notmuch-crypto.elc
│   ├── notmuch-draft.el
│   ├── notmuch-draft.elc
│   ├── notmuch.el
│   ├── notmuch.elc
│   ├── notmuch-hello.el
│   ├── notmuch-hello.elc
│   ├── notmuch-jump.el
│   ├── notmuch-jump.elc
│   ├── notmuch-lib.el
│   ├── notmuch-lib.elc
│   ├── notmuch-logo.png
│   ├── notmuch-maildir-fcc.el
│   ├── notmuch-maildir-fcc.elc
│   ├── notmuch-message.el
│   ├── notmuch-message.elc
│   ├── notmuch-mua.el
│   ├── notmuch-mua.elc
│   ├── notmuch-parser.el
│   ├── notmuch-parser.elc
│   ├── notmuch-print.el
│   ├── notmuch-print.elc
│   ├── notmuch-query.el
│   ├── notmuch-query.elc
│   ├── notmuch-show.el
│   ├── notmuch-show.elc
│   ├── notmuch-tag.el
│   ├── notmuch-tag.elc
│   ├── notmuch-tree.el
│   ├── notmuch-tree.elc
│   ├── notmuch-version.el
│   ├── notmuch-version.elc
│   ├── notmuch-wash.el
│   └── notmuch-wash.elc
├── man
│   ├── man1
│   │   ├── notmuch.1.gz
│   │   ├── notmuch-address.1.gz
│   │   ├── notmuch-compact.1.gz
│   │   ├── notmuch-config.1.gz
│   │   ├── notmuch-count.1.gz
│   │   ├── notmuch-dump.1.gz
│   │   ├── notmuch-emacs-mua.1.gz
│   │   ├── notmuch-insert.1.gz
│   │   ├── notmuch-new.1.gz
│   │   ├── notmuch-reindex.1.gz
│   │   ├── notmuch-reply.1.gz
│   │   ├── notmuch-restore.1.gz
│   │   ├── notmuch-search.1.gz
│   │   ├── notmuch-setup.1.gz -> notmuch.1.gz
│   │   ├── notmuch-show.1.gz
│   │   └── notmuch-tag.1.gz
│   ├── man3
│   │   └── notmuch.3.gz
│   ├── man5
│   │   └── notmuch-hooks.5.gz
│   └── man7
│   ├── notmuch-properties.7.gz
│   └── notmuch-search-terms.7.gz
└── zsh
└── functions
└── Completion
└── Unix
└── _notmuch
17 directories, 71 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment