render the result of pandoc with x-www-browser
This commit is contained in:
parent
980fa0ddb2
commit
1d99b9bdc7
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +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 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 wetter2() { curl --tr-encoding -H "Accept-Language: ${LANG%_*}" "https://v2.wttr.in/$*"; }
|
||||||
function mdw() { pandoc "$@" | w3m -T text/html }
|
alias mdw=mdw.sh
|
||||||
|
|
Loading…
Reference in a new issue