diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-03-16 15:36:03 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-03-16 16:40:45 +0530 |
| commit | a004334349c724dc5d3b5695dc575c9f1a3744ec (patch) | |
| tree | 85475d7383fccf8b7cb7330a987f020818e83af7 /TODO.org | |
| parent | 041f8933be28d0fcff1196792f30c5ca3176c155 (diff) | |
| download | null-browser-a004334349c724dc5d3b5695dc575c9f1a3744ec.tar.gz null-browser-a004334349c724dc5d3b5695dc575c9f1a3744ec.zip | |
Update browser name
Diffstat (limited to '')
| -rw-r--r-- | TODO.org | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -6,20 +6,23 @@ - [X] Command completion - [X] Command/URL input executor - [X] Refactor MainWindow -- [ ] Buffer list/search -- [ ] Keybindings -- [ ] Modal keys +- [X] Buffer list/search +- [ ] Multi-window +- [ ] Keybindings (lua api) - [ ] Tab history navigation -- [ ] Press tab/shift-tab for next/prev in completion -- [ ] Enter in completion should run cmd +- [ ] Press tab for fill highlighted item in completion +- [ ] Assign ID to each tab (reference in lua api) ** 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 @@ -32,5 +35,4 @@ - [ ] Pipe page contents to external program ** Maybe -- [ ] lua api for managing ui - [ ] Custom file picker |
