blob: f91163efc087b854b8a2f2696fec4e3c8a4e17ad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
** Current
- [ ] Process spawning lua (+ stdio)
- [ ] Keybindings (lua api)
- [ ] Tab history navigation
- [ ] Press tab for fill highlighted item in completion
- [ ] Assign ID to each tab (reference in lua api)
- [ ] Multi-window
** Next
- [ ] Modal keys
- [ ] History persistance
- [ ] History completion
- [ ] Open url parsing (add protocol if missing, remove quotes, etc)
- [ ] Destructor for completer instance
- [ ] Bookmarking
** Later
- [ ] Search aliasing (lua api)
- [ ] downloading
- [ ] Search text in page
- [ ] Notifications
- [ ] Dev tools
- [ ] Search engine search if its not a url / aliases
** Later later
- [ ] Fullscreen
- [ ] remote debugging with cdp (spider-repl)
- [ ] Pipe page contents to external program
** Maybe
- [ ] Custom file picker
|