Skip to content

TermPDF v.0.0.2

Compare
Choose a tag to compare
@felipealfonsog felipealfonsog released this 10 Aug 09:42
· 266 commits to main since this release
c7a0531

TermPDF Viewer Features:

PDF Viewing: View and navigate PDF files directly within the terminal.

User-Friendly Interface: Simple and intuitive interface for browsing PDF content.
Scan PDF Files: Scan the current directory for PDF files and display a numbered list.
Interactive Navigation: Select a PDF file by entering its corresponding number and navigate through its pages.
Navigation Options: Move forward and backward within the PDF, return to the main menu, or quit viewing.
Clean Exit: Safely exit the viewer using the 'q' key.
Cross-Platform: Tested on Linux and macOS.
Updates with Installer Scripts:

Automated Installation:
Installer scripts in Bash and C automate the installation process on AUR, macOS, and Linux.
Dependency Verification: Installer checks for required dependencies like GCC, Python, Pip, and PyMuPDF. Installs them if missing.
Brew Integration: Bash installer installs Homebrew if not present, ensuring dependency management on macOS.
Copy and Rename: Copies the binary file and renames it to "termpdf" for easy command-line access.
Standardized Installation: Ensures the PyMuPDF library is installed using pip, with platform-specific checks.
Permission Setting: Sets executable permissions for the "termpdf" binary, allowing users to run it from the terminal.
Clean Up: Removes the installer file once the installation is complete.
Consistent Experience: Users on AUR, macOS, and Linux can easily install and use TermPDF Viewer.