aboutsummaryrefslogtreecommitdiff
path: root/lua (unfollow)
Commit message (Expand)Author
2025-07-23Adds web.opts alternative api for web.set/web.getAkshay Nair
2025-07-23Update dmenu to use input text instead of selectionAkshay Nair
2025-05-02Move permission requested to defaults.viAkshay Nair
2025-05-02Refactor dmenu to be instantiable + add luassert for assertionsAkshay Nair
2025-05-02Prefix uv with web.uv + add permissions_persistance config optionAkshay Nair
2025-05-02Add a simple lua test suite + add utils spec + fix keymap specAkshay Nair
2025-05-02Vendor inspect + fix urlchanged event use-after freeAkshay Nair
2025-05-02Add PermissionRequested event and accept/reject handlingAkshay Nair
2025-05-02Add stdlib and web.utilsAkshay Nair
2025-05-02Add scrolling controlsAkshay Nair
2025-05-02Add search engine aliases for url inputAkshay Nair
2025-05-02Add configuration directory loading + --config-dir cli argAkshay Nair
2025-05-02Refactor + expose managing mode to inside luaAkshay Nair
2025-04-19Add web.search.get_text and prefill current search textAkshay Nair
2025-04-19Add web.view.open_devtools for opening devtoolsAkshay Nair
2025-04-19Add web.search and search text implemnetationAkshay Nair
2025-04-12Switch to using __internals for all apiAkshay Nair
2025-04-12Add configuration apiAkshay Nair
2025-04-12Rename term tab with viewAkshay Nair
2025-04-12Respect cli args for main instanceAkshay Nair