mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
18 lines
444 B
INI
18 lines
444 B
INI
|
#
|
||
|
# This is config for Single File fileSystem
|
||
|
#
|
||
|
gz/1 gzip < %1 > %3
|
||
|
ugz/1 gzip -d < %1 > %3
|
||
|
tar/1 tar cf %3 %1
|
||
|
tgz/1 tar czf %3 %1
|
||
|
uhtml/1 lynx -force_html -dump %1 > %3
|
||
|
uman/1 groff -Tascii -man %1 > %3
|
||
|
uue/1 uuenpipe < %1 > %3
|
||
|
uude/1 uudepipe < %1 > %3
|
||
|
crlf/1 todos < %1 > %3
|
||
|
cr/1 fromdos < %1 > %3
|
||
|
# Fixme: we need it to fail whenever it should
|
||
|
url:2 lynx -source `echo "%2" | sed 's-|-/-g'` > %3
|
||
|
nop/1 cat %1 > %3
|
||
|
strings/1 strings %1 > %3
|