1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh # Wofi # https://hg.sr.ht/~scoopta/wofi # Dependencies: # – ripgrep (https://github.com/BurntSushi/ripgrep) rg --column --with-filename '.+' "$@" | wofi --dmenu --prompt 'Open files (search by content)' | :edit-search