Forrest logo
tool overview
On this page you find all important commands for the CLI tool qutebrowser. If the command you are looking for is missing please ask our AI.

qutebrowser

Qutebrowser is a command line tool that is designed to be a keyboard-driven web browser. It is built using the Python and Qt frameworks, making it highly customizable and extensible. The main goal of qutebrowser is to provide a fast and efficient web browsing experience without the need to use a mouse.

It features a minimalistic user interface, with most interactions and commands performed using keyboard shortcuts and commands. This makes it ideal for users who prefer to navigate the web without relying on a graphical interface.

Qutebrowser supports all the essential features you would expect from a modern browser, including tabbed browsing, bookmarks, history, and bookmark synchronization. It also has built-in support for ad-blocking and Vim-like keybindings, allowing users to navigate and interact with web pages using familiar Vim commands.

One of the key features of qutebrowser is its focus on privacy and security. It has a strong emphasis on blocking third-party trackers and offers advanced privacy features like HTTPS everywhere and forced HTTPS redirection. It also supports various search engines and a powerful command mode for quickly searching and navigating the web.

Qutebrowser is highly customizable and can be extended using Python scripts and plugins. It has an active community of users and developers who contribute to its development and offer support and guidance to new users.

Overall, qutebrowser is a lightweight, keyboard-driven web browser that offers a fast and efficient browsing experience while maintaining a strong focus on privacy and security. It is ideal for power users and those who prefer a command line interface for their web browsing needs.

List of commands for qutebrowser:

  • qutebrowser:tldr:175fd qutebrowser: Launch qutebrowser, opening all URLs using the specified method.
    $ qutebrowser --target ${select}
    try on your machine
    explain this command
  • qutebrowser:tldr:4b0a5 qutebrowser: Open qutebrowser with a specified storage directory.
    $ qutebrowser --basedir ${path-to-directory}
    try on your machine
    explain this command
  • qutebrowser:tldr:5dabc qutebrowser: Open qutebrowser with a temporary base directory and print logs to `stdout` as JSON.
    $ qutebrowser --temp-basedir --json-logging
    try on your machine
    explain this command
  • qutebrowser:tldr:e4292 qutebrowser: Open a qutebrowser instance with temporary settings.
    $ qutebrowser --set ${content-geolocation} ${select}
    try on your machine
    explain this command
  • qutebrowser:tldr:e988e qutebrowser: Restore a named session of a qutebrowser instance.
    $ qutebrowser --restore ${session_name}
    try on your machine
    explain this command
tool overview