fugazi-io / webclient

web based terminal application for executing local and remote commands
http://fugazi.io
28 stars 12 forks source link

Multiline input support #110

Open nitzantomer opened 7 years ago

nitzantomer commented 7 years ago

The input box should be able to handle multiline input in the following cases:

  1. When the enter key is pressed and the last character is \
  2. When the enter key is pressed and there shift key is also down
  3. When the enter key is pressed and the there's an open quote (') or double quote (")
nitzantomer commented 7 years ago

@creativeChips @amir-arad WDYT?