Thanks for the feedback JJ! So there is two sides in this: You can manage documents and call scripts/actions from command line, e.g. build a script to automate a repetitive task You can copy files to a special folder run a script/action, e.g. adhoc process a bunch of files I have to admit that even after several years of Photoshop development I had not heard of droplets before this. But yes, for actions the folder-part would seem similar to droplets (which don't require Photoshop to be running). A benefit is that if you change the actions, you don't need to recreate droplets and you can build more complex scripts like running multiple actions My original case was command line scripts, i.e. doing intelligent batch processing in a windows .cmd terminal. Using this I'd go through a folder of files, open each in Photoshop, run script, close & open next. Because you can pass information, you can give a parameter like size to the .cmd, which would pass it to the .jsx. You also get the result back from the .jsx so you could do conditions and other more intelligent things. The trial limit means that you can pick one .jsx-file and action at time (while full version can have any number). There is also more documentation in the addon. If you get it and open the panel and Info-section, it explains the features.
... View more