Hacker News new | ask | show | jobs
by samstave 1158 days ago
The ' ^ ' should be used going forward by CLI AI wrappers to mean "use the above and then | to the following"

So if you prompt, you can just "^ | table" to say "Now use the above and show me in a table." ; or just " ^ table " should suffice, ideally.

1 comments

You could try

!! | some_command

Should theoretically work as youre describing in bash today!