diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-23 22:43:59 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-23 22:43:59 +0200 |
| commit | b14a1ccfbf60b0866911788176491af5907702eb (patch) | |
| tree | eccb1293b62e3ccb8d7e24f9a6170e5c2141bc3b /FISH_INTEGRATION.md | |
| parent | 13272b89c8e343f53f0633fd057d7a0054113524 (diff) | |
Release v0.5.2v0.5.2
Diffstat (limited to 'FISH_INTEGRATION.md')
| -rw-r--r-- | FISH_INTEGRATION.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/FISH_INTEGRATION.md b/FISH_INTEGRATION.md index 0a0ced2..c1e7aee 100644 --- a/FISH_INTEGRATION.md +++ b/FISH_INTEGRATION.md @@ -53,6 +53,15 @@ ge import file.txt backup/ ge import file.txt backup/ force ``` +In interactive mode, empty `Enter` opens the fuzzy picker with direct action keys: +- `Enter` select +- `Ctrl-T` cat +- `Ctrl-Y` paste +- `Ctrl-O` open +- `Ctrl-E` edit + +The picker preview remains metadata-only for safety (no decrypted secret preview). + ### Dynamic Entry Completion For better security, entry completion only works when the `PIN` environment variable is set: |
