logo

badwolf

Minimalist and privacy-oriented WebKitGTK+ browser
commit: f14db688dc911b2720d030becb7482ddd2fcdff4
parent: 437e1cc24f72baa6824199bb70f722d2e0bd261e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri,  5 Apr 2019 01:04:09 +0200

Merge branch 'features/manpage' into develop

Diffstat:

Abadwolf.136++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+), 0 deletions(-)

diff --git a/badwolf.1 b/badwolf.1 @@ -0,0 +1,36 @@ +./" BadWolf: Minimalist and privacy-oriented WebKitGTK+ browser +./" Copyright © 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +./" SPDX-License-Identifier: BSD-3-Clause +.Dd 2019-04-02 +.Dt badwolf 1 +.Sh NAME +.Nm badwolf +.Nd minimalist and privacy-oriented WebkitGTK browser +.Sh SYNOPSIS +.Nm +.Op Ar webkit/gtk options +.Op Ar url +.Sh DESCRIPTION +.Nm +is a minimalist browser that care about privacy, it is based on WebKitGTK and thus also accepts WebKitGTK (and depdendencies) flags and environment variables, unfortunately there doesn't seems to be manpages for theses. +.Pp +Runtime configuration specific to +.Nm +will probably get added at a later release. +.Sh KEYBINDINGS +For now it only has the default Webkit/GTK keybindings, which notably are (C for Control, S for Shift): +.Bl -width Ds -tag +.It any C-PageUp, any C-PageDown, tabs arrows +When WebView isn't focused (bug to fix) this allows to move from one tab to another. +.It search C-g, search C-S-g +When the search box is focused it goes to the Next/Previous search term. +.El +.Sh BUGS +You can submit contributions or tickets to +.Lk https://gitlab.com/lanodan/badwolf +or +.Mt contact+badwolf@hacktivis.me , +with +.Xr git-send-email 1 for patches. +.Sh AUTHORS +.An Haelwenn (lanodan) Monnier Aq Mt contact+badwolf@hacktivis.me