X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=INSTALL.txt;h=ed65443323b36b1a77d240dcd71a383995f879f7;hp=fa9d52ab102bd6d3c3227d7d1d4a0809d0d6e0fd;hb=HEAD;hpb=f97e5336b4ad99795321448b852266f20ad0135f diff --git a/INSTALL.txt b/INSTALL.txt index fa9d52a..7c0ce8a 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -17,6 +17,16 @@ Usual places for ``extfs.ini`` are ``/etc/mc/extfs/extfs.ini``, ``/usr/lib/mc/extfs/extfs.ini``, ``/usr/share/mc/extfs/extfs.ini`` or ``/usr/local/share/mc/extfs/extfs.ini``. +Newer versions - \$HOME/.mc/extfs.d +----------------------------------- + +For newer versions just drop a VFS script to ``$HOME/.mc/extfs.d`` or +``$HOME/.local/share/mc/extfs.d/`` directory (verify directory by running +``mc -F``). Make the script executable. Edit ``mc.ext``. Enable file types +guessing (see above). + +See my https://phdru.name/Software/dotfiles/mc/mc.ext.html for examples. + Older versions - extfs.ini -------------------------- @@ -40,13 +50,3 @@ ini file in section ``[Midnight-Commander]``:: This has to be done using text editor - ``mc`` doesn't allow editing the option in its configuration editor. - -Newer versions - \$HOME/.mc/extfs.d ------------------------------------ - -For newer versions just drop a VFS script to ``$HOME/.mc/extfs.d`` or -``$HOME/.local/share/mc/extfs.d/`` directory (verify directory by running -``mc -F``). Make the script executable. Edit ``mc.ext``. Enable file types -guessing (see above). - -See my http://phdru.name/Software/dotfiles/mc/mc.ext.html for examples.