Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 13, 2020 09:04
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/adb6f5d63a34307956e9e0bdd74cfcce to your computer and use it in GitHub Desktop.
Save r-ryantm/adb6f5d63a34307956e9e0bdd74cfcce to your computer and use it in GitHub Desktop.
/nix/store/hrvg4sk9p35ahxbz4iygwq5iqrmk8j3m-python3.7-klaus-1.5.2
├── bin
│   └── klaus
├── lib
│   └── python3.7
│   └── site-packages
│   ├── klaus
│   │   ├── contrib
│   │   │   ├── app_args.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── app_args.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── wsgi_autoreload.cpython-37.pyc
│   │   │   │   ├── wsgi_autoreloading.cpython-37.pyc
│   │   │   │   └── wsgi.cpython-37.pyc
│   │   │   ├── wsgi_autoreloading.py
│   │   │   ├── wsgi_autoreload.py
│   │   │   └── wsgi.py
│   │   ├── ctagscache.py
│   │   ├── ctagsutils.py
│   │   ├── diff.py
│   │   ├── highlighting.py
│   │   ├── __init__.py
│   │   ├── markup.py
│   │   ├── __pycache__
│   │   │   ├── ctagscache.cpython-37.pyc
│   │   │   ├── ctagsutils.cpython-37.pyc
│   │   │   ├── diff.cpython-37.pyc
│   │   │   ├── highlighting.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── markup.cpython-37.pyc
│   │   │   ├── repo.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── views.cpython-37.pyc
│   │   ├── repo.py
│   │   ├── 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
│   │   └── views.py
│   └── klaus-1.5.2.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 52 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment