Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/2kabhishek/qute2k

Minimalistic Keyboard Driven Browser 🌐🎀
https://github.com/2kabhishek/qute2k

browser fast keyboard utility vim

Last synced: 7 days ago
JSON representation

Minimalistic Keyboard Driven Browser 🌐🎀

Awesome Lists containing this project

README

        

qute2k


License


People


Stars


Forks


Watches


Last Updated

The fastest and qutest browser 🌐🎀

qute2k in action


qute2k in action

qute2k is a [qutebrowser](https://qutebrowser.org/) config that aims to make the browser fully keyboard navigable.

## ✨ Features

- Sane and easily expandable configs
- Logical keybindings, inspired by vim ([nvim2k](https://github.com/2kabhishek/nvim2k))

## ⚡ Setup

### ⚙️ Requirements

- 'qutebrowser' 3.0+

### 💻 Installation

Installation is as simple as cloning and symlinking

```bash
# Clone Repo
git clone https://github.com/2kabhishek/qute2k
```

On Linux

```bash
ln -sfnv $PWD/qute2k $HOME/.config/qutebrowser
```

On Mac

```bash
ln -sfnv $PWD/qute2k $HOME/.qutebrowser
```

On Windows

```powershell
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](./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](./docs/keybindings.md).

## 🧑‍💻 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

- [dots2k](https://github.com/2kabhishek/dots2k) — Dev Environment
- [nvim2k](https://github.com/2kabhishek/nvim2k) — Personalized Editor
- [sway2k](https://github.com/2kabhishek/sway2k) — Desktop Environment

### More Info

- [nightblue](https://github.com/2KAbhishek/nightblue) — A dark theme for Firefox, with `userChrome` support.


⭐ hit the star button if you found this useful ⭐

Source
| Blog
| Twitter
| LinkedIn
| More Links
| Other Projects