ggpt is drop dead simple; ‘ggpt prompt “this is my prompt” ’ to query gpt, and `ggpt last` to return the previous output again.
One really successful use case i’ve found is with regex. ` ggpt prompt "can you explain what regex $REGEX is doing?" ` will return a breakdown that really helps explain the regex in question. Even if the output isn’t perfect, ive found it gets you about 90% of the way there, in 10% of the time, and the outputs will get better and better over time. I’d love to hear other ways people are using GPT.