pindexis / marker

The terminal command palette
MIT License
2.02k stars 106 forks source link

os x grep #18

Closed krasnovpro closed 6 years ago

krasnovpro commented 8 years ago

marker.sh (line 118): match=$(echo "$READLINE_LINE" | grep -ohP '{{.+?}}' | head -n 1)

There is no option "-P" in os x grep.

nsomar commented 8 years ago

Install brew/dupes grep to have grep -P brew install homebrew/dupes/grep --with-default-names

That solved it for me

pindexis commented 6 years ago

fixed in latest