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: rustom
Subject: Re: syncing w3m/firefox bookmarks
Date: Sat, 21 Nov 2009 07:03:03 -0800 (PST)
User-agent: G2/1.0

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]


reply via email to

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