diff options
Diffstat (limited to 'home/fast-p/README.md')
| -rw-r--r-- | home/fast-p/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home/fast-p/README.md b/home/fast-p/README.md new file mode 100644 index 0000000..344c387 --- /dev/null +++ b/home/fast-p/README.md @@ -0,0 +1,5 @@ +Should be run as nushell function + +def p [] { +^fd -e pdf | ^fast-p | ^fzf --read0 --reverse -e -d "\t" --preview-window "down:80%" --preview 'v=$(echo {q} | tr " " "|"); echo -e {1}"\n"{2} | grep -E "^|$v" -i --color=always;' | ^cut -z -f 1 -d "\t" | ^tr -d '\n' | ^xargs -r --null xdg-open > /dev/null err> /dev/null +} |
