Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 4, 2018 00:48
Show Gist options
  • Save ryantm/8c64789a90d08be3073dbc8eac48d879 to your computer and use it in GitHub Desktop.
Save ryantm/8c64789a90d08be3073dbc8eac48d879 to your computer and use it in GitHub Desktop.
/nix/store/dwraqsqfsm0m4qvl5wlqhmnb54wpxwkc-rtv-1.23.0
├── bin
│   └── rtv
├── lib
│   └── python2.7
│   └── site-packages
│   ├── rtv
│   │   ├── clipboard.py
│   │   ├── clipboard.pyc
│   │   ├── config.py
│   │   ├── config.pyc
│   │   ├── content.py
│   │   ├── content.pyc
│   │   ├── docs.py
│   │   ├── docs.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __main__.py
│   │   ├── __main__.pyc
│   │   ├── mime_parsers.py
│   │   ├── mime_parsers.pyc
│   │   ├── oauth.py
│   │   ├── oauth.pyc
│   │   ├── objects.py
│   │   ├── objects.pyc
│   │   ├── packages
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── praw
│   │   │   ├── decorator_helpers.py
│   │   │   ├── decorator_helpers.pyc
│   │   │   ├── decorators.py
│   │   │   ├── decorators.pyc
│   │   │   ├── errors.py
│   │   │   ├── errors.pyc
│   │   │   ├── handlers.py
│   │   │   ├── handlers.pyc
│   │   │   ├── helpers.py
│   │   │   ├── helpers.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── internal.py
│   │   │   ├── internal.pyc
│   │   │   ├── multiprocess.py
│   │   │   ├── multiprocess.pyc
│   │   │   ├── objects.py
│   │   │   ├── objects.pyc
│   │   │   ├── praw.ini
│   │   │   ├── settings.py
│   │   │   └── settings.pyc
│   │   ├── page.py
│   │   ├── page.pyc
│   │   ├── submission_page.py
│   │   ├── submission_page.pyc
│   │   ├── subreddit_page.py
│   │   ├── subreddit_page.pyc
│   │   ├── subscription_page.py
│   │   ├── subscription_page.pyc
│   │   ├── templates
│   │   │   ├── index.html
│   │   │   ├── mailcap
│   │   │   └── rtv.cfg
│   │   ├── terminal.py
│   │   ├── terminal.pyc
│   │   ├── theme.py
│   │   ├── theme.pyc
│   │   ├── themes
│   │   │   ├── default.cfg.example
│   │   │   ├── molokai.cfg
│   │   │   ├── papercolor.cfg
│   │   │   ├── solarized-dark.cfg
│   │   │   └── solarized-light.cfg
│   │   ├── __version__.py
│   │   └── __version__.pyc
│   └── rtv-1.23.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── man
└── man1
└── rtv.1.gz
14 directories, 74 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment