atuin/atuin-client
Tom Cammann fa0a1447a6
Add --offset flag to atuin search (#825)
This flag allows the user to continue searching at an offset. This is
useful for building tools that use atuin to search for previous
commands and return only one result.

```

atuin search --limit 1
atuin search --limit 1 --offset 1
atuin search --limit 1 --offset 2
```
2023-03-29 09:27:14 +01:00
..
migrations Add history deletion (#791) 2023-03-20 09:26:54 +00:00
src Add --offset flag to atuin search (#825) 2023-03-29 09:27:14 +01: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