atuin/atuin-client
J. Emiliano Deustua 79f7b1d81c
Fix --delete-it-all and --delete commands (#913)
* Add `delete_at` is null condition during search

Since entries are searched everytime a delete process ends, the
--delete-it-all command will enter an infinite loop if searching the
whole history.

* Remove command blanking

Command blanking may violate the `unique(timestamp, cwd, command)`
condition.

* Overwrite command with random string when deleting

* Add rand dependency to client crate

---------

Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
2023-06-13 07:43:06 +00:00
..
migrations Add history deletion (#791) 2023-03-20 09:26:54 +00:00
src Fix --delete-it-all and --delete commands (#913) 2023-06-13 07:43:06 +00:00
Cargo.toml Fix --delete-it-all and --delete commands (#913) 2023-06-13 07:43:06 +00:00
config.toml Fix typo in config.toml (#1006) 2023-05-24 22:00:01 +00:00