Files
koxinga/koxinga.md
stjet 35fd978c61 text inputs, GET form submit, UI change
UI more like Malvim now. fixed HTML parsing bugs, added qol stuff, slight code refactor/cleaning
2026-02-05 06:57:42 +00:00

14 lines
621 B
Markdown

Koxinga is a web browser supporting text and links.
## Usage
- `u`: URL mode, where a URL can be inputted. Hit enter/return to go to that page.
- `l`: Link mode. The page will now show numbers in front of any links. Input the number corresponding to the link to navigate to, then hit enter/return.
- `i`: Input mode. Fill in text inputs using the format "0,inputname=input value".
- `f`: Submit Form mode. Enter in form number to submit.
- `s`: Search mode. Search for text on the page
- `j`, `k` to scroll page.
- `<num>j`, `<num>k` to move down/up <num> lines.
- `gg`: Go to top of page.
- `G`: Go to bottom of page.