DSL Ideas and Suggestions :: a better mydsl button in emelfm
Do you think we could change the command for the myDSL button in emelfm from
mydsl-load %f
to
for i in %f ; do mydsl-load $i; done
What I like about the second one is I can select either 1 extension or 4, and it loads them all up with the same command.
It's a good idea for *.tar.gz and *.dsl, but may be problematic for *.uci because of the limitation on the number of cloop devices allowed. Where would the error messages go if the limit was hit? If this proposal can be improved a bit more to handle this possibility, then I am for it.
It may well be problematic for .tar.gz and .dsl as well, since there is no check for remaining memory, let alone remaining cloops.
original here.