Skip to content

flolilo/yet-another-batch-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.