Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 6, 2020 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/21b04bd86b32f2119e5f6c05893fc84d to your computer and use it in GitHub Desktop.
Save r-ryantm/21b04bd86b32f2119e5f6c05893fc84d to your computer and use it in GitHub Desktop.
/nix/store/flk6j00lm3cpp8fhr43rxaqcz1j1piam-mu-1.4.8
├── bin
│   └── mu
├── lib
│   ├── libguile-mu.la
│   ├── libguile-mu.so -> libguile-mu.so.0.0.0
│   ├── libguile-mu.so.0 -> libguile-mu.so.0.0.0
│   └── libguile-mu.so.0.0.0
└── share
├── doc
│   └── mu
│   ├── mu4e-about.org
│   └── NEWS.org
├── emacs
│   └── site-lisp
│   └── mu4e
│   ├── mu4e-actions.el
│   ├── mu4e-actions.elc
│   ├── mu4e-compose.el
│   ├── mu4e-compose.elc
│   ├── mu4e-context.el
│   ├── mu4e-context.elc
│   ├── mu4e-contrib.el
│   ├── mu4e-contrib.elc
│   ├── mu4e-draft.el
│   ├── mu4e-draft.elc
│   ├── mu4e.el
│   ├── mu4e.elc
│   ├── mu4e-headers.el
│   ├── mu4e-headers.elc
│   ├── mu4e-icalendar.el
│   ├── mu4e-icalendar.elc
│   ├── mu4e-lists.el
│   ├── mu4e-lists.elc
│   ├── mu4e-main.el
│   ├── mu4e-main.elc
│   ├── mu4e-mark.el
│   ├── mu4e-mark.elc
│   ├── mu4e-message.el
│   ├── mu4e-message.elc
│   ├── mu4e-meta.el
│   ├── mu4e-meta.elc
│   ├── mu4e-org.el
│   ├── mu4e-org.elc
│   ├── mu4e-proc.el
│   ├── mu4e-proc.elc
│   ├── mu4e-speedbar.el
│   ├── mu4e-speedbar.elc
│   ├── mu4e-utils.el
│   ├── mu4e-utils.elc
│   ├── mu4e-vars.el
│   ├── mu4e-vars.elc
│   ├── mu4e-view.el
│   ├── mu4e-view.elc
│   ├── org-mu4e.el
│   └── org-mu4e.elc
├── guile
│   └── site
│   └── 2.2
│   ├── mu
│   │   ├── plot.scm
│   │   ├── script.scm
│   │   └── stats.scm
│   └── mu.scm
├── info
│   ├── dir
│   ├── mu4e.info
│   └── mu-guile.info
├── man
│   ├── man1
│   │   ├── mu.1.gz
│   │   ├── mu-add.1.gz
│   │   ├── mu-cfind.1.gz
│   │   ├── mu-easy.1.gz
│   │   ├── mu-extract.1.gz
│   │   ├── mu-find.1.gz
│   │   ├── mu-help.1.gz
│   │   ├── mu-index.1.gz
│   │   ├── mu-info.1.gz
│   │   ├── mu-init.1.gz
│   │   ├── mu-mkdir.1.gz
│   │   ├── mu-remove.1.gz
│   │   ├── mu-script.1.gz
│   │   ├── mu-server.1.gz
│   │   ├── mu-verify.1.gz
│   │   └── mu-view.1.gz
│   ├── man5
│   │   └── mu-bookmarks.5.gz
│   └── man7
│   └── mu-query.7.gz
└── mu
└── scripts
├── find-dups.scm
├── msgs-count.scm
├── msgs-per-day.scm
├── msgs-per-hour.scm
├── msgs-per-month.scm
├── msgs-per-year-month.scm
└── msgs-per-year.scm
19 directories, 79 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment