[SCRIPTS] Add an alias to see the meteo

This commit is contained in:
Gregory Trolliet 2022-10-04 17:55:18 +02:00
parent 2845c4f8d7
commit 72044ffede
1 changed files with 2 additions and 0 deletions

View File

@ -21,3 +21,5 @@ alias revealjs='pandoc -s -t revealjs -V revealjs-url=../../lib/reveal.js --slid
alias md2pdf='pandoc -V geometry:left=3cm,right=2.5cm,top=2.5cm,bottom=2.5cm -o'
alias mpvlow='mpv --script-opts=ytdl_hook-ytdl_path=yt-dlp --ytdl-raw-options=format-sort=height:480'
alias mpvhigh='mpv --script-opts=ytdl_hook-ytdl_path=yt-dlp --ytdl-raw-options=format-sort=height:1080'
alias meteo='curl http://wttr.in/Geneva\?lang\=fr\&F'