From 1d99b9bdc7cc8c510eb00c07ad36b24e9787e0de Mon Sep 17 00:00:00 2001 From: Tobias Schmidl <5060861-schtobia@users.noreply.gitlab.com> Date: Tue, 7 Jun 2022 20:41:25 +0200 Subject: [PATCH] render the result of pandoc with x-www-browser --- browser.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser.zsh b/browser.zsh index de20b79..7a8f618 100644 --- a/browser.zsh +++ b/browser.zsh @@ -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 wetter2() { curl --tr-encoding -H "Accept-Language: ${LANG%_*}" "https://v2.wttr.in/$*"; } -function mdw() { pandoc "$@" | w3m -T text/html } +alias mdw=mdw.sh