Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 14, 2018 05:39
Show Gist options
  • Save ryantm/86db26ab52e4c4aaabb2949ceba69142 to your computer and use it in GitHub Desktop.
Save ryantm/86db26ab52e4c4aaabb2949ceba69142 to your computer and use it in GitHub Desktop.
/nix/store/d5f7w3hcgxzhk1sgk1gjnl36nrq30wlm-qutebrowser-1.3.2
├── bin
│   └── qutebrowser
├── lib
│   └── python3.6
│   └── site-packages
│   ├── qutebrowser
│   │   ├── app.py
│   │   ├── browser
│   │   │   ├── adblock.py
│   │   │   ├── browsertab.py
│   │   │   ├── commands.py
│   │   │   ├── downloads.py
│   │   │   ├── downloadview.py
│   │   │   ├── greasemonkey.py
│   │   │   ├── hints.py
│   │   │   ├── history.py
│   │   │   ├── __init__.py
│   │   │   ├── inspector.py
│   │   │   ├── mouse.py
│   │   │   ├── navigate.py
│   │   │   ├── network
│   │   │   │   ├── __init__.py
│   │   │   │   ├── pac.py
│   │   │   │   ├── proxy.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── pac.cpython-36.pyc
│   │   │   │   └── proxy.cpython-36.pyc
│   │   │   ├── pdfjs.py
│   │   │   ├── __pycache__
│   │   │   │   ├── adblock.cpython-36.pyc
│   │   │   │   ├── browsertab.cpython-36.pyc
│   │   │   │   ├── commands.cpython-36.pyc
│   │   │   │   ├── downloads.cpython-36.pyc
│   │   │   │   ├── downloadview.cpython-36.pyc
│   │   │   │   ├── greasemonkey.cpython-36.pyc
│   │   │   │   ├── hints.cpython-36.pyc
│   │   │   │   ├── history.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── inspector.cpython-36.pyc
│   │   │   │   ├── mouse.cpython-36.pyc
│   │   │   │   ├── navigate.cpython-36.pyc
│   │   │   │   ├── pdfjs.cpython-36.pyc
│   │   │   │   ├── qtnetworkdownloads.cpython-36.pyc
│   │   │   │   ├── qutescheme.cpython-36.pyc
│   │   │   │   ├── shared.cpython-36.pyc
│   │   │   │   ├── signalfilter.cpython-36.pyc
│   │   │   │   ├── urlmarks.cpython-36.pyc
│   │   │   │   └── webelem.cpython-36.pyc
│   │   │   ├── qtnetworkdownloads.py
│   │   │   ├── qutescheme.py
│   │   │   ├── shared.py
│   │   │   ├── signalfilter.py
│   │   │   ├── urlmarks.py
│   │   │   ├── webelem.py
│   │   │   ├── webengine
│   │   │   │   ├── certificateerror.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── interceptor.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── certificateerror.cpython-36.pyc
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── interceptor.cpython-36.pyc
│   │   │   │   │   ├── spell.cpython-36.pyc
│   │   │   │   │   ├── tabhistory.cpython-36.pyc
│   │   │   │   │   ├── webenginedownloads.cpython-36.pyc
│   │   │   │   │   ├── webengineelem.cpython-36.pyc
│   │   │   │   │   ├── webengineinspector.cpython-36.pyc
│   │   │   │   │   ├── webenginequtescheme.cpython-36.pyc
│   │   │   │   │   ├── webenginesettings.cpython-36.pyc
│   │   │   │   │   ├── webenginetab.cpython-36.pyc
│   │   │   │   │   └── webview.cpython-36.pyc
│   │   │   │   ├── spell.py
│   │   │   │   ├── tabhistory.py
│   │   │   │   ├── webenginedownloads.py
│   │   │   │   ├── webengineelem.py
│   │   │   │   ├── webengineinspector.py
│   │   │   │   ├── webenginequtescheme.py
│   │   │   │   ├── webenginesettings.py
│   │   │   │   ├── webenginetab.py
│   │   │   │   └── webview.py
│   │   │   └── webkit
│   │   │   ├── cache.py
│   │   │   ├── certificateerror.py
│   │   │   ├── cookies.py
│   │   │   ├── http.py
│   │   │   ├── __init__.py
│   │   │   ├── mhtml.py
│   │   │   ├── network
│   │   │   │   ├── filescheme.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── networkmanager.py
│   │   │   │   ├── networkreply.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── filescheme.cpython-36.pyc
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── networkmanager.cpython-36.pyc
│   │   │   │   │   ├── networkreply.cpython-36.pyc
│   │   │   │   │   └── webkitqutescheme.cpython-36.pyc
│   │   │   │   └── webkitqutescheme.py
│   │   │   ├── __pycache__
│   │   │   │   ├── cache.cpython-36.pyc
│   │   │   │   ├── certificateerror.cpython-36.pyc
│   │   │   │   ├── cookies.cpython-36.pyc
│   │   │   │   ├── http.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── mhtml.cpython-36.pyc
│   │   │   │   ├── rfc6266.cpython-36.pyc
│   │   │   │   ├── tabhistory.cpython-36.pyc
│   │   │   │   ├── webkitelem.cpython-36.pyc
│   │   │   │   ├── webkithistory.cpython-36.pyc
│   │   │   │   ├── webkitinspector.cpython-36.pyc
│   │   │   │   ├── webkitsettings.cpython-36.pyc
│   │   │   │   ├── webkittab.cpython-36.pyc
│   │   │   │   ├── webpage.cpython-36.pyc
│   │   │   │   └── webview.cpython-36.pyc
│   │   │   ├── rfc6266.py
│   │   │   ├── tabhistory.py
│   │   │   ├── webkitelem.py
│   │   │   ├── webkithistory.py
│   │   │   ├── webkitinspector.py
│   │   │   ├── webkitsettings.py
│   │   │   ├── webkittab.py
│   │   │   ├── webpage.py
│   │   │   └── webview.py
│   │   ├── commands
│   │   │   ├── argparser.py
│   │   │   ├── cmdexc.py
│   │   │   ├── cmdutils.py
│   │   │   ├── command.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── argparser.cpython-36.pyc
│   │   │   │   ├── cmdexc.cpython-36.pyc
│   │   │   │   ├── cmdutils.cpython-36.pyc
│   │   │   │   ├── command.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── runners.cpython-36.pyc
│   │   │   │   └── userscripts.cpython-36.pyc
│   │   │   ├── runners.py
│   │   │   └── userscripts.py
│   │   ├── completion
│   │   │   ├── completer.py
│   │   │   ├── completiondelegate.py
│   │   │   ├── completionwidget.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── completionmodel.py
│   │   │   │   ├── configmodel.py
│   │   │   │   ├── histcategory.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── listcategory.py
│   │   │   │   ├── miscmodels.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── completionmodel.cpython-36.pyc
│   │   │   │   │   ├── configmodel.cpython-36.pyc
│   │   │   │   │   ├── histcategory.cpython-36.pyc
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── listcategory.cpython-36.pyc
│   │   │   │   │   ├── miscmodels.cpython-36.pyc
│   │   │   │   │   ├── urlmodel.cpython-36.pyc
│   │   │   │   │   └── util.cpython-36.pyc
│   │   │   │   ├── urlmodel.py
│   │   │   │   └── util.py
│   │   │   └── __pycache__
│   │   │   ├── completer.cpython-36.pyc
│   │   │   ├── completiondelegate.cpython-36.pyc
│   │   │   ├── completionwidget.cpython-36.pyc
│   │   │   └── __init__.cpython-36.pyc
│   │   ├── config
│   │   │   ├── configcommands.py
│   │   │   ├── configdata.py
│   │   │   ├── configdata.yml
│   │   │   ├── configdiff.py
│   │   │   ├── configexc.py
│   │   │   ├── configfiles.py
│   │   │   ├── configinit.py
│   │   │   ├── config.py
│   │   │   ├── configtypes.py
│   │   │   ├── configutils.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── configcommands.cpython-36.pyc
│   │   │   │   ├── config.cpython-36.pyc
│   │   │   │   ├── configdata.cpython-36.pyc
│   │   │   │   ├── configdiff.cpython-36.pyc
│   │   │   │   ├── configexc.cpython-36.pyc
│   │   │   │   ├── configfiles.cpython-36.pyc
│   │   │   │   ├── configinit.cpython-36.pyc
│   │   │   │   ├── configtypes.cpython-36.pyc
│   │   │   │   ├── configutils.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── websettings.cpython-36.pyc
│   │   │   └── websettings.py
│   │   ├── git-commit-id
│   │   ├── html
│   │   │   ├── back.html
│   │   │   ├── base.html
│   │   │   ├── bindings.html
│   │   │   ├── bookmarks.html
│   │   │   ├── dirbrowser.html
│   │   │   ├── doc
│   │   │   │   ├── changelog.html
│   │   │   │   ├── commands.html
│   │   │   │   ├── configuring.html
│   │   │   │   ├── contributing.html
│   │   │   │   ├── faq.html
│   │   │   │   ├── img
│   │   │   │   │   ├── cheatsheet-big.png
│   │   │   │   │   └── cheatsheet-small.png
│   │   │   │   ├── index.html
│   │   │   │   ├── quickstart.html
│   │   │   │   ├── settings.html
│   │   │   │   └── userscripts.html
│   │   │   ├── error.html
│   │   │   ├── history.html
│   │   │   ├── license.html
│   │   │   ├── log.html
│   │   │   ├── no_pdfjs.html
│   │   │   ├── pre.html
│   │   │   ├── settings.html
│   │   │   ├── styled.html
│   │   │   ├── tabs.html
│   │   │   └── version.html
│   │   ├── img
│   │   │   ├── broken_qutebrowser_logo.png
│   │   │   ├── file.svg
│   │   │   └── folder.svg
│   │   ├── __init__.py
│   │   ├── javascript
│   │   │   ├── caret.js
│   │   │   ├── global_wrapper.js
│   │   │   ├── greasemonkey_wrapper.js
│   │   │   ├── history.js
│   │   │   ├── pac_utils.js
│   │   │   ├── position_caret.js
│   │   │   ├── scroll.js
│   │   │   ├── stylesheet.js
│   │   │   └── webelem.js
│   │   ├── keyinput
│   │   │   ├── basekeyparser.py
│   │   │   ├── __init__.py
│   │   │   ├── keyutils.py
│   │   │   ├── macros.py
│   │   │   ├── modeman.py
│   │   │   ├── modeparsers.py
│   │   │   └── __pycache__
│   │   │   ├── basekeyparser.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── keyutils.cpython-36.pyc
│   │   │   ├── macros.cpython-36.pyc
│   │   │   ├── modeman.cpython-36.pyc
│   │   │   └── modeparsers.cpython-36.pyc
│   │   ├── __main__.py
│   │   ├── mainwindow
│   │   │   ├── __init__.py
│   │   │   ├── mainwindow.py
│   │   │   ├── messageview.py
│   │   │   ├── prompt.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── mainwindow.cpython-36.pyc
│   │   │   │   ├── messageview.cpython-36.pyc
│   │   │   │   ├── prompt.cpython-36.pyc
│   │   │   │   ├── tabbedbrowser.cpython-36.pyc
│   │   │   │   └── tabwidget.cpython-36.pyc
│   │   │   ├── statusbar
│   │   │   │   ├── backforward.py
│   │   │   │   ├── bar.py
│   │   │   │   ├── command.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── keystring.py
│   │   │   │   ├── percentage.py
│   │   │   │   ├── progress.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── backforward.cpython-36.pyc
│   │   │   │   │   ├── bar.cpython-36.pyc
│   │   │   │   │   ├── command.cpython-36.pyc
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── keystring.cpython-36.pyc
│   │   │   │   │   ├── percentage.cpython-36.pyc
│   │   │   │   │   ├── progress.cpython-36.pyc
│   │   │   │   │   ├── tabindex.cpython-36.pyc
│   │   │   │   │   ├── textbase.cpython-36.pyc
│   │   │   │   │   ├── text.cpython-36.pyc
│   │   │   │   │   └── url.cpython-36.pyc
│   │   │   │   ├── tabindex.py
│   │   │   │   ├── textbase.py
│   │   │   │   ├── text.py
│   │   │   │   └── url.py
│   │   │   ├── tabbedbrowser.py
│   │   │   └── tabwidget.py
│   │   ├── misc
│   │   │   ├── autoupdate.py
│   │   │   ├── backendproblem.py
│   │   │   ├── checkpyver.py
│   │   │   ├── cmdhistory.py
│   │   │   ├── consolewidget.py
│   │   │   ├── crashdialog.py
│   │   │   ├── crashsignal.py
│   │   │   ├── earlyinit.py
│   │   │   ├── editor.py
│   │   │   ├── guiprocess.py
│   │   │   ├── httpclient.py
│   │   │   ├── __init__.py
│   │   │   ├── ipc.py
│   │   │   ├── keyhintwidget.py
│   │   │   ├── lineparser.py
│   │   │   ├── miscwidgets.py
│   │   │   ├── msgbox.py
│   │   │   ├── objects.py
│   │   │   ├── pastebin.py
│   │   │   ├── __pycache__
│   │   │   │   ├── autoupdate.cpython-36.pyc
│   │   │   │   ├── backendproblem.cpython-36.pyc
│   │   │   │   ├── checkpyver.cpython-36.pyc
│   │   │   │   ├── cmdhistory.cpython-36.pyc
│   │   │   │   ├── consolewidget.cpython-36.pyc
│   │   │   │   ├── crashdialog.cpython-36.pyc
│   │   │   │   ├── crashsignal.cpython-36.pyc
│   │   │   │   ├── earlyinit.cpython-36.pyc
│   │   │   │   ├── editor.cpython-36.pyc
│   │   │   │   ├── guiprocess.cpython-36.pyc
│   │   │   │   ├── httpclient.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── ipc.cpython-36.pyc
│   │   │   │   ├── keyhintwidget.cpython-36.pyc
│   │   │   │   ├── lineparser.cpython-36.pyc
│   │   │   │   ├── miscwidgets.cpython-36.pyc
│   │   │   │   ├── msgbox.cpython-36.pyc
│   │   │   │   ├── objects.cpython-36.pyc
│   │   │   │   ├── pastebin.cpython-36.pyc
│   │   │   │   ├── readline.cpython-36.pyc
│   │   │   │   ├── savemanager.cpython-36.pyc
│   │   │   │   ├── sessions.cpython-36.pyc
│   │   │   │   ├── split.cpython-36.pyc
│   │   │   │   ├── sql.cpython-36.pyc
│   │   │   │   └── utilcmds.cpython-36.pyc
│   │   │   ├── readline.py
│   │   │   ├── savemanager.py
│   │   │   ├── sessions.py
│   │   │   ├── split.py
│   │   │   ├── sql.py
│   │   │   └── utilcmds.py
│   │   ├── __pycache__
│   │   │   ├── app.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── __main__.cpython-36.pyc
│   │   │   ├── qutebrowser.cpython-36.pyc
│   │   │   └── resources.cpython-36.pyc
│   │   ├── qutebrowser.py
│   │   ├── resources.py
│   │   └── utils
│   │   ├── debug.py
│   │   ├── docutils.py
│   │   ├── error.py
│   │   ├── __init__.py
│   │   ├── javascript.py
│   │   ├── jinja.py
│   │   ├── log.py
│   │   ├── message.py
│   │   ├── objreg.py
│   │   ├── __pycache__
│   │   │   ├── debug.cpython-36.pyc
│   │   │   ├── docutils.cpython-36.pyc
│   │   │   ├── error.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── javascript.cpython-36.pyc
│   │   │   ├── jinja.cpython-36.pyc
│   │   │   ├── log.cpython-36.pyc
│   │   │   ├── message.cpython-36.pyc
│   │   │   ├── objreg.cpython-36.pyc
│   │   │   ├── qtutils.cpython-36.pyc
│   │   │   ├── standarddir.cpython-36.pyc
│   │   │   ├── urlmatch.cpython-36.pyc
│   │   │   ├── urlutils.cpython-36.pyc
│   │   │   ├── usertypes.cpython-36.pyc
│   │   │   ├── utils.cpython-36.pyc
│   │   │   └── version.cpython-36.pyc
│   │   ├── qtutils.py
│   │   ├── standarddir.py
│   │   ├── testfile
│   │   ├── urlmatch.py
│   │   ├── urlutils.py
│   │   ├── usertypes.py
│   │   ├── utils.py
│   │   └── version.py
│   └── qutebrowser-1.3.2.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
├── nix-support
│   ├── propagated-build-inputs
│   └── propagated-user-env-packages
└── share
├── applications
│   └── qutebrowser.desktop
├── icons
│   └── hicolor
│   ├── 128x128
│   │   └── apps
│   │   └── qutebrowser.png
│   ├── 16x16
│   │   └── apps
│   │   └── qutebrowser.png
│   ├── 24x24
│   │   └── apps
│   │   └── qutebrowser.png
│   ├── 256x256
│   │   └── apps
│   │   └── qutebrowser.png
│   ├── 32x32
│   │   └── apps
│   │   └── qutebrowser.png
│   ├── 48x48
│   │   └── apps
│   │   └── qutebrowser.png
│   ├── 512x512
│   │   └── apps
│   │   └── qutebrowser.png
│   ├── 64x64
│   │   └── apps
│   │   └── qutebrowser.png
│   └── scalable
│   └── apps
│   └── qutebrowser.svg
├── man
│   └── man1
│   └── qutebrowser.1.gz
└── qutebrowser
├── scripts
│   ├── dictcli.py
│   ├── importer.py
│   ├── keytester.py
│   ├── open_url_in_instance.sh
│   └── utils.py
└── userscripts
├── cast
├── dmenu_qutebrowser
├── format_json
├── getbib
├── open_download
├── openfeeds
├── password_fill
├── qutedmenu
├── qute-keepass
├── qute-pass
├── readability
├── ripbang
├── rss
├── taskadd
├── tor_identity
└── view_in_mpv
68 directories, 389 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment