[PR #54] [MERGED] 🔍 feat(unicode-scanner): Add binary file scanning option #62

Closed
opened 2025-11-20 04:14:28 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bigbeartechworld/big-bear-scripts/pull/54
Author: @dragonfire1119
Created: 10/30/2025
Status: Merged
Merged: 10/30/2025
Merged by: @dragonfire1119

Base: masterHead: unicode-scanner-binary-support


📝 Commits (2)

  • f795e8b 🔍 feat(unicode-scanner): Add binary file scanning option
  • bd004e8 🔧 refactor: Improve variable declaration in run.sh

📊 Changes

5 files changed (+176 additions, -9 deletions)

View changed files

📝 check-for-unicode/CHANGELOG.md (+33 -0)
📝 check-for-unicode/README.md (+10 -6)
📝 check-for-unicode/run.sh (+107 -3)
📝 check-for-unicode/test-suite/run-tests.sh (+26 -0)
check-for-unicode/test-suite/test.jar (+0 -0)

📄 Description

  • Implemented --include-binary flag to enable scanning of binary files
  • Added comprehensive binary file detection logic
  • Improved file type detection using file command and extensions
  • Updated help text and version number

🔄 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/bigbeartechworld/big-bear-scripts/pull/54 **Author:** [@dragonfire1119](https://github.com/dragonfire1119) **Created:** 10/30/2025 **Status:** ✅ Merged **Merged:** 10/30/2025 **Merged by:** [@dragonfire1119](https://github.com/dragonfire1119) **Base:** `master` ← **Head:** `unicode-scanner-binary-support` --- ### 📝 Commits (2) - [`f795e8b`](https://github.com/bigbeartechworld/big-bear-scripts/commit/f795e8bc370cda157dd3d947e387661594a231ce) 🔍 feat(unicode-scanner): Add binary file scanning option - [`bd004e8`](https://github.com/bigbeartechworld/big-bear-scripts/commit/bd004e838dd5ff66a282a1c7702625eec528a6c6) 🔧 refactor: Improve variable declaration in run.sh ### 📊 Changes **5 files changed** (+176 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `check-for-unicode/CHANGELOG.md` (+33 -0) 📝 `check-for-unicode/README.md` (+10 -6) 📝 `check-for-unicode/run.sh` (+107 -3) 📝 `check-for-unicode/test-suite/run-tests.sh` (+26 -0) ➕ `check-for-unicode/test-suite/test.jar` (+0 -0) </details> ### 📄 Description - Implemented `--include-binary` flag to enable scanning of binary files - Added comprehensive binary file detection logic - Improved file type detection using file command and extensions - Updated help text and version number --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:14:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/big-bear-scripts#62