From: Oleg Broytman Date: Tue, 27 Aug 2024 15:43:11 +0000 (+0300) Subject: Fix(.mc/menu): Use default encoding to call `webbrowser-encode-url` X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=c218181602261a6e65b2d9ff25ac40cb6f036b21;p=dotfiles.git Fix(.mc/menu): Use default encoding to call `webbrowser-encode-url` --- diff --git a/.mc/menu b/.mc/menu index f5e1b68..015b02b 100644 --- a/.mc/menu +++ b/.mc/menu @@ -26,16 +26,16 @@ g Edit the file in gvim + t lr b View the file in a browser - exec webbrowser-encode-url -e utf-8 file://%d/%f + exec webbrowser-encode-url file://%d/%f + t lr = f \.(htm(l?)|txt)$ w View the file in a new browser window - exec webbrowser-encode-url -e utf-8 -n file://%d/%f + exec webbrowser-encode-url -n file://%d/%f + t lr t View the file in a new browser tab - exec webbrowser-encode-url -e utf-8 -t file://%d/%f + exec webbrowser-encode-url -t file://%d/%f + t lr p View the file in a new private browser tab