mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 09:03:43 -05:00
Updated Examples (fish) (markdown)
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user