| Crates.io | phrack-read |
| lib.rs | phrack-read |
| version | 0.2.5 |
| created_at | 2025-03-18 10:31:15.227205+00 |
| updated_at | 2025-03-19 05:39:20.981685+00 |
| description | A CLI tool to scrape and display Phrack articles |
| homepage | |
| repository | https://github.com/patel96/phrack-read |
| max_upload_size | |
| id | 1596472 |
| size | 76,635 |
A powerful and elegant command-line tool to read Phrack Magazine articles directly from your terminal with smooth navigation and a beautiful display format.
✅ Fetch and display Phrack issues and articles using web scraping.
✅ Styled terminal output with borders and formatting.
✅ Smooth scrolling with arrow keys, PageUp, and PageDown.
✅ Keyboard Shortcuts for easy navigation.
✅ Cross-platform support (Linux, macOS, Windows).
To install Phrack Read CLI, you need Rust installed. Run:
cargo install phrack-read
Or clone the repository and build manually:
git clone https://github.com/PATEL96/phrack-read.git
cd phrack-read
cargo build --release
./target/release/phrack-read --help
Fetch and read a specific Phrack issue and article:
phrack-read <issue> <article>
Example:
phrack-read 69 1
This command fetches Issue 69, Article 1 and displays it in the terminal.
The content is displayed with a structured ASCII border and allows easy scrolling.
╔════════════════════════════════════════════════════════════╗
║ Phrack Issue 69 Article 1 ║
╚════════════════════════════════════════════════════════════╝
| Key | Action |
|---|---|
| ↑ | Scroll up |
| ↓ | Scroll down |
| PgUp | Page up |
| PgDn | Page down |
| q / Esc | Quit |
This project uses the following Rust crates:
To contribute read Contribution Guide
This project is licensed under the MIT License. Feel free to modify and use it as you wish!
📖 Happy Hacking! 🤘