Skip to content

Commit 90e5941

Browse files
committed
Add a fix + usage docs
1 parent b02682e commit 90e5941

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/app.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 => {

0 commit comments

Comments
 (0)