You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like #20 introduced a dependency on GNU grep (FreeBSD grep doesn't support the -P flag, see e.g. Homebrew/legacy-homebrew#35848). This is easily fixed by installing GNU grep (brew install grep && set -U fish_user_paths /usr/local/opt/grep/libexec/gnubin $fish_user_paths). Another option is switching to perl. Wasn't sure what you prefer so I didn't create a PR.
In any case, thanks for maintaining this!
The text was updated successfully, but these errors were encountered:
shaharz
changed the title
GNU grep preqrequisite
GNU grep prerequisite
Mar 10, 2021
Looks like #20 introduced a dependency on GNU grep (FreeBSD grep doesn't support the
-P
flag, see e.g. Homebrew/legacy-homebrew#35848). This is easily fixed by installing GNU grep (brew install grep && set -U fish_user_paths /usr/local/opt/grep/libexec/gnubin $fish_user_paths
). Another option is switching to perl. Wasn't sure what you prefer so I didn't create a PR.In any case, thanks for maintaining this!
The text was updated successfully, but these errors were encountered: