OrkoHunter / keep

A Meta CLI toolkit : Personal shell command keeper and snippets manager
MIT License
599 stars 54 forks source link

Issue with storing multi line command #89

Open muneeshpandi opened 2 years ago

muneeshpandi commented 2 years ago

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.