diff --git a/home/.zshrc.local b/home/.zshrc.local index 71bfa23..f7f647f 100644 --- a/home/.zshrc.local +++ b/home/.zshrc.local @@ -148,6 +148,10 @@ function currency() { ) } +function urlencode() { + python3 -c 'import urllib.parse, sys;print(urllib.parse.quote(sys.stdin.read()))' +} + # Program aliases/env ## Aliases for programs