Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 304 Bytes

README.rst

File metadata and controls

12 lines (8 loc) · 304 Bytes

yet-another-batch-gui

Seemed a nice idea at the time, but actually, using:

printf "<DRAGNDROP>" | sed -e "s:' ':\n:g" -e "s:'::g" > FILE.txt
cat FILE.txt | parallel -q <CMD> {}

seems way faster than to do a whole lot of programming.