Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 6, 2018 16:40
Show Gist options
  • Save ryantm/adeae189f9ac416571a7c0e3beca712f to your computer and use it in GitHub Desktop.
Save ryantm/adeae189f9ac416571a7c0e3beca712f to your computer and use it in GitHub Desktop.
/nix/store/05v4k89ni4phwyxvqskr0hji49b5fmck-notmuch-0.26.1
├── bin
│   ├── notmuch
│   └── notmuch-emacs-mua
├── include
│   └── notmuch.h
├── lib
│   ├── libnotmuch.so -> libnotmuch.so.5.1.0
│   ├── libnotmuch.so.5 -> libnotmuch.so.5.1.0
│   └── libnotmuch.so.5.1.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