James Berry
James Berry
Due to the fact that this project is apparently abandoned, I've now given up on JSONKit in favor of NSJSONSerialization.
Hi @jalustig. Interesting idea. Patches welcome.
Hi @JayBrown. It could certainly be done, but I won't guarantee I'll be motivated to make a change here for your case. Note that --match already does do an exhaustive...
Currently, @workflowsguy, there is no way to do this. We don't support any escapes while parsing the tag list. Theoretically that could be done, but it's not at the moment.
@haakonstorm as far as I know both # and various other special characters, like emojis, would work, though I can’t test right now. Comma doesn’t work because it’s used to...
> Is there a way to control the order of the tag? In general, ordering of tags is not guaranteed. There is no inherent order to them. At some point...
@Clem777 The intent in the case of a large number of files such as you describe is that you should use `tag` in conjunction with the `xargs` tool. You would...
Could be done. Patches welcome.
So you seem to want to be able to add an exclude criteria: contains these tags but not these other tags. Yeah, currently we can't do that. That would fall...