index
:
null-browser
main
A simple, fast web browser built on qtwebengine (chromium), configured using lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config.lua
(
unfollow
)
Commit message (
Expand
)
Author
2025-04-12
Switch to using __internals for all api
Akshay Nair
2025-04-12
Add configuration api
Akshay Nair
2025-04-12
Rename term tab with view
Akshay Nair
2025-04-12
Respect cli args for main instance
Akshay Nair
2025-04-06
Add web.inspect with inspect.lua
Akshay Nair
2025-04-06
Close window when no tabs left
Akshay Nair
2025-04-05
Add history storage and completion + split dmenu,history into modules
Akshay Nair
2025-04-05
Connected url changed event
Akshay Nair
2025-03-30
Remove from router on window close
Akshay Nair
2025-03-29
Replace fetchers with fetch methods on router
Akshay Nair
2025-03-29
Handle default for webview id
Akshay Nair
2025-03-29
Add window action router for multi-window
Akshay Nair
2025-03-28
Refactor and fix tab id use for focus/close
Akshay Nair
2025-03-25
Add web.tabs.list and web.tabs.select + example for tab next/prev and...
Akshay Nair
2025-03-25
Refactor webview index with id + add web.tabs.close
Akshay Nair
2025-03-25
Add web.history for history navigation
Akshay Nair
2025-03-23
Fix segfault with evaluate, add keymap accidentally popping wrong value
Akshay Nair
2025-03-22
Experiment with dmenu
Akshay Nair
2025-03-22
Add web.keymap.set + test keymaps config.lua
Akshay Nair