Skip to content

Instantly share code, notes, and snippets.

View christianfrey's full-sized avatar

Christian Frey christianfrey

View GitHub Profile
@christianfrey
christianfrey / pdf-search.sh
Created September 4, 2025 08:33
Interactive Bash script to search inside PDF files using pdfgrep (cli, bash, linux, macos, pdf, search)
#!/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