Enter a command to see help text for each arg
explainshell.com
Enter a command to see help text for each arg
1–10 of 30 posts
Re: Enter a command to see help text for each arg
#2This looks great! Is there a CLI utility that uses the site to do the same, perhaps?
Re: Enter a command to see help text for each arg
#3This looks great! Is there a CLI utility that uses the site to do the same, perhaps?
I wrote a Linux CLI tool [0] that parses the man/help pages to extract option details. Works most of the time for me, but there are plenty of corner cases that don't work.
Re: Enter a command to see help text for each arg
#4Some of the past discussions:
* https://news.ycombinator.com/item?id=24525999 63 points, Sept 2020, 12 comments
* https://news.ycombinator.com/item?id=19124480 329 points, Feb 2019, 52 comments
* https://news.ycombinator.com/item?id=6834791 1372 points, Dec 2013, 171 comments
* https://news.ycombinator.com/item?id=6296634 275 points, Aug 2013, 82 comments
Re: Enter a command to see help text for each arg
#5Old url, but it is awesome, thanks for remembers it me.
Is there a cli (offline) alternative?
Re: Enter a command to see help text for each arg
#6Doesn't understand "curl www.google.com", lol.
Re: Enter a command to see help text for each arg
#7Doesn't understand "curl www.google.com", lol.
Looks like a reasonable response based on the man page, although it could be better.
Re: Enter a command to see help text for each arg
#8Imagine if a programming language had at least two compilation targets from the start: machine code/byte code and prose.
Re: Enter a command to see help text for each arg
#9Imagine if a programming language had at least two compilation targets from the start: machine code/byte code and prose.
This is a really neat idea! I wonder how close you could get the prose to actually explaining the codes purpose as opposed to just saying "this is a for loop"?
Re: Enter a command to see help text for each arg
#10Every couple of months I need this and can’t remember it’s name! So good to come across this again. Now on I’ll go through my hn comments.