stripes/ae

5 lines
196 B
Bash
Executable File

#!/bin/sh
cd ~/.local/bin || exit
fd -c always -t f -d 1 --strip-cwd-prefix | fzf +m --cycle --preview-window=right:90%:wrap --preview='bat --color=always {}' --height='45%' | xargs -r "$EDITOR"