Got hundreds of old entries, and don't feel like going through every single one of them to add tags? Discovered a cool new tag that you want to add, but don't want to look through lots of entries to figure out where to add it? Then look no further...
(
LJ Tagger will do it for you! )
Comments 47
Reply
Reply
(I can feel all those eyes rolling out there!)
Reply
Perl? I'm sure I could figure it out...but the time... If there was an easier way, that would be keen.
Reply
Anyone else know a way to make a (GUI-fied or otherwise) perl script into a self-contained program?
Reply
Reply
So it requires an exported copy of all your entries, and does the search on that, then connects to LJ to change the tags? I'm just wondering at the basic flow of it - if it grabs the tags list for an entry off of LJ, so I could run it multiple times with different tags, without having to re-export the whole history...
Reply
Reply
--- ljtagger.pl.orig 2005-06-30 23:20:07.000000000 -0700
+++ ljtagger.pl 2005-06-30 23:39:17.000000000 -0700
@@ -170,6 +170,10 @@
$updated = 0;
grep_entry($entry);
}
+ } elsif ($data->{'dict'}) { # Xjournal's History.plist format
+ print "Xjournal History.plist format detected.\n\n" if ($USER->{'VERBOSE'});
+ $format = 'xjournal';
+ ...;
}
}
and said "Ick". The History.plist format looks like,
Years
Months
Days
DayNumber
22
Entries
Content
Hey, neato.
Date
2002-01-23T04:43 ( ... )
Reply
Leave a comment