tabtab icon indicating copy to clipboard operation
tabtab copied to clipboard

Added function to escape regular expression chars

Open sorleone opened this issue 5 years ago • 1 comments

In the case of a binary filename containing characters that have a special meaning inside regular expressions, the installation/uninstallation fails.

Source for the solution:

https://stackoverflow.com/a/9310752

sorleone avatar Apr 25 '19 17:04 sorleone

@sorleone I've made a fork (https://github.com/int0h/tabtab) of this repo with some changes. One of them is that I kinda merged your PR there. I put a credit for your work in readme.md. I hope you don't mind.

int0h avatar Sep 16 '19 18:09 int0h