summaryrefslogtreecommitdiff
path: root/rc/connect/modules/rofi/commands/:rofi-grep
blob: c4adb7b350f9ee9edf790f99ca508ef1f0c38621 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# Rofi
# https://github.com/davatorium/rofi

# Dependencies:
# – ripgrep (https://github.com/BurntSushi/ripgrep)

rg --column --with-filename '.+' "$@" |
rofi -dmenu -i -p 'Open files (search by content)' |
:edit-search