Would I be able to change this (mkdir -p ~/Dropbox/Documenten/Example/"$KMVAR_nameStr") to make the path relative to my front window?
So if I'm inside a folder called TESTS on my DESKTOP, KM would automatically create the following path:
mkdir -p ~/Desktop/TESTS/"$KMVAR_nameStr"
So wherever I am in Finder, KM would grab that path and use it on that Shell Script section.
Another request:
Instead of having a pre defined list inside KM, when setting the "dirNameList" variable, is it possible to use what's on the clipboard? So if I select a text and hit COPY, now that list is on my clipboard and I would just run the macro using a shortcut and the list on that variable would use the clipboard content.
UPDATE: I just saw this thread and will be reading and watching your video to see if I can make it work for my macro - Add Clipboard Lines to a Variable - #14 by ccstone
Maybe I will just need help with the path issue