Show HN: Oh-heck, a terminal command for when you forget other terminal commands
1–10 of 132 posts
Re: Show HN: Oh-heck, a terminal command for when you forget other terminal commands
#2Re: Show HN: Oh-heck, a terminal command for when you forget other terminal commands
#3Re: Show HN: Oh-heck, a terminal command for when you forget other terminal commands
#4Re: Show HN: Oh-heck, a terminal command for when you forget other terminal commands
#5I'm sure these are just oversights but it leaves a very bad taste in my mouth!
Re: Show HN: Oh-heck, a terminal command for when you forget other terminal commands
#6Re: Show HN: Oh-heck, a terminal command for when you forget other terminal commands
#7Pretty cool. A small detail, I'd prefer if the command was shorter.
Re: Show HN: Oh-heck, a terminal command for when you forget other terminal commands
#8And 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
Re: Show HN: Oh-heck, a terminal command for when you forget other terminal commands
#9This looks like a fun idea. I'm curious, is GPT3 used to generate the commands, or only to parse the input? I'd personally be very wary to use any GPT3 generated command since there's no guarantee that it wouldn't be destructive.
Re: Show HN: Oh-heck, a terminal command for when you forget other terminal commands
#10Hey guys, I've created a really small tool that converts natural language into terminal commands using GPT3. To my chagrin, I seem to have a pathological inability to remember commands so I'm hoping this may help others suffering from such a terrible affliction.
Is the input to oh-heck the complete GPT-3 prompt. Or is there something else added to it before sending to GPT-3?
Is there any specific training used for this task? Or just off the shelf GPT-3?