diff options
| author | n0tori <188390306+n0tori@users.noreply.github.com> | 2026-05-09 21:54:35 +0100 |
|---|---|---|
| committer | n0tori <188390306+n0tori@users.noreply.github.com> | 2026-05-09 21:54:35 +0100 |
| commit | 6c7d722852d3e52abb24509283cc27828b7ae15c (patch) | |
| tree | e020ceb34d12e7b44bd6946f8476c7cb8fe0ad8c /README.md | |
tools
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f63ed8 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +> very intuitive name btw + +One liner tool to open the full pdf resource from a Github repo, without having to save to disk or clicking 'load more pages'. + +# Usage + +pick your poison, does the same thing + +## Python + +`python3 fullpdf.py "https://github.com/user/repo/blob/main/file.pdf"` + +## Bash + +`chmod +x fullpdf && ./fullpdf "https://github.com/user/repo/blob/main/file.pdf"` |
