We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe6bda commit e4f37c9Copy full SHA for e4f37c9
README.md
@@ -45,5 +45,6 @@ rfz index | fzf \
45
--ansi \
46
# show the document metadata in the preview
47
--preview 'rfz summary {1}' \
48
+ | cut -d' ' -f1 \
49
| lynx -
50
```
0 commit comments