ae0966a384
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 |
||
---|---|---|
qutebrowser | ||
scripts | ||
.flake8 | ||
.gitignore | ||
.pylintrc | ||
AUTHORS | ||
COPYING | ||
ez_setup.py | ||
HACKING | ||
README | ||
setup.py | ||
testbrowser.py | ||
THANKS | ||
TODO |
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.