I’d like to recommend one of my favorite libre software projects - Qutebrowser.

Disclaimer: This post contains hateful speech towards mice, reader discretion advised!

If prefer to use keyboard-driven software (i.e. vim) you must check out Qutebrowser. It’s vim and python inspired and rather than being a browser extension (like many keyboard browser projects) it’s a unique browser build with webengine, python and QT.

The benefits of this setup is that python scripting and keyboard functionality are first class citizens! This allows some serious workflow optimizations. For example I have “submit to lemmy shortcut” on my sp keyclicks:

config.bind("sl", "open -t https://dev.lemmy.ml/create_post?url={url}")

By clicking these keys new tab opens up with the current url in lemmy’s submit post box.

Check it out!

  • DessalinesA
    link
    24 years ago

    Damn I didn’t know you could do shortcuts like that. I love qutebrowser. I’m still on FF with another vim like plugin for it, but qutebrowser rules.

    • @k_o_t
      link
      34 years ago

      may i ask what is this plugin called?

      • DessalinesA
        link
        24 years ago

        vim vixen is the one I use, but there are a few others I think. The only thing I don’t like about it, is that nothing works until the window is loaded, but that’s a firefox limitation, nothing the plugin makers can do.