mirror of
https://github.com/NohamR/papeer.git
synced 2026-05-25 12:27:20 +00:00
3.4 KiB
3.4 KiB
❯ papeer get --format epub --recursive --delay 500 --limit 10 https://news.ycombinator.com/
6s [===============================================>--------------------] 70% Status: 7 out of 10 chapters
0s [====================================================================] 100% 1. Three ex-US intelligence officers admit hacking for UAE
0s [====================================================================] 100% 2. Show HN: Time Travel Debugger
0s [====================================================================] 100% 3. How much faster is Java 17?
0s [====================================================================] 100% 4. The First Webcam Was Invented to Keep an Eye on a Coffee Pot
0s [====================================================================] 100% 5. Nikon's 2021 Photomicrography Competition Winners
0s [====================================================================] 100% 6. HTTP Status 418 – I'm a teapot
0s [====================================================================] 100% 7. H3: Hexagonal hierarchical geospatial indexing system
--- [--------------------------------------------------------------------] 0% 8. Automatic cipher suite ordering in Go’s crypto/tls
--- [--------------------------------------------------------------------] 0% 9. Find engineering roles at over 800 YC-funded startups
--- [--------------------------------------------------------------------] 0% 10. Futarchy: Robin Hanson on prediction markets
Ebook saved to "Hacker_News.epub"
Installation
From binary
curl https://github.com/lapwat/papeer/releases/download/v0.0.1/papeer-v0.0.1 > papeer
chmod +x papeer
sudo mv papeer /usr/local/bin
# (optional) install kindlegen to export ebooks to MOBI format
curl https://github.com/lapwat/papeer/raw/master/bin/kindlegen_linux_2.6_i386_v2_9.tar.gz > kindlegen
chmod +x kindlegen
sudo mv kindlegen /usr/local/bin
From source
go get -u github.com/lapwat/papeer
Usage
Browse the web in the eink era
Usage:
papeer [flags]
papeer [command]
Available Commands:
completion generate the autocompletion script for the specified shell
get Scrape URL content
help Help about any command
ls Print table of content
version Print the version number of papeer
Flags:
-d, --delay int wait before downloading next chapter, in milliseconds (default -1)
-f, --format string file format [md, epub, mobi] (default "md")
-h, --help help for papeer
-i, --include include URL as first chapter, in resursive mode
-o, --output string output file
-q, --quiet do not show progress bars
-r, --recursive create one chapter per natigation item
-s, --selector string table of content CSS selector
--stdout print to standard output
Use "papeer [command] --help" for more information about a command.
Autocompletion
Execute this command in your current shell, or add it to your .bashrc.
. <(papeer completion bash)
Type papeer completion bash -h for more information.
You can replace bash by your own shell (zsh, fish or powershell).
Dependencies
cobracommand line interfacego-readabilityextract content from HTMLhtml-to-markdownconvert HTML to Markdowngo-epubconvert HTML to EPUBcollyquery HTML treesuiprogressdisplay progress bars