Reputation: 5227
I am trying to output the current selection in Nautilus to the shell, so I can pass the output to other scripts for processing.
Something that would allow me to do this:
sh nautilus_selection.sh | parallel sh some_other_command.sh
Basically, the opposite operation to this - the reason being that I do not want the processing scripts (for example - but not limited to - image resizing) to be exclusive to Nautilus.
Is that possible?
Upvotes: 0
Views: 57