Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Project To-Do List

* [ ] Improve the **clipboard** UI
* [ ] Handle **image data** within the clipboard functionality
* [ ] Improve the **file search** UI
* [ ] Searching on the home screen should also include **local file results** (i.e., combine file search and online search)
Comment thread
Larry8668 marked this conversation as resolved.
112 changes: 106 additions & 6 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ serde_json = "1"
tauri-plugin-global-shortcut = "2.3.0"
uuid = { version = "1.0", features = ["v4"] }
enigo = "0.2.0"
walkdir = "2.4"
dirs = "5.0"
Loading