82 lines
3.0 KiB
Plaintext
82 lines
3.0 KiB
Plaintext
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
qutebrowser help
|
|
================
|
|
|
|
Documentation
|
|
-------------
|
|
|
|
The following help pages are currently available:
|
|
|
|
* link:https://raw.githubusercontent.com/qutebrowser/qutebrowser/main/doc/img/cheatsheet-big.png[Key binding cheatsheet]
|
|
* link:../quickstart{outfilesuffix}[Quick start guide]
|
|
* link:../faq{outfilesuffix}[Frequently asked questions]
|
|
* link:../changelog{outfilesuffix}[Change Log]
|
|
* link:commands{outfilesuffix}[Documentation of commands]
|
|
* link:configuring{outfilesuffix}[Configuring qutebrowser]
|
|
* link:settings{outfilesuffix}[Documentation of settings]
|
|
* link:../userscripts{outfilesuffix}[How to write userscripts]
|
|
* link:../contributing{outfilesuffix}[Contributing to qutebrowser]
|
|
* link:../install{outfilesuffix}[Installing qutebrowser]
|
|
* link:../stacktrace{outfilesuffix}[Reporting segfaults]
|
|
|
|
Getting help
|
|
------------
|
|
|
|
You can get help in the IRC channel
|
|
link:ircs://irc.libera.chat:6697/#qutebrowser[`#qutebrowser`] on
|
|
https://libera.chat/[Libera Chat]
|
|
(https://web.libera.chat/#qutebrowser[webchat]),
|
|
or by writing a message to the
|
|
https://listi.jpberlin.de/mailman/listinfo/qutebrowser[mailinglist] at
|
|
mailto:qutebrowser@lists.qutebrowser.org[].
|
|
|
|
There's also an https://listi.jpberlin.de/mailman/listinfo/qutebrowser-announce[announce-only mailinglist]
|
|
at mailto:qutebrowser-announce@lists.qutebrowser.org[] (the announcements also
|
|
get sent to the general qutebrowser@ list).
|
|
|
|
If you're a reddit user, there's a
|
|
https://www.reddit.com/r/qutebrowser/[/r/qutebrowser] subreddit there.
|
|
|
|
Finally, qutebrowser is using GitHub's new Discussions feature, so you can also use the
|
|
https://github.com/qutebrowser/qutebrowser/discussions[discussions tab] on GitHub to get
|
|
in touch.
|
|
|
|
Bugs
|
|
----
|
|
|
|
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
|
|
https://listi.jpberlin.de/mailman/listinfo/qutebrowser[mailinglist] at
|
|
mailto:qutebrowser@lists.qutebrowser.org[].
|
|
|
|
Other resources
|
|
---------------
|
|
|
|
- https://blog.qutebrowser.org/[Development blog]
|
|
- https://twitter.com/qutebrowser[Twitter account],
|
|
https://fosstodon.org/@qutebrowser[Mastodon account]
|
|
- Infinite Ink: https://www.ii.com/qutebrowser-getting-started/[Getting Started
|
|
with qutebrowser] and https://www.ii.com/portal/qutebrowser/[other
|
|
qutebrowser articles]
|
|
|
|
License
|
|
-------
|
|
|
|
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 <https://www.gnu.org/licenses/>.
|