diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2019-11-02 12:56:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-02 12:56:24 +0700 |
commit | fa1bafe69d6e3d4116c675a79c16e98cd099a4c6 (patch) | |
tree | d4f9e680c04935b7548fd4278adfa899c5d1f2ec /network/qutebrowser-tox/README | |
parent | edd3d508c2714a6ce9c2e5f7c6ded3aa735816e5 (diff) |
network/qutebrowser-tox: Added (keyboard-driven vim-like browser).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/qutebrowser-tox/README')
-rw-r--r-- | network/qutebrowser-tox/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/qutebrowser-tox/README b/network/qutebrowser-tox/README new file mode 100644 index 0000000000000..fd030b08fb5d5 --- /dev/null +++ b/network/qutebrowser-tox/README @@ -0,0 +1,12 @@ +Qutebrowser is a keyboard-focused browser with a minimal vim-like GUI. +It's based on Qt and PyQt5 and free software, licensed under the GPL. + +It was inspired by other browsers/addons like dwb and +Vimperator/Pentadactyl. + +This script runs tox to install all needed dependencies in a virtual +environment subfolder. This comes with an up-to-date Qt/PyQt including a +pre-compiled QtWebEngine binary, but has a couple of caveats: +* It only works on 64-bit x86 systems. +* It comes with a QtWebEngine compiled without proprietary codec support + (such as h.264). |