Fafi developer builds can now index individual urls, and extract urls from text based files (such as .html). That should make it more interesting if you want to search page content but don’t use Firefox.
Tag: fafi
Fafi 0.2.2
Search Firefox bookmark contents, with this commandline client. Fafi extracts the page content of bookmarks and stores them into a searchable SQLite database.
What’s Changed
- Pex Support! Just run the
fafi.pex
file from the terminal. - Skip localhost indexing.
- Correct console_script entrypoint, fixing pipx install.
- Updated dependencies.
You can download the pex file, or use pipx install fafi
(requires pipx), and run it.
Fafi 0.2.0
Search Firefox bookmark contents, with this commandline client. Fafi extracts the content of the bookmarks and stores them into a searchable SQLite database
New in this release:
- skip .test domains
- new argument—max-exists (replaces —stop-when-exists)
- incremental indexing based since last indexed bookmark
- user chooses firefox profile to index when multiple profiles are detected
- update dependencies (python 3.8 required)
- security updates