subhra74 / snowflake

Graphical SFTP client and terminal emulator with helpful utilities
GNU General Public License v3.0
2.16k stars 231 forks source link

Snippets - no new line #93

Open MrDecisive opened 4 years ago

MrDecisive commented 4 years ago

Clicking insert in the snippets menu inserts snippet with newline - so in effect runs the snippet as is - but sometimes you want to insert the snippet on the command line without running it so you can edit values in the command before running it.

Maybe two option buttons:

  1. Run - which inserts and runs the command
  2. Insert - which insert the command but does not run it

It may also be possible to parametrise the snippets to either prompt user for value or take value fom file??