akavel / up

Ultimate Plumber is a tool for writing Linux pipes with instant live preview
Apache License 2.0
8.39k stars 129 forks source link

Adding support for printing command to stdout without saving to any file(s). #65

Open PranavPeshwe opened 1 year ago

PranavPeshwe commented 1 year ago

Without this functionality too many files get created and every time the latest file needs to be catted to see the result. Dumping the command to stdout is nifty. Have assigned Ctrl+O to this functionality.

PranavPeshwe commented 1 year ago

@akavel Requesting a review.

akavel commented 1 year ago

I believe pressing Ctrl-C or Ctrl-D currently already gives you effectively the same functionality, isn't it so? Sorry if that isn't documented properly 😞