reader icon indicating copy to clipboard operation
reader copied to clipboard

reader is for your command line what the “readability” view is for modern browsers: A lightweight tool offering better readability of web pages on the CLI.

Results 11 reader issues
Sort by recently updated
recently updated
newest added

Segfault on first run. ``` $ reader https://example.com panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xc2a4a5] goroutine 1 [running]: github.com/mrusme/reader/cmd.MakeReadable(0xc0006ffd00?) /home/runner/work/reader/reader/cmd/root.go:61...

bug

It appears that any website that uses certain Cloudflare security checks returns: > Please enable cookies. > > **You are unable to access example.com** > > **Why have I been...

bug

In the normal mode, the title is present at the top of the article as one would expect. But in raw markdown mode `-o` , there is only the body...

enhancement
help wanted
good first issue

1. Three asterisks alone (edge case) bad rendered ~~~ $ reader https://readhive.org/series/38553/0/ | sed -n 25p \\\\\\* $ reader -o https://readhive.org/series/38553/0/ | sed -n 21p \\*\\*\\* $ reader -o https://readhive.org/series/38553/0/...

bug
help wanted
good first issue

Useful 4 many case scenarios: - **GUI viewer** (X11 or Wayland): nsxiv, imv, feh, imagemagick's display, etc - **Terminal emulator** (ANSI colored blocks, ASCII): aalib, libcaca, viu, chafa, timg, etc....

enhancement
help wanted
good first issue

I use `reader` as a first step in my script to produce an output for Neomutt email client's pager. The script receiver the raw html and then pipe it as...

bug

Hi there :) Would a sixel integration (maybe as an option) be possible? Would love to have high quality pics, especially for webpages with artwork maybe with https://github.com/mattn/go-sixel

enhancement
help wanted
good first issue

Initially, I tried replacing gotbleu's keymapping from: `keymap R COMMAND "READ_SHELL 'readable $W3M_URL -p html-title,html-content > /tmp/readable.html' ; LOAD /tmp/readable.html"` to: `keymap \\\r COMMAND "READ_SHELL 'reader $W3M_URL -p html-title,html-content >...

I'm not clear on the specific trigger (because it happens in several circumstances), but below is a basic example showing a table-layouted page where only the last row is shown....

I tried setting all_proxy env var as well as using `tsocks`, `socksify` or `proxychains`, but none seem to work with reader. Can we have some form of (socks) proxy support?...

enhancement