On 3/1/07, Ted Gould <ted@...11...> wrote:
On Wed, 28 Feb 2007, Jon Phillips wrote:
On Wed, 2007-02-28 at 23:30 -0800, Ted Gould wrote:
So I added in some new command line options that are fun.
How can you chain them together on the commandline? That would be great to call them in order...
Of course. I think that bash limits you to about 32,000 characters on the command line though ;)
This is incredibly cool. Thanks a lot.
However the --select option does not work for me - it complains that it cannot find the verb with this id, even though I'm trying to select an object. I see both these things are done by the same piece of code but something seems to be messed up and it mistakes object id for verb id.
When it's fixed, is it possible to use more than one --select in the same command line? For example, to write a script like: select one object, delete, select another, duplicate, deselect, select all, rotate, etc.
Also, since you changed command line interface, please don't forget to update inkscape.pod. Thanks again!