keep icon indicating copy to clipboard operation
keep copied to clipboard

Issue with storing multi line command

Open muneeshpandi opened this issue 3 years ago • 0 comments

Is that possible to store multi line commands ?

ex:

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?secure/(.*) https://%{SERVER_NAME}/secure/$1 [R,L]

It would be nice if we have this feature.

muneeshpandi avatar Aug 15 '22 05:08 muneeshpandi