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
- Host: GitHub
- URL: https://github.com/mtodorov95/tuist
- Owner: mtodorov95
- License: mit
- Created: 2024-03-03T12:35:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T14:15:59.000Z (over 2 years ago)
- Last Synced: 2026-06-26T02:27:40.694Z (4 days ago)
- Topics: browser, rust, terminal, tui, web
- Language: Rust
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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