Go to file
Florian Bruhin ae0966a384 Fix encoding issues on windows.
locale.getpreferredencoding(False) returns cp1252 on Windows, which is
unable to parse our nice unicode arrows.

Therefore, we always need to specify the encoding when using open().

Also we exclude configdata.py from pep257 on Windows because it doesn't
detect the encoding correctly... Bug is submitted:
https://github.com/GreenSteam/pep257/issues/70
2014-05-02 11:15:38 +02:00
qutebrowser Fix encoding issues on windows. 2014-05-02 11:15:38 +02:00
scripts Fix encoding issues on windows. 2014-05-02 11:15:38 +02:00
.flake8 Update flake8 ignores 2014-04-22 18:00:44 +02:00
.gitignore Add setuptools foo to .gitignore 2014-04-29 07:11:27 +02:00
.pylintrc Fix some checks 2014-04-29 08:38:01 +02:00
AUTHORS Add AUTHORS 2014-04-22 07:18:19 +02:00
COPYING Add GNU GPL 2014-02-06 14:01:23 +01:00
ez_setup.py Add ez_setup 2014-04-29 06:52:56 +02:00
HACKING More HACKING 2014-04-25 17:46:01 +02:00
README Add README 2014-04-28 23:20:18 +02:00
setup.py Fix encoding issues on windows. 2014-05-02 11:15:38 +02:00
testbrowser.py Move simplebrowser.py 2014-04-25 11:32:15 +02:00
THANKS Start implementing eventFilter in ModeManager 2014-04-23 23:20:39 +02:00
TODO Refactor command argument splitting. 2014-05-02 10:28:41 +02:00

qutebrowser is a browsed based on PyQt5 which aims to be keyboard-focused with
an input similiar to vim.

It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.