help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: syncing w3m/firefox bookmarks


From: Thierry Volpiatto
Subject: Re: syncing w3m/firefox bookmarks
Date: Sat, 21 Nov 2009 18:15:20 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux)

rustom <rustompmody@gmail.com> writes:

> On Nov 21, 11:30 am, Thierry Volpiatto <thierry.volpia...@gmail.com>
> wrote:
>>
>> TODO:
>>
>> - Importing Firefox bookmarks in Emacs bookmarks.
>
> In /.mozilla/firefox/<user>/ there is a sqlite database called
> places.sqlite
>
> If you copy that out (safer that way!) to some other directory say ~/
> tmp
> and there run
> ~/tmp$ sqlite3 places.sqlite
>
> then give
> select * from moz_places, moz_bookmarks where moz_places.id =
> moz_bookmarks.fk
> you get (I think!!) something like a dump of firefox's bookmarks
> [My firefox is 3.5]

Thank you for this precious info. ;-)

-- 
A + Thierry Volpiatto
Location: Saint-Cyr-Sur-Mer - France





reply via email to

[Prev in Thread] Current Thread [Next in Thread]