Go to file
Florian Bruhin bf639602f5 Check if sys.stdout is not None before using it.
When using pythonw (e.g. with cx_Freeze), sys.__stdout__ and sys.stdout
will be None, so we don't need to flush it.

This also means faulthandler won't work correctly, so we don't enabled
it if we don't have an stdout.
2014-05-13 10:38:27 +02:00
pkg Switch from appdirs to QStandardPaths 2014-05-08 22:33:24 +02:00
qutebrowser Check if sys.stdout is not None before using it. 2014-05-13 10:38:27 +02:00
scripts Fix pyroma on Linux 2014-05-06 19:00:35 +02:00
.flake8 Depend on appdirs instead of bundling 2014-05-06 06:22:28 +02:00
.gitignore Add Archlinux PKGBUILD 2014-05-08 22:08:04 +02:00
.pylintrc Split statusbar into multiple files 2014-05-13 07:10:50 +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
HACKING More HACKING 2014-04-25 17:46:01 +02:00
README Add README 2014-04-28 23:20:18 +02:00
setup.py Switch from appdirs to QStandardPaths 2014-05-08 22:33:24 +02:00
THANKS Update THANKS 2014-05-12 23:05:31 +02:00
TODO More TODO 2014-05-13 10:38:06 +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.