:: Re: [DNG] info pages
Etusivu
Poista viesti
Vastaa
Lähettäjä: Rene Kita
Päiväys:  
Vastaanottaja: Hendrik Boom
Kopio: dng
Aihe: 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
}