Awesome
<div align = "center"> <h1><a href="https://github.com/2kabhishek/qute2k">qute2k</a></h1> <a href="https://github.com/2KAbhishek/qute2k/blob/main/LICENSE"> <img alt="License" src="https://img.shields.io/github/license/2kabhishek/qute2k?style=flat&color=eee&label="> </a> <a href="https://github.com/2KAbhishek/qute2k/graphs/contributors"> <img alt="People" src="https://img.shields.io/github/contributors/2kabhishek/qute2k?style=flat&color=ffaaf2&label=People"> </a> <a href="https://github.com/2KAbhishek/qute2k/stargazers"> <img alt="Stars" src="https://img.shields.io/github/stars/2kabhishek/qute2k?style=flat&color=98c379&label=Stars"></a> <a href="https://github.com/2KAbhishek/qute2k/network/members"> <img alt="Forks" src="https://img.shields.io/github/forks/2kabhishek/qute2k?style=flat&color=66a8e0&label=Forks"> </a> <a href="https://github.com/2KAbhishek/qute2k/watchers"> <img alt="Watches" src="https://img.shields.io/github/watchers/2kabhishek/qute2k?style=flat&color=f5d08b&label=Watches"> </a> <a href="https://github.com/2KAbhishek/qute2k/pulse"> <img alt="Last Updated" src="https://img.shields.io/github/last-commit/2kabhishek/qute2k?style=flat&color=e06c75&label="> </a> <h3>The fastest and qutest browser 🌐🎀</h3> <figure> <img src="images/screenshot.png" alt="qute2k in action"> <br/> <figcaption>qute2k in action</figcaption> </figure> </div>qute2k is a qutebrowser config that aims to make the browser fully keyboard navigable.
✨ Features
- Sane and easily expandable configs
- Logical keybindings, inspired by vim (nvim2k)
⚡ Setup
⚙️ Requirements
- 'qutebrowser' 3.0+
💻 Installation
Installation is as simple as cloning and symlinking
# Clone Repo
git clone https://github.com/2kabhishek/qute2k
On Linux
ln -sfnv $PWD/qute2k $HOME/.config/qutebrowser
On Mac
ln -sfnv $PWD/qute2k $HOME/.qutebrowser
On Windows
New-Item -ItemType SymbolicLink -Path "$env:APPDATA\qutebrowser\config" -Target "$PWD\qute2k" -Force
🚀 Usage
Launch qutebrowser after finishing installation steps.
Update variables section in config.py according to your needs.
Use vim keybindings and ex (:
) commands for various actions.
⌨️ Keybindings
All the configured keybindings can be found in the keybinding manual here.
🧑💻 Behind The Code
🌈 Inspiration
I have always wanted a mouse less workflow, but the browser was always a blocker, qute2k fixes it!!
💡 Challenges/Learnings
- The initial configuration process involved a lot of docs, but was worth it.
🧰 Tooling
More Info
- nightblue — A dark theme for Firefox, with
userChrome
support.
<strong>⭐ hit the star button if you found this useful ⭐</strong><br>
<a href="https://github.com/2KAbhishek/qute2k">Source</a> | <a href="https://2kabhishek.github.io/blog" target="_blank">Blog </a> | <a href="https://twitter.com/2kabhishek" target="_blank">Twitter </a> | <a href="https://linkedin.com/in/2kabhishek" target="_blank">LinkedIn </a> | <a href="https://2kabhishek.github.io/links" target="_blank">More Links </a> | <a href="https://2kabhishek.github.io/projects" target="_blank">Other Projects </a>
</div>