A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit.
qutebrowser is a keyboard-focused browser with with a minimal GUI. It’s based on Python, PyQt5 and QtWebKit and free software, licensed under the GPL.
It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.
In addition to the topics mentioned in that README, the following documents are available:
You can get help in the IRC channel
#qutebrowser
on
Freenode
(webchat), or by writing a
message to the
mailinglist at
qutebrowser@lists.qutebrowser.org.
After installing the requirements, you have these options:
-
Run qutebrowser directly via
./qutebrowser.py
in the toplevel directory. -
Run
python3 setup.py install
to install qutebrowser, then callqutebrowser
.
Note
|
If you’re running qutebrowser from the git repository rather than a
released version, you should run scripts/asciidoc2html.py to generate the
documentation.
|
You want to contribute to qutebrowser? Awesome! Please read HACKING for details and useful hints.
If you found a bug or have a feature request, you can report it in several ways:
-
Use the built-in
:report
command or the automatic crash dialog. -
Open an issue in the Github issue tracker.
-
Write a mail to the mailinglist at qutebrowser@lists.qutebrowser.org.
The following software and libraries are required to run qutebrowser:
The following libraries are optional and provide colored logging in the console:
# apt-get install python3-pyqt5 python3-pyqt5.qtwebkit python3-pkg-resources python3-pip python3-jinja2 python3-pygments # pip3 install pypeg2 --allow-external pypeg2 --allow-unverified pypeg2
There’s an Archlinux package available in pkg/
. You can install it (and the
python-pypeg2 dependency) like this:
$ wget https://aur.archlinux.org/packages/py/python-pypeg2/python-pypeg2.tar.gz (1) $ tar xzvf python-pypeg2.tar.gz $ cd python-pypeg2 $ makepkg -si $ cd .. $ mkdir qutebrowser $ cd qutebrowser $ wget http://git.the-compiler.org/qutebrowser/plain/pkg/PKGBUILD.qutebrowser-git -O PKGBUILD $ makepkg -si $ cd .. $ rm -rf python-pypeg2.tar.gz python-pypeg2 qutebrowser
-
Instead of the first block of commands you could also use an AUR helper, e.g.
yaourt -S python-pypeg2
.
As soon as v0.1 is out, there will be a package in the AUR, so this will get easier.
-
Use the installer from python.org to get Python 3
-
Use the installer from Riverbank computing to get Qt and PyQt5.
-
Run
scripts/ez_setup.py
to get setuptools. -
Get pip as described on Stack Overflow.
-
Run
pip install --allow-external pypeg2 --allow-unverified pypeg2 pypeg2
to install pypeg2. -
Run
pip install jinja2
to install jinja2, or install it from http://www.lfd.uci.edu/~gohlke/pythonlibs/#jinja2. -
Run
pip install pygments
to install pygments, or install it from http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygments.
As soon as v0.1 is out, a standalone .exe (built with cx_Freeze) will be provided. In the meantime, you can simply ask in IRC if you need one.
Many projects with a similiar goal as qutebrowser exist:
-
Vimperator (Firefox addon)
-
Pentadactyl (Firefox addon)
-
VimFx (Firefox addon)
-
vimium (Chrome/Chromium addon)
Most of them were inspirations for qutebrowser in some way, thanks for that!
Thanks as well to the following projects and people for helping me with problems and helpful hints:
Also, thanks to:
-
Everyone who had the patience to test qutebrowser before v0.1.
-
Everyone triaging/fixing my bugs in the Qt bugtracker
-
Everyone answering my questions on Stack Overflow and in IRC.
-
All the projects which were a great help while developing qutebrowser.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.