Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 2, 2019 01:01
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 ryantm/0fb01549dfe55b77805b1d8f205a67c2 to your computer and use it in GitHub Desktop.
Save ryantm/0fb01549dfe55b77805b1d8f205a67c2 to your computer and use it in GitHub Desktop.
/nix/store/j2n3kk03lkg4dmygyjmpcql8sl4hzwn0-python2.7-klaus-1.4.0
├── bin
│   └── klaus
├── lib
│   └── python2.7
│   └── site-packages
│   ├── klaus
│   │   ├── contrib
│   │   │   ├── app_args.py
│   │   │   ├── app_args.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── wsgi_autoreloading.py
│   │   │   ├── wsgi_autoreloading.pyc
│   │   │   ├── wsgi_autoreload.py
│   │   │   ├── wsgi_autoreload.pyc
│   │   │   ├── wsgi.py
│   │   │   └── wsgi.pyc
│   │   ├── ctagscache.py
│   │   ├── ctagscache.pyc
│   │   ├── ctagsutils.py
│   │   ├── ctagsutils.pyc
│   │   ├── diff.py
│   │   ├── diff.pyc
│   │   ├── highlighting.py
│   │   ├── highlighting.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── markup.py
│   │   ├── markup.pyc
│   │   ├── repo.py
│   │   ├── repo.pyc
│   │   ├── static
│   │   │   ├── favicon.png
│   │   │   ├── klaus.css
│   │   │   ├── klaus.js
│   │   │   ├── pygments.css
│   │   │   └── robots.txt
│   │   ├── templates
│   │   │   ├── base.html
│   │   │   ├── blame_blob.html
│   │   │   ├── history.html
│   │   │   ├── history.inc.html
│   │   │   ├── index.html
│   │   │   ├── repo_list.html
│   │   │   ├── skeleton.html
│   │   │   ├── submodule.html
│   │   │   ├── tree.inc.html
│   │   │   ├── view_blob.html
│   │   │   └── view_commit.html
│   │   ├── utils.py
│   │   ├── utils.pyc
│   │   ├── views.py
│   │   └── views.pyc
│   └── klaus-1.4.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 52 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment