[PR #7] [MERGED] Detect and use the ggrep command if available #10

Closed
opened 2026-02-28 12:09:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adionditsak/blacklist-check-unix-linux-utility/pull/7
Author: @mattsoftware
Created: 7/9/2020
Status: Merged
Merged: 11/8/2021
Merged by: @adionditsak

Base: masterHead: fix_macosx


📝 Commits (1)

  • abf348c Detect if the user is on a mac using homebrew and use the ggrep command for compatability

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 bl (+3 -1)

📄 Description

grep -P is not available on uptodate MacOSX machines. I have added a quick switch to detect if the user has installed the homebrew version of grep, ggrep, and will use that instead if it is found.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/adionditsak/blacklist-check-unix-linux-utility/pull/7 **Author:** [@mattsoftware](https://github.com/mattsoftware) **Created:** 7/9/2020 **Status:** ✅ Merged **Merged:** 11/8/2021 **Merged by:** [@adionditsak](https://github.com/adionditsak) **Base:** `master` ← **Head:** `fix_macosx` --- ### 📝 Commits (1) - [`abf348c`](https://github.com/adionditsak/blacklist-check-unix-linux-utility/commit/abf348c89a9af182ed0a1095f24d30445bef6230) Detect if the user is on a mac using homebrew and use the ggrep command for compatability ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `bl` (+3 -1) </details> ### 📄 Description grep -P is not available on uptodate MacOSX machines. I have added a quick switch to detect if the user has installed the homebrew version of grep, ggrep, and will use that instead if it is found. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 12:09:22 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/blacklist-check-unix-linux-utility#10
No description provided.