Pretty cool. A small detail, I'd prefer if the command was shorter.
alias it?
Show HN: Oh-heck, a terminal command for when you forget other terminal commands
11–20 of 132 posts
Re: Show HN: Oh-heck, a terminal command for when you forget other terminal commands
#12So the "Terms of Service & Privacy" link doesn't work, and apparently it's a paid subscription service but you don't find that out until you've signed up and tried activating an API key? I'm sure these are just oversights but it leaves a very bad taste in my mouth!
I’ll save some clicking: $4/month. But, yeah, not idea what TOS or privacy policy is.
Re: Show HN: Oh-heck, a terminal command for when you forget other terminal commands
#13Re: Show HN: Oh-heck, a terminal command for when you forget other terminal commands
#14I think these ML systems make for pretty good search engines. They're still bad at creating original coherent texts though.
Re: Show HN: Oh-heck, a terminal command for when you forget other terminal commands
#15This used to be called "man".
Re: Show HN: Oh-heck, a terminal command for when you forget other terminal commands
#16And here's a command that tries to fix up a mistake after you type it. Like this one, it's also named like what you might say afterwards. https://github.com/nvbn/thefuck
[deleted]
Re: Show HN: Oh-heck, a terminal command for when you forget other terminal commands
#17Looks nice; how does it work under the hood? It looks like it needs an API key, so does that mean it sends all my inputs to some server? Does it taylor the answer based on your OS, like using Hombrew on Mac and apt on Ubuntu? Can it work offline?
Re: Show HN: Oh-heck, a terminal command for when you forget other terminal commands
#18Some people seem to be unaware of apropos too (old text based cli tool).
$ apropos network
interfaces (5) - network interface configuration for ifup and ifdown
aseqnet (1) - ALSA sequencer connectors over network
byteorder (3) - convert values between host and network byte order
ctstat (8) - unified linux network statisticsRe: Show HN: Oh-heck, a terminal command for when you forget other terminal commands
#19This used to be called "man".
Agreed, especially when preceded by "apropos".
Re: Show HN: Oh-heck, a terminal command for when you forget other terminal commands
#20This used to be called "man".
apropos first then man second.