stash/src/commands
NotAShelf 59423f9ae4
list: add content_hash and last_accessed tracking with de-duplication
Adds a `content_hash` column and index for deduplication, and a
`last_accessed` column & index for time tracking. We now de-duplicate on
copy by not copying if present, but instead bubbling up matching entry.

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Icbcdbd6ac28bbb21324785cae30911f96a6a6964
2026-01-22 13:41:54 +03:00
..
decode.rs stash: refactor error handling and entry deduplication 2025-09-19 14:08:15 +03:00
delete.rs commands: more consistent error propagation 2025-08-20 18:38:05 +03:00
import.rs stash: refactor error handling and entry deduplication 2025-09-19 14:08:15 +03:00
list.rs list: add content_hash and last_accessed tracking with de-duplication 2026-01-22 13:41:54 +03:00
mod.rs stash: move import logic into stash::commmands 2025-08-20 11:06:52 +03:00
query.rs various: fix clippy lints 2025-11-13 00:05:52 +03:00
store.rs stash: blocking persistent entries by window class 2025-09-19 11:22:58 +03:00
watch.rs stash: refactor error handling and entry deduplication 2025-09-19 14:08:15 +03:00
wipe.rs treewide: format with rustfmt 2025-08-20 09:57:44 +03:00