summaryrefslogtreecommitdiff
path: root/FISH_INTEGRATION.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-23 22:43:59 +0200
committerPaul Buetow <paul@buetow.org>2026-02-23 22:43:59 +0200
commitb14a1ccfbf60b0866911788176491af5907702eb (patch)
treeeccb1293b62e3ccb8d7e24f9a6170e5c2141bc3b /FISH_INTEGRATION.md
parent13272b89c8e343f53f0633fd057d7a0054113524 (diff)
Release v0.5.2v0.5.2
Diffstat (limited to 'FISH_INTEGRATION.md')
-rw-r--r--FISH_INTEGRATION.md9
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: