diff --git a/dot_zsh_functions b/dot_zsh_functions index d4c1f19..84b68d5 100644 --- a/dot_zsh_functions +++ b/dot_zsh_functions @@ -278,6 +278,10 @@ function checkenlist() { aspell -d en list < "$1" | sort --unique --ignore-case } +function checkenremote() { + curl -Lks "$1" > /tmp/file && checkenlist /tmp/file +} + # File stats helpers # Find files bigger than X size and sort them by size function biggerthan() {