File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ bit wonky, and will be fixed in the upcoming releases
5656
5757- [ ] Select the options using arrow keys
5858- [ ] Popup note-taking
59- - [ ] Clipboard History
6059- [ ] Plugin Support (Partially implemented on 15/12/2025)
6160- [ ] Blur / transparent background (Partially implemented on 13/12/2025)
6261- [ ] Hyperkey - Map CMD + OPT + CTRL + SHIFT to a physical key
@@ -79,6 +78,9 @@ bit wonky, and will be fixed in the upcoming releases
7978- [x] Google your query. Simply type your query, and then put a ` ? ` at the end,
8079 and press enter
8180- [x] Calculator (27/12/2025)
81+ - [x] Clipboard History (29/12/2025) This works by typing ` cbhist ` to enter the
82+ cliboard history page, which allows u to access your clipboard history,
83+ and then use ` main ` to switch back, or just open an close the app again
8284
8385### Not Possible by me:
8486
Original file line number Diff line number Diff line change @@ -385,6 +385,7 @@ impl Tile {
385385 self . restore_frontmost ( ) ;
386386 self . visible = false ;
387387 self . focused = false ;
388+ self . page = Page :: Main ;
388389 Task :: batch ( [ window:: close ( a) , Task :: done ( Message :: ClearSearchResults ) ] )
389390 }
390391 Message :: ClearSearchResults => {
You can’t perform that action at this time.
0 commit comments