This is hilarious to me, after using the evil things for years . Of course, there are reasons to use the hated postman and companies (may they be forever cursed). And I plan to keep using them.

But many valid points are made

you are viewing a single comment's thread
view the rest of the comments
[–] 10 points 10 months ago (4 children)

The only point I can say is that editing text on the terminal isn't as simple as a regular text field. And AFAIK the only way to write a query on a regular text editor would be to write it, save to file, run file...

  • source
  • hideshow 8 child comments
  • [–] 11 points 10 months ago

    Pressing C-x C-e opens the current commandline in your default editor.

    As in what's in your $EDITOR variable. If you haven't touched it, it's most likely Nano or some minimal vim

  • source
  • parent