m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 09:03:43 -05:00

Updated Examples (fish) (markdown)

Matthieu MN
2019-08-30 01:07:00 +02:00
parent 76d1662113
commit 8977dbcc02

@@ -152,7 +152,7 @@ function vsr -d "List recently opened files with vscode"
$grep '"path": "/.*[^/]"' "$vscode_path/storage.json" \
| string replace -a '"path": ' '' \
| string trim -c '"'\
| fzf --select-1 --exit-0 )
| fzf --exit-0 )
[ -n "$selected" ]; and codium "$selected"
end