diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-04-19 21:29:38 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-04-19 22:17:39 +0530 |
| commit | 208202db9cba6ddf0713a70e7122c69a53b1f2aa (patch) | |
| tree | 747f8ad71c19f239e545d13579ccfa86c8fefe5e /README.md | |
| parent | a9d767b209c503ac7b5dff5132aa213d47dcb608 (diff) | |
| download | null-browser-208202db9cba6ddf0713a70e7122c69a53b1f2aa.tar.gz null-browser-208202db9cba6ddf0713a70e7122c69a53b1f2aa.zip | |
Add web.search.get_text and prefill current search text
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,12 +1,10 @@  # null-browser [WIP] - -A simple, fast web browser based on qtwebengine with a lua runtime. +A simple, fast web browser built using [qtwebengine (chromium)](https://wiki.qt.io/QtWebEngine), that is configured and extended using lua. ## What does it do? -This web browser is just a stack of web views that can be controlled using lua. -Don't expect a full featured browser, expect the opposite. +This web browser is just a stack of web views that can be controlled using lua. Don't expect a full featured web browser, expect the **opposite**. ## What does it not do? How can I do it? - **No url bar** @@ -19,7 +17,9 @@ Don't expect a full featured browser, expect the opposite. - save it in a file on UrlChanged event and show as completion for your url input - same as above but in a sqlite db instead - **No splits** - - use window manager + - use a window manager +- **No tab ui** + - use a window manager - use [tabbed (X11)](https://tools.suckless.org/tabbed/) - **No buttons** - define key bindings @@ -27,12 +27,12 @@ Don't expect a full featured browser, expect the opposite. - filter host-names - **No settings page** - write some lua -- **No chrome extensions** +- **No chromium/web extensions** - inject javascript into pages from your lua config - **No built-in cryptocurrency** - - it's a web browser. Add it if you want it + - add it if you want it - **No built-in AI** - - it's a web browser. Add it if you want it + - add it if you want it Any feature you want, you implement yourself. |
