Rich Kulawiec via plug on 27 Aug 2020 10:08:27 -0700 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] bookmarks |
On Tue, Aug 18, 2020 at 12:00:41PM -0400, jeff via plug wrote: > How do any of you deal with multiple local browsers and keeping the > bookmarks in sync or in a central repository? Manually is killing me and > online isn't an option. Don't need to sync across systems - just locally. I periodically export all bookmarks to a file, then use a shell script to postprocess that file so that all links are of the form: <li> <a href="http://example.com">Description</a> That is, I strip off all the superfluous metadata that I don't care about. Sometimes I manually add keywords: <li> security, iot <a href="http://example.com">Description</a> Then I add each entry -- or more likely, group of entries -- to a set of files that have appropriate names like "climate.html" or "security.html". Revision history on those files is kept via RCS, because it's (still) perfectly fine for a use case like this. The set of files are periodically rsync'd to the relevant systems. It works for tens of thousands of bookmarks. I search them with grep when necessary -- that's why I tag some things -- and that usually suffices although once in a while I have the can't-find-the-thing-I-have problem. ---rsk ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug