Files
koxinga/README.md
2025-03-16 06:04:20 +00:00

24 lines
522 B
Markdown

A web browser for [ming-wm](https://github.com/stjet/ming-wm), and developed in it, that aims to support two things: text, and links.
Yes, slightly inspired by [Vimium](https://vimium.github.io).
![Koxinga among other windows](koxinga_within.png)
Hacker News frontpage:
![news.ycombinator.com](koxinga_hn.png)
Wikipedia article:
![en.wikipedia.org/wiki/Ming_dynasty](koxinga_wiki.png)
## Building / Installing
After cloning the repo,
```
cargo build --release
chmod +x ./install #or ./local-install
./install
```