summaryrefslogtreecommitdiff
path: root/rc/connect/modules/wofi/commands/:wofi-grep
blob: e5ccc3b9e210b042d05a1403b8eddc7c6ac353e1 (plain)
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