Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: find help



you should try typing
read (or any other command) than pressing alt-h, by default bound to the run-help widget

Il giorno mar 4 ott 2022 alle 20:53 Ray Andrews <rayandrews@xxxxxxxxxxx> ha scritto:

I just figured out how to do this:

$ zhelp() { man zshbuiltins | less -p "^       $1" }

$ zhelp read

     read [ -rszpqAclneE ] [ -t [ num ] ] [ -k [ num ] ] [ -d delim ]
            [ -u n ] [ name[?prompt] ] [ name ...  ]
     ....

... simple and effective, but I'll bet someone has something better.


--
Pier Paolo Grassi


Messages sorted by: Reverse Date, Date, Thread, Author