Closed bangedorrunt closed 3 years ago
Let's say I have the following external command which return an FZF result of note's path
rg title: | cut -d ' ' -f2- | fzf
Is it possible to use it with snap?
snap
There is a snippet in readme that shows how to use ls with snap. You can adapt it to use your command.
ls
Thank you! Somehow I overlooked that section.
Let's say I have the following external command which return an FZF result of note's path
rg title: | cut -d ' ' -f2- | fzf
Is it possible to use it with
snap
?