atuin/atuin-client
Ellie Huxtable 79622cf698
Delete all instances of a command (#797)
* Delete all instances of a command

Our search command will de-dupe results by default. But... This isn't
great for deleting! You don't want to run it over-and-over-and-over
until all commands are deleted.

Loop the query, and keep on deleting what it returns until they are all
gone.

* Optimize delete upload

It was running a request for every element, on every sync lol

Only push a delete if needed

Future: push all deletes in one request
2023-03-24 09:04:57 +00:00
..
migrations Add history deletion (#791) 2023-03-20 09:26:54 +00:00
src Delete all instances of a command (#797) 2023-03-24 09:04:57 +00:00
Cargo.toml Patch release v13.0.1 (#741) 2023-02-28 21:44:39 +00:00
config.toml feat: add common default keybindings (#719) 2023-03-05 18:49:09 +00:00