Concatenate commands in keybindings

This page summarizes the projects mentioned and recommended in the original post on /r/qutebrowser

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • mpvc

    An mpc-like control interface for mpv.

  • Perhaps you could have an mpv instance watching a playlist file in the background though. Like I got pretty far by first just launching an mpv instance with mpv --idle=yes --input-ipc-server=/tmp/mpvsocket, and then I could get that instance to play from a playlist stored in /tmp by sending commands to the socket with echo '{ "command": ["loadlist", "/tmp/your_playlist"] }' | socat - /tmp/mpvsocket. This all a bit advanced perhaps, but if you're interested. also take a look at https://github.com/lwilletts/mpvc

  • qutebrowser

    A keyboard-driven, vim-like browser based on Python and Qt.

  • As u/rien333 has mentioned, this is because commands are asynchronous, so there is no concept of a command being "finished" in qutebrowser. Thus, your second command will run immediately, while the first is still running.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts