:: Re: [DNG] info pages
Top Page
Delete this message
Reply to this message
Author: Rene Kita
Date:  
To: Hendrik Boom
CC: dng
Subject: Re: [DNG] info pages
On Sun, Oct 06, 2024 at 09:37:25AM -0400, Hendrik Boom wrote:
> On Sun, Oct 06, 2024 at 12:33:42AM +0000, Erik Christiansen via Dng wrote:
> >
> > There are also "info" pages on some things. I don't have info installed,
>
> I hate the info pages. I can never remember the keystroke combinations
> needed to navigate them.
>
> Does Devuan have a program that presents them in a more GUI-friendly way?
> (i.e., requiring no memorized keystrokes, but instead, say, memorable
> or intuitive icons or clickable words?)
>
> -- hendrik


% which info
info () {
        command info --subnodes -o - "$1" | less
}