-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Fish shell man page #5521
Copy link
Copy link
Closed
Labels
docsAn issue/PR that touches or should touch the docsAn issue/PR that touches or should touch the docsenhancement
Milestone
Metadata
Metadata
Assignees
Labels
docsAn issue/PR that touches or should touch the docsAn issue/PR that touches or should touch the docsenhancement
Type
Fields
Give feedbackNo fields configured for issues without a type.
Currently,
man fishis very sparse, listing only command line options to thefishcommand itself. One can get information about fish itself throughhelp. Then one could also get information about fish commands, etc... throughman. However, I find it jarring having tohelpfirst to thenman. Moreover, some commands clash with pretty standard ones like (for example)testfromcoreutils.bashis great on this matter, where I can justman bashand forget about clunkly web interfaces. I can even use my text editor as aMANPAGERand not break my workflow (especially in Linux where trackpad support is flimsy). How about getting the full fish manual onman fish? Likewise, if this is not feasible, do you recommend a way of generating the man pages myself?Thanks