]> git.phdru.name Git - dotfiles.git/commitdiff
Fix(.mc/mc.ext): Fix ascii view
authorOleg Broytman <phd@phdru.name>
Mon, 9 Nov 2020 17:32:59 +0000 (20:32 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 9 Nov 2020 17:32:59 +0000 (20:32 +0300)
After `%view{ascii}` there must a command producing text output,
not a file name; default is to just view the file.

.mc/mc.ext

index d2444d3bd372968a75e09fd4a8629877793f4dea..140282d035f2ce03a5c84d9cdeabc349b729ffa2 100644 (file)
@@ -96,7 +96,7 @@ include/audio
    Open=[ "`audtool --get-volume`" -eq 0 ] && (audacious & sleep 3); audtool --playlist-clear; case %f in *.m3u) while read song; do audtool --playlist-addurl "$song"; done < %f ;; *) audtool --playlist-addurl %f ;; esac; audtool --playback-play
    #Open=mplayer %f &
    #Open=deadbeef %f &
-   View=%view{ascii} %f
+   View=%view{ascii}
 
 include/msoffice-doc
    Edit=libreoffice %f &
@@ -110,7 +110,7 @@ include/msoffice-xlsx
 
 #include/video
 #   Open=mplayer %f &
-#   View=%view{ascii} %f
+#   View=%view{ascii}
 #
 include/xml
    Open=%cd %p/xml://