This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Interactive PDF search script | |
# Dependency: pdfgrep | |
# | |
# A simple Bash script to search inside PDF files using pdfgrep | |
# | |
# Features: | |
# - Interactive search loop | |
# - Colored output for readability | |
# - Graceful exit with Ctrl+C |