24 lines
529 B
Markdown
24 lines
529 B
Markdown
A web browser for [ming-wm](https://github.com/stjet/ming-wm), and mostly developed in it, that aims to support two things: text, and links.
|
|
|
|
Yes, slightly inspired by [Vimium](https://vimium.github.io).
|
|
|
|

|
|
|
|
Hacker News frontpage:
|
|
|
|

|
|
|
|
Wikipedia article:
|
|
|
|

|
|
|
|
## Building / Installing
|
|
|
|
After cloning the repo,
|
|
|
|
```
|
|
cargo build --release
|
|
chmod +x ./install #or ./local-install
|
|
./install
|
|
```
|