shell_map
shell_map copied to clipboard
#1 grep -P not available
In some grep packages, PCRE support is not enabled
This commit changes the "keys" method to only use basic RE syntax and sed instead of grep with PCRE syntax
I've simply used the "simpler" of the two suggestions in Issue #1, provided by rbtylee.