diff --git a/dot_zsh_functions b/dot_zsh_functions index 043f8b7..68242b5 100644 --- a/dot_zsh_functions +++ b/dot_zsh_functions @@ -120,3 +120,7 @@ function mouse() { function meteo() { curl "fr.wttr.in/$*" } +function how_in() { + where="$1"; shift + IFS=+ curl "https://cht.sh/$where/$*" +}