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

https://github.com/mtodorov95/tuist

Prototype TUI web browser
https://github.com/mtodorov95/tuist

browser rust terminal tui web

Last synced: 3 days ago
JSON representation

Prototype TUI web browser

Awesome Lists containing this project

README

          

# tuist

Trying to build a simple text based web browser in the terminal with Vim inspired controls.
Let's see how far it goes.

## Controls:
- j/k -> scroll the page
- Ctrl+p -> enter URL
- Esc/q/Ctrl+c -> exit
- Ctrl+t -> new tab
- d -> close current tab
- Tab -> next tab
- Alt+Tab -> previous tab

## TODO:
- Make links work
- Add help screen
- Render HTML elements correctly
- Write tests for and improve the HTML parser