It's stored in our app support directory in our container for Growl 2+, ~/Library/Containers/com.Growl.GrowlHelperApp/Data/Library/ Application Support/Growl/Notifications.history. We use a SQLite database, and I generally wouldn't recommend trying to touch it while Growl is running. Reading might be ok, but writing is a definite no while Growl is running. Reading has the risk of producing weird results when we are receiving notes and things are getting saved. Our CoreData model is in Growl's source, and as with any CoreData storage scheme, its best if you access it using the model, and not SQLite directly
On Mar 11, 12:29 pm, Fred Lackey <[email protected]> wrote: > Cool. Would you happen to know the path on OSX? > > Thanx, > Fred > > On Mar 11, 2013, at 1:25 PM, Christopher Forsythe <[email protected]> wrote: > > > > > > > > > The history database is a coredata database, so ya I suppose you could. > > > On Mon, Mar 11, 2013 at 12:21 PM, Fred Lackey <[email protected]> wrote: > > Indeed... the notification cache from Growl on OSX. > > > -- Fred > > > On Mar 11, 2013, at 1:13 PM, Christopher Forsythe <[email protected]> wrote: > > >> You're talking about Growl right? Just wanting to be sure. > > >> Chris > > >> On Mon, Mar 11, 2013 at 11:02 AM, Fred Lackey <[email protected]> > >> wrote: > >> Is the notification cache accessible by something conventional... an XML > >> editor, etc? I poked around a bit on OSX but could not find it. > > >> Thanx, > >> Fred > > >> -- > >> You received this message because you are subscribed to the Google Groups > >> "Growl Discuss" group. > >> To unsubscribe from this group and stop receiving emails from it, send an > >> email to [email protected]. > >> To post to this group, send email to [email protected]. > >> Visit this group athttp://groups.google.com/group/growldiscuss?hl=en. > >> For more options, visithttps://groups.google.com/groups/opt_out. > > >> -- > >> Chris Forsythe > >> @The_Tick > > >> -- > >> You received this message because you are subscribed to the Google Groups > >> "Growl Discuss" group. > >> To unsubscribe from this group and stop receiving emails from it, send an > >> email to [email protected]. > >> To post to this group, send email to [email protected]. > >> Visit this group athttp://groups.google.com/group/growldiscuss?hl=en. > >> For more options, visithttps://groups.google.com/groups/opt_out. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Growl Discuss" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > To post to this group, send email to [email protected]. > > Visit this group athttp://groups.google.com/group/growldiscuss?hl=en. > > For more options, visithttps://groups.google.com/groups/opt_out. > > > -- > > Chris Forsythe > > @The_Tick > > > -- > > You received this message because you are subscribed to the Google Groups > > "Growl Discuss" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > To post to this group, send email to [email protected]. > > Visit this group athttp://groups.google.com/group/growldiscuss?hl=en. > > For more options, visithttps://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/growldiscuss?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
