Addded mdw function
This commit is contained in:
parent
35b07f8ccc
commit
1a780bad64
1 changed files with 1 additions and 0 deletions
|
@ -7,3 +7,4 @@ function google() { elinks -dump "https://www.google.de/search?q=$(escape "$@")"
|
|||
|
||||
function wetter() { curl --tr-encoding -H "Accept-Language: ${LANG%_*}" "https://wttr.in/$*"; }
|
||||
function wetter2() { curl --tr-encoding -H "Accept-Language: ${LANG%_*}" "https://v2.wttr.in/$*"; }
|
||||
function mdw() { pandoc "$@" | w3m -T text/html }
|
||||
|
|
Loading…
Reference in a new issue