parent
51fcfa07b0
commit
56cbfbe668
@ -1,5 +1,5 @@
|
||||
// Note some sections in this file (everything between QUTE_*_START and
|
||||
// QUTE_*_END) are autogenerated by scripts/generate_doc.sh. DO NOT edit them
|
||||
// QUTE_*_END) are autogenerated by scripts/src2asciidoc.sh. DO NOT edit them
|
||||
// by hand.
|
||||
|
||||
= qutebrowser(1)
|
||||
@ -10,7 +10,7 @@
|
||||
:homepage: http://www.qutebrowser.org/
|
||||
|
||||
== NAME
|
||||
qutebrowser - A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit.
|
||||
qutebrowser - a keyboard-driven, vim-like browser based on PyQt5 and QtWebKit.
|
||||
|
||||
== SYNOPSIS
|
||||
*qutebrowser* ['-OPTION' ['...']] [':COMMAND' ['...']] ['URL' ['...']]
|
||||
@ -81,6 +81,13 @@ It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.
|
||||
Activate the QML/JS debugger with a specified port. 'block' is optional and will make the application wait until a debugger connects to it.
|
||||
// QUTE_OPTIONS_END
|
||||
|
||||
== FILES
|
||||
|
||||
- '~/.config/qutebrowser/qutebrowser.conf': Main config file.
|
||||
- '~/.config/qutebrowser/quickmarks': Saved quickmarks.
|
||||
- '~/.config/qutebrowser/keys.conf': Defined keybindings.
|
||||
- '~/.local/share/qutebrowser/': Various state information
|
||||
|
||||
== BUGS
|
||||
Bugs are tracked in the Github issue tracker at
|
||||
https://github.com/The-Compiler/qutebrowser/issues.
|
||||
@ -92,7 +99,7 @@ If you prefer, you can also write to the
|
||||
https://lists.schokokeks.org/mailman/listinfo.cgi/qutebrowser[mailinglist] at
|
||||
mailto:qutebrowser@lists.qutebrowser.org[] instead.
|
||||
|
||||
For security bugs, please contact me directly at mail@qutebrowser.org, GPG ID
|
||||
For security bugs, please contact me directly at me@the-compiler.org, GPG ID
|
||||
http://www.the-compiler.org/pubkey.asc[0xFD55A072].
|
||||
|
||||
== COPYRIGHT
|
||||
@ -112,7 +119,7 @@ this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
* Website: http://www.qutebrowser.org/
|
||||
* Mailinglist: mailto:qutebrowser@lists.qutebrowser.org[] /
|
||||
https://lists.schokokeks.org/mailman/listinfo.cgi/qutebrowser
|
||||
* IRC: irc://irc.freenode.org/#qutebrowser[`#qutebrowser`]
|
||||
* IRC: irc://irc.freenode.org/#qutebrowser[`#qutebrowser`] on
|
||||
http://freenode.net/[Freenode]
|
||||
* Github: https://github.com/The-Compiler/qutebrowser
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user