mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-12 22:21:13 +00:00
76b8c810aa
> The {query} has to be percent-escaped in macOS 11. Just replace `:` to `%3A` work fine. But add function like this one I find on stackoverflow to encode the entire query string would be more robust. ```bash urldecode() { # urldecode <string> local url_encoded="${1//+/ }" printf '%b' "${url_encoded//%/\\x}" } ``` |
||
---|---|---|
.. | ||
_mand_manp | ||
mand | ||
manp | ||
osx-ls-download-history | ||
osx-rm-dir-metadata | ||
osx-rm-download-history | ||
pfd | ||
pfs | ||
ql | ||
tab |