DeAngel56 / comicrack-duplicates-manager

Automatically exported from code.google.com/p/comicrack-duplicates-manager
3 stars 0 forks source link

New parser #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If you want I build a parser that splits lines in the format:

filter a b c
filter "a b c" d #e
filter a"a #e
filter "" #e
@option a b
a
# e

And already remove the comments. It is attached, together with its integration 
in the script.

Original issue reported on code.google.com by pescuma on 15 Feb 2011 at 3:44

Attachments:

GoogleCodeExporter commented 8 years ago
One more suggestion for the commands parser. It also has a suggestion of how to 
receive an argument for the filesize keep largest that I was talking about in 
the other ticket.

Original comment by pescuma on 15 Feb 2011 at 5:25

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks a lot! I will check them.

Original comment by pere...@gmail.com on 15 Feb 2011 at 8:31

GoogleCodeExporter commented 8 years ago
Also, I added you to the project, so feel free to contribute directly :)

Original comment by pere...@gmail.com on 15 Feb 2011 at 8:33

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
If you want I can commit the changes. they will change one thing in the format 
of the lines:

text keep "a b c"

The quotes (") will be needed. I see this as a good thing because, if you want, 
we it can support:

text keep "a b c" "d e f"

where it could keep all that have the text a b c or the text d e f

Original comment by pescuma on 15 Feb 2011 at 2:45

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Please, do so!

Notice you'll need to merge for a couple of minor typos I corrected!

Original comment by pere...@gmail.com on 15 Feb 2011 at 2:48

GoogleCodeExporter commented 8 years ago
Merged

Original comment by pescuma on 16 Feb 2011 at 2:46