shell_map icon indicating copy to clipboard operation
shell_map copied to clipboard

A HashMap "object" made in bash 3

Results 2 shell_map issues
Sort by recently updated
recently updated
newest added

workaround change grep -Po to `grep -o`

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...