knqyf263 / pet

Simple command-line snippet manager
MIT License
4.41k stars 222 forks source link

Bash characters need escaping #275

Closed RamiAwar closed 6 months ago

RamiAwar commented 6 months ago

Privileged issue

Issue Content

This is not a pet issue per-say, but pet can help alleviate it a little.

echo "Hello world!" will fail because the exclamation mark is a special character.

Idk if we should do this, only reason against is what if people are actually using the exclamation mark in their snippets. What do you think @knqyf263 ?

pet-search-bash-unescaped