pinfo icon indicating copy to clipboard operation
pinfo copied to clipboard

Console-based info reader

Results 21 pinfo issues
Sort by recently updated
recently updated
newest added

To look up the coreutils introduction I can do: ```console $ info coreutils intro ⋮ -----Info: (coreutils)Introduction, 40 lines --All---------------------- ``` There's apparently no easy way to do the same...

README says: > old project page is still available at http://pinfo.sourceforge.net/. But apparently that page is gone now; it unhelpfully redirects to .

pinfo recognizes this as a hyperlink: http://example.org/ But not this: https://example.org/

With gcc-8.3.0: ```bash x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -D_DEFAULT_SOURCE -I/usr/include/ncursesw -D_XOPEN_SOURCE=600 -Wall -Wextra -Wshadow -Werror -DLOCALEDIR=\"/usr/share/locale\" -DCONFIGDIR=\"/etc/pinforc\" -O3 -march=native -mlwp -pipe -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -c -o pinfo-utils.o `test -f 'utils.c'...

Hi, A packaging effort of the most recent commit in Guix resulted in the error below. I believe, but did not confirm, that the conflicting symbol definitions are caused by...

In manuals, the formatting seems lacklustered, especially boldness is missing, maybe related to https://github.com/sharkdp/bat/issues/652 ?

po: add Georgian translation

The call to the man program has man -W and there is no option for man -W causing an error. In manual.c at line 185 looks like the problem: `...

When exiting pinfo in my Terminal, the scrollback is cleared and the terminal is reset, which I find irritating. Confirmed in Alacritty and Konsole running zsh.

I am writing a script where I would like to view info pages with pinfo, but no man pages. Currently I see no switch to restrict pinfo to info pages.