badwolf.1 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. ./" BadWolf: Minimalist and privacy-oriented WebKitGTK+ browser
  2. ./" Copyright © 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  3. ./" SPDX-License-Identifier: BSD-3-Clause
  4. .Dd 2019-04-02
  5. .Dt badwolf 1
  6. .Sh NAME
  7. .Nm badwolf
  8. .Nd minimalist and privacy-oriented WebkitGTK browser
  9. .Sh SYNOPSIS
  10. .Nm
  11. .Op Ar webkit/gtk options
  12. .Op Ar url
  13. .Sh DESCRIPTION
  14. .Nm
  15. 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.
  16. .Pp
  17. Runtime configuration specific to
  18. .Nm
  19. will probably get added at a later release.
  20. .Sh KEYBINDINGS
  21. The following section lists the keybinding by their action, each item is described by the widget the focus is on or
  22. .Aq any
  23. if it works for the whole window, followed by the keybind it grabs. C is short for Control, S is short for Shift.
  24. .Bl -width Ds -tag
  25. .It webview C-Scroll
  26. Zooms the webpage in/out.
  27. .El
  28. .Ss DEFAULT ONES
  29. Here is a incomplete list of the default Webkit/GTK keybindings:
  30. .Bl -width Ds -tag
  31. .It any C-PageUp / C-PageDown
  32. Go to the previous/next tab
  33. .It any C-S-PageUp / C-S-PageDown
  34. Move the current tab backward/forward in the list
  35. .It any C-t
  36. Creates a new tab (unrelated, similar as pressing the button)
  37. .It browser C-F4
  38. Closes the current tab
  39. .It browser C-f
  40. Focuses on the search entry
  41. .It browser C-l
  42. Focuses on the location(URL) entry
  43. .It browser C-S-r / C-r
  44. Reloads the current tab (with/without clearing cache)
  45. .It browser C-[ / C-]
  46. Go back/forward in current tab’s history
  47. .It search C-g / C-S-g
  48. When the search box is focused it goes to the Next/Previous search term.
  49. .It search Escape
  50. Cancels current search
  51. .El
  52. .Sh BUGS
  53. You can submit contributions or tickets to
  54. .Lk https://gitlab.com/lanodan/badwolf
  55. or
  56. .Mt contact+badwolf@hacktivis.me ,
  57. with
  58. .Xr git-send-email 1 for patches.
  59. .Sh AUTHORS
  60. .An Haelwenn (lanodan) Monnier Aq Mt contact+badwolf@hacktivis.me