39 lines
1.2 KiB
Diff
39 lines
1.2 KiB
Diff
Index: misc/mc.menu
|
|
===================================================================
|
|
--- misc/mc.menu.orig 2010-07-05 21:12:51.000000000 +0200
|
|
+++ misc/mc.menu 2010-07-06 18:50:29.444518504 +0200
|
|
@@ -222,6 +222,33 @@ U Uudecode marked news articles (n
|
|
fi
|
|
echo "Please test the output file before deleting anything."
|
|
|
|
++ & t r & ! t t
|
|
+m Install as MEMO on palm pilot
|
|
+ echo "Installing MEMO..."
|
|
+ install-memo %f
|
|
+
|
|
+=+ f \.pdb$ | f \.prc$ | f \.pqa$ | f \.PDB$ | f \.PRC$ | f \.PQA$ & t r & ! t t
|
|
+p Install on palm pilot (programs or databases)
|
|
+ echo "Installing file on PALM"
|
|
+ pilot-xfer -i %f
|
|
+
|
|
++ t t
|
|
+M Install tagged files as MEMOs on palm pilot
|
|
+ for i in %t
|
|
+ do
|
|
+ echo "Installing MEMO: $i"
|
|
+ done
|
|
+ install-memo -t %t
|
|
+
|
|
++ t t
|
|
+P Install tagged files on palm pilot (programs or databases)
|
|
+ echo "Installing files on PALM"
|
|
+ for i in %t
|
|
+ do
|
|
+ echo "Installing file: $i"
|
|
+ done
|
|
+ pilot-xfer -i %t
|
|
+
|
|
=+ f \.tar\.gz$ | f \.tar\.z$ | f \.tgz$ | f \.tpz$ | f \.tar\.lz$ | f \.tar\.lzma$ | f \.tar\.7z$ | f \.tar\.xz$ | f \.tar\.Z$ | f \.tar\.bz2$ & t r
|
|
x Extract the contents of a compressed tar file
|
|
unset PRG
|