Utility scripts for PDF page extraction, folder tree generation, and line‑deletion shortcuts
The repo offers three small utilities: a Python script that extracts selected pages from a PDF, a Python script that prints a Windows‑style directory tree and copies it to the clipboard, and an AutoHotkey script that adds hotkeys for deleting text to the start or end of a line. Each tool works from the command line (or background for the AHK script) and requires only minimal setup. They target users who need quick, script‑based solutions for common productivity chores, and they provide a lightweight alternative to larger, more complex utilities. The implementations are straightforward, functional, and ready for immediate use.
View on GitHub →mithulpranav24/scripts