blob: 2f63ed86329874af3b4284cf00cb50c42f8608ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"`
|