• Search by Module
  • Search by Words
  • Search Projects
Top Python APIs Popular Projects
  • Java
  • Python
  • JavaScript
  • TypeScript
  • C++
  • Scala
  • Blog
Project: qutebrowser (GitHub Link)
  • qutebrowser-master
    • .github
      • ISSUE_TEMPLATE
        • 1_Bug_report.md
        • 2_Feature_request.md
        • config.yml
      • CONTRIBUTING.asciidoc
      • FUNDING.yml
      • SECURITY.md
      • workflows
        • ci.yml
        • recompile-requirements.yml
      • CODE_OF_CONDUCT.md
      • CODEOWNERS
    • icons
      • qutebrowser.ico
      • qutebrowser.xpm
      • qutebrowser.icns
      • qutebrowser.svg
      • qutebrowser-all.svg
      • qutebrowser-favicon.svg
    • .pydocstylerc
    • .mypy.ini
    • .coveragerc
    • LICENSE
    • www
      • qute.css
      • media
        • OpenSans-Bold.woff2
        • font.css
        • OpenSans-Regular.woff2
        • qutebrowser.svg
        • OpenSans-License.asciidoc
      • header.asciidoc
    • qutebrowser
      • extensions
        • __init__.py
        • loader.py
        • interceptors.py
      • utils
        • log.py
        • testfile
        • urlutils.py
        • urlmatch.py
        • version.py
        • docutils.py
        • javascript.py
        • usertypes.py
        • message.py
        • qtutils.py
        • __init__.py
        • utils.py
        • error.py
        • objreg.py
        • debug.py
        • standarddir.py
        • jinja.py
      • img
        • folder.svg
        • file.svg
      • app.py
      • html
        • version.html
        • error.html
        • warning-old-qt.html
        • tabs.html
        • history.html
        • warning-webkit.html
        • dirbrowser.html
        • warning-sessions.html
        • styled.html
        • pre.html
        • base.html
        • bookmarks.html
        • no_pdfjs.html
        • log.html
        • back.html
        • bindings.html
        • license.html
        • settings.html
      • completion
        • completiondelegate.py
        • completionwidget.py
        • completer.py
        • models
          • util.py
          • configmodel.py
          • urlmodel.py
          • miscmodels.py
          • completionmodel.py
          • __init__.py
          • listcategory.py
          • histcategory.py
        • __init__.py
      • commands
        • runners.py
        • userscripts.py
        • argparser.py
        • cmdexc.py
        • __init__.py
        • command.py
      • api
        • hook.py
        • config.py
        • cmdutils.py
        • apitypes.py
        • message.py
        • qtutils.py
        • __init__.py
        • interceptor.py
        • downloads.py
      • javascript
        • .eslintignore
        • print.js
        • pac_utils.js
        • position_caret.js
        • greasemonkey_wrapper.js
        • whatsapp_web_quirk.user.js
        • caret.js
        • webelem.js
        • global_wrapper.js
        • globalthis_quirk.user.js
        • scroll.js
        • history.js
        • .eslintrc.yaml
        • stylesheet.js
      • components
        • zoomcommands.py
        • adblock.py
        • readlinecommands.py
        • caretcommands.py
        • __init__.py
        • misccommands.py
        • scrollcommands.py
      • misc
        • sql.py
        • checkpyver.py
        • quitter.py
        • crashsignal.py
        • httpclient.py
        • ipc.py
        • lineparser.py
        • earlyinit.py
        • throttle.py
        • debugcachestats.py
        • autoupdate.py
        • objects.py
        • sessions.py
        • pastebin.py
        • split.py
        • crashdialog.py
        • miscwidgets.py
        • keyhintwidget.py
        • guiprocess.py
        • cmdhistory.py
        • utilcmds.py
        • __init__.py
        • savemanager.py
        • backendproblem.py
        • msgbox.py
        • consolewidget.py
        • editor.py
      • browser
        • network
          • __init__.py
          • proxy.py
          • pac.py
        • browsertab.py
        • qtnetworkdownloads.py
        • history.py
        • urlmarks.py
        • inspector.py
        • navigate.py
        • pdfjs.py
        • qutescheme.py
        • webkit
          • network
            • filescheme.py
            • webkitqutescheme.py
            • __init__.py
            • networkreply.py
            • networkmanager.py
          • rfc6266.py
          • cache.py
          • http.py
          • webkithistory.py
          • certificateerror.py
          • webview.py
          • webkitinspector.py
          • tabhistory.py
          • webpage.py
          • webkitelem.py
          • webkittab.py
          • mhtml.py
          • webkitsettings.py
          • __init__.py
          • cookies.py
        • greasemonkey.py
        • signalfilter.py
        • shared.py
        • webelem.py
        • hints.py
        • webengine
          • webenginedownloads.py
          • certificateerror.py
          • webview.py
          • tabhistory.py
          • webenginetab.py
          • webenginequtescheme.py
          • __init__.py
          • webengineelem.py
          • interceptor.py
          • cookies.py
          • spell.py
          • webenginesettings.py
          • webengineinspector.py
        • commands.py
        • __init__.py
        • eventfilter.py
        • downloads.py
        • downloadview.py
      • config
        • configinit.py
        • websettings.py
        • configcache.py
        • configcommands.py
        • configdata.yml
        • config.py
        • configdiff.py
        • stylesheet.py
        • configdata.py
        • configutils.py
        • configfiles.py
        • __init__.py
        • configtypes.py
        • configexc.py
      • qt.py
      • __main__.py
      • __init__.py
      • qutebrowser.py
      • mainwindow
        • prompt.py
        • tabbedbrowser.py
        • messageview.py
        • mainwindow.py
        • statusbar
          • progress.py
          • bar.py
          • text.py
          • keystring.py
          • backforward.py
          • percentage.py
          • tabindex.py
          • __init__.py
          • command.py
          • textbase.py
          • url.py
        • __init__.py
        • tabwidget.py
      • keyinput
        • basekeyparser.py
        • modeparsers.py
        • modeman.py
        • keyutils.py
        • __init__.py
        • eventfilter.py
        • macros.py
    • .editorconfig
    • misc
      • qutebrowser.rcc
      • qutebrowser.spec
      • Makefile
      • nsis
        • qutebrowser.nsi
        • uninstall_pages.nsh
        • mkunlist.cmd
        • graphics
          • wizard.bmp
          • readme.txt
          • install.ico
          • uninstall.ico
        • uninstall.nsh
        • install_pages.nsh
        • install.nsh
      • org.qutebrowser.qutebrowser.appdata.xml
      • cheatsheet.svg
      • apparmor
        • usr.bin.qutebrowser
      • userscripts
        • tor_identity
        • view_in_mpv
        • format_json
        • qutedmenu
        • openfeeds
        • cast
        • readability-js
        • open_download
        • qute-keepass
        • getbib
        • dmenu_qutebrowser
        • README.md
        • rss
        • qute-bitwarden
        • ripbang
        • taskadd
        • qute-lastpass
        • readability
        • qute-pass
        • password_fill
      • requirements
        • requirements-sphinx.txt-raw
        • requirements-pyqt-5.14.txt-raw
        • requirements-pyqt-5.12.txt-raw
        • requirements-tests.txt
        • requirements-mypy.txt
        • requirements-pyinstaller.txt-raw
        • requirements-pyqt-5.10.txt
        • requirements-pyqt-5.13.txt
        • requirements-pyqt-5.7.txt
        • requirements-qutebrowser.txt-raw
        • requirements-pyqt-5.11.txt
        • requirements-mypy.txt-raw
        • requirements-pyqt-5.13.txt-raw
        • requirements-pyroma.txt
        • requirements-pyqt-5.15.txt
        • requirements-dev.txt-raw
        • requirements-pyqt-5.10.txt-raw
        • requirements-vulture.txt
        • requirements-pyinstaller.txt
        • requirements-pyqt.txt-raw
        • requirements-flake8.txt
        • requirements-vulture.txt-raw
        • requirements-pyqt-5.9.txt-raw
        • requirements-dev.txt
        • requirements-tox.txt-raw
        • requirements-pyqt-5.15.txt-raw
        • requirements-check-manifest.txt-raw
        • requirements-pyroma.txt-raw
        • requirements-sphinx.txt
        • requirements-pyqt-5.14.txt
        • requirements-pyqt-5.12.txt
        • README.md
        • requirements-tests.txt-raw
        • requirements-pyqt-5.9.txt
        • requirements-pyqt-5.11.txt-raw
        • requirements-flake8.txt-raw
        • requirements-pyqt-5.7.txt-raw
        • requirements-pylint.txt-raw
        • requirements-pip.txt
        • requirements-check-manifest.txt
        • requirements-tests-git.txt
        • requirements-tox.txt
        • requirements-pylint.txt
        • requirements-pyqt.txt
      • org.qutebrowser.qutebrowser.desktop
    • .flake8
    • .pylintrc
    • .bumpversion.cfg
    • setup.py
    • README.asciidoc
    • .travis.yml
    • tests
      • helpers
        • test_logfail.py
        • test_stubs.py
        • messagemock.py
        • test_helper_utils.py
        • fixtures.py
        • utils.py
        • logfail.py
        • stubs.py
      • manual
        • files.html
        • completion
          • changing_title.html
        • hints
          • other.html
          • zoom.html
          • hide_unmatched_rapid_hints.html
          • issue925.html
          • find_implementation.html
          • issue824.html
        • mouse.html
        • history
          • visited.html
        • js
          • jsconfirm.html
          • jsprompt.html
          • jsalert_multiline.html
      • test_conftest.py
      • end2end
        • test_mhtml_e2e.py
        • test_insert_mode.py
        • test_dirbrowser.py
        • fixtures
          • webserver_sub_ssl.py
          • test_webserver.py
          • test_testprocess.py
          • webserver_sub.py
          • quteprocess.py
          • webserver.py
          • test_quteprocess.py
          • testprocess.py
        • misc
          • test_runners_e2e.py
        • data
          • sessions
            • snowman.html
            • history_replace_state.html
          • l33t.txt
          • editor.html
          • caret.html
          • hello2.txt
          • äöü.html
          • prompt
            • jsconfirm.html
            • geolocation.html
            • jsprompt.html
            • notifications.html
            • jsalert.html
          • issue4011.html
          • insert_mode_settings
            • html
              • autofocus.html
              • textarea.html
              • input.html
          • hints
            • ace
              • ace.html
            • iframe_button.html
            • issue1186.html
            • rapid.html
            • iframe_scroll.html
            • benchmark.html
            • angular1
              • angular.min.js
            • html
              • javascript.html
              • nested_table_style.html
              • simple.html
              • wrapped.html
              • zoom_precision.html
              • target_blank_js.html
              • with_spaces.html
              • nested_formatting_tags.html
              • README.md
              • angular1.html
              • click_handler.html
              • wrapped_button.html
              • nested_block_style.html
            • issue3711_frame.html
            • input.html
            • link_input.html
            • number.html
            • iframe_input.html
            • issue1393.html
            • link_span.html
            • link_blank.html
            • iframe.html
            • short_dict.html
            • iframe_target.html
            • custom_group.html
            • buttons.html
            • issue3711.html
            • invisible.html
          • hello.txt
          • hello3.txt
          • invalid_link.html
          • iframe_search.html
          • javascript
            • window_open.html
            • localstorage.html
            • windowsize.html
            • enabled.html
            • consolelog.html
          • search_select.js
          • issue2569.html
          • adblock
            • simple
          • data_link.html
          • misc
            • jseval_file.js
            • hello.txt.html
            • pyeval_file.py
            • jseval.html
            • qutescheme_csrf.html
          • long_load.html
          • downloads
            • mhtml
              • simple
                • simple.mht
                • simple.html
                • requests
              • complex
                • script.js
                • external-in-extern.css
                • not-css.qss
                • base.css
                • complex.mht
                • complex.html
                • requests
            • issue2298.html
            • issue2134.html
            • downloads.html
            • issue1535.html
            • download with no title.html
            • issue889.html
            • issue1725.html
            • issue1243.html
          • hinting.txt
          • title.html
          • numbers
            • 19.txt
            • 7.txt
            • 2.txt
            • 12.txt
            • 11.txt
            • 16.txt
            • 13.txt
            • 8.txt
            • 1.txt
            • 6.txt
            • 9.txt
            • 10.txt
            • 18.txt
            • 3.txt
            • 5.txt
            • 14.txt
            • 15.txt
            • 17.txt
            • 4.txt
          • marks.html
          • ssl
            • cert.pem
            • privkey.pem
            • cert.csr
            • key.pem
          • email_address.html
          • search.html
          • click_element.html
          • userscripts
            • echo_hint_text
            • open_current_url
            • stdinclose.py
            • open_current_url.bat
            • echo.bat
            • hello_if_count
          • paste_primary.html
          • navigate
            • rel_nofollow.html
            • prev.html
            • multilinelinks.html
            • index.html
            • next.html
            • sub
              • index.html
            • rel.html
          • smart.txt
          • backforward
            • 2.txt
            • 1.txt
            • 3.txt
          • reload.txt
          • words.txt
          • title with spaces.html
          • scroll
            • simple.html
            • no_doctype.html
            • position_absolute.html
          • keyinput
            • log.html
        • features
          • misc.feature
          • test_scroll_bdd.py
          • tabs.feature
          • editor.feature
          • test_tabs_bdd.py
          • test_marks_bdd.py
          • marks.feature
          • test_misc_bdd.py
          • keyinput.feature
          • test_completion_bdd.py
          • test_qutescheme_bdd.py
          • test_zoom_bdd.py
          • urlmarks.feature
          • prompts.feature
          • hints.feature
          • private.feature
          • test_private_bdd.py
          • history.feature
          • test_utilcmds_bdd.py
          • test_search_bdd.py
          • caret.feature
          • test_editor_bdd.py
          • scroll.feature
          • test_keyinput_bdd.py
          • test_urlmarks_bdd.py
          • test_invoke_bdd.py
          • zoom.feature
          • downloads.feature
          • test_yankpaste_bdd.py
          • test_caret_bdd.py
          • test_open_bdd.py
          • test_hints_bdd.py
          • test_javascript_bdd.py
          • spawn.feature
          • test_sessions_bdd.py
          • navigate.feature
          • completion.feature
          • test_history_bdd.py
          • utilcmds.feature
          • test_downloads_bdd.py
          • open.feature
          • javascript.feature
          • sessions.feature
          • invoke.feature
          • test_navigate_bdd.py
          • backforward.feature
          • test_prompts_bdd.py
          • test_backforward_bdd.py
          • search.feature
          • qutescheme.feature
          • yankpaste.feature
          • conftest.py
          • test_spawn_bdd.py
        • test_hints_html.py
        • test_invocations.py
        • conftest.py
      • unit
        • extensions
          • test_loader.py
        • utils
          • test_urlmatch.py
          • test_utils.py
          • test_log.py
          • test_error.py
          • test_javascript.py
          • test_jinja.py
          • test_version.py
          • usertypes
            • test_misc.py
            • test_neighborlist.py
            • test_question.py
            • test_timer.py
          • test_standarddir.py
          • test_qtutils.py
          • test_debug.py
          • overflow_test_cases.py
          • test_urlutils.py
        • test_app.py
        • completion
          • test_completiondelegate.py
          • test_completer.py
          • test_completionwidget.py
          • test_listcategory.py
          • test_models.py
          • test_completionmodel.py
          • test_histcategory.py
        • commands
          • test_runners.py
          • test_userscripts.py
          • test_argparser.py
        • api
          • test_cmdutils.py
        • javascript
          • test_greasemonkey.py
          • position_caret
            • scrolled_down_img.html
            • simple.html
            • scrolled_down.html
            • invisible.html
            • test_position_caret.py
          • test_js_execution.py
          • base.html
          • conftest.py
          • stylesheet
            • test_stylesheet_js.py
            • simple.xml
            • simple.html
            • simple_bg_set_red.html
            • green.css
            • none.css
            • test_appendchild.js
        • components
          • test_adblock.py
          • test_misccommands.py
          • test_readlinecommands.py
        • misc
          • test_crashdialog.py
          • test_guiprocess.py
          • test_split.py
          • test_ipc.py
          • test_lineparser.py
          • test_earlyinit.py
          • test_sql.py
          • test_autoupdate.py
          • test_pastebin.py
          • test_sessions.py
          • test_miscwidgets.py
          • test_objects.py
          • test_throttle.py
          • test_msgbox.py
          • test_cmdhistory.py
          • test_split_hypothesis.py
          • test_keyhints.py
          • test_utilcmds.py
          • test_checkpyver.py
          • test_editor.py
        • browser
          • webkit
            • test_webkitsettings.py
            • network
              • test_filescheme.py
              • test_networkreply.py
              • test_networkmanager.py
              • test_pac.py
            • test_webkitelem.py
            • test_webview.py
            • test_downloads.py
            • test_cache.py
            • test_tabhistory.py
            • http
              • test_http.py
              • test_content_disposition.py
              • test_http_hypothesis.py
            • test_cookies.py
            • test_mhtml.py
          • test_shared.py
          • test_inspector.py
          • test_history.py
          • test_urlmarks.py
          • webengine
            • test_webenginesettings.py
            • test_webenginetab.py
            • test_spell.py
            • test_webengineinterceptor.py
            • test_webenginedownloads.py
            • test_webengine_cookies.py
          • test_hints.py
          • test_signalfilter.py
          • test_caret.py
          • test_navigate.py
          • test_pdfjs.py
          • test_qutescheme.py
        • config
          • test_configcommands.py
          • test_configexc.py
          • test_configcache.py
          • test_websettings.py
          • test_configinit.py
          • test_stylesheet.py
          • test_configfiles.py
          • test_configtypes.py
          • test_config.py
          • test_configutils.py
          • test_configdata.py
        • test_qutebrowser.py
        • scripts
          • test_run_vulture.py
          • test_importer.py
          • test_dictcli.py
          • test_check_coverage.py
          • importer_sample
            • chrome
              • bookmarks
              • config_py
              • quickmarks
              • input
                • Bookmarks
                • Web Data
            • mozilla
              • bookmarks
              • config_py
              • quickmarks
              • input
            • netscape
              • bookmarks
              • config_py
              • quickmarks
              • input
        • mainwindow
          • test_messageview.py
          • test_prompt.py
          • test_tabwidget.py
          • statusbar
            • test_percentage.py
            • test_progress.py
            • test_textbase.py
            • test_backforward.py
            • test_tabindex.py
            • test_url.py
          • test_tabbedbrowser.py
        • keyinput
          • test_keyutils.py
          • test_basekeyparser.py
          • test_bindingtrie.py
          • test_modeparsers.py
          • test_modeman.py
          • conftest.py
          • key_data.py
      • conftest.py
    • pytest.ini
    • scripts
      • link_pyqt.py
      • hostblock_blame.py
      • importer.py
      • dictcli.py
      • hist_importer.py
      • cycle-inputs.js
      • dev
        • quit_segfault_test.sh
        • Makefile-dmg
        • update_3rdparty.py
        • gen_versioninfo.py
        • cleanup.py
        • run_profile.py
        • run_pylint_on_tests.py
        • recompile_requirements.py
        • strip_whitespace.sh
        • run_vulture.py
        • misc_checks.py
        • check_doc_changes.py
        • update_version.py
        • get_coredumpctl_traces.py
        • check_coverage.py
        • build_pyqt_wheel.py
        • __init__.py
        • run_shellcheck.sh
        • download_release.sh
        • src2asciidoc.py
        • standardpaths_tester.py
        • ci
          • problemmatchers.py
          • backtrace.sh
        • gen_resources.py
        • build_release.py
        • pylint_checkers
          • qute_pylint
            • config.py
            • openencoding.py
            • modeline.py
            • __init__.py
          • setup.py
      • testbrowser
        • cpp
          • webkit
            • main.cpp
            • testbrowser.pro
          • webengine
            • main.cpp
            • testbrowser.pro
        • testbrowser_webengine.py
        • testbrowser_webkit.py
      • mkvenv.py
      • __init__.py
      • utils.py
      • open_url_in_instance.sh
      • asciidoc2html.py
      • keytester.py
      • setupcommon.py
    • requirements.txt
    • .codecov.yml
    • qutebrowser.py
    • .gitignore
    • MANIFEST.in
    • doc
      • help
        • settings.asciidoc
        • configuring.asciidoc
        • commands.asciidoc
        • index.asciidoc
      • contributing.asciidoc
      • img
        • sponsors
      • userscripts.asciidoc
      • changelog.asciidoc
      • stacktrace.asciidoc
      • extapi
        • api.rst
        • index.rst
        • conf.py
        • tab.rst
        • _templates
          • .gitkeep
        • _static
          • .gitkeep
      • quickstart.asciidoc
      • install.asciidoc
      • faq.asciidoc
      • qutebrowser.1.asciidoc
      • backers.asciidoc
    • tox.ini