Skip to content

Releases: svandragt/fafi

0.2.4

19 Oct 14:30
0ddc8c9
Compare
Choose a tag to compare

Final reason of Fafi as a python project.

I'm switching to Go to create Fafi 0.3+, which is a rethink of fafi as a system service or commandline app which serves an http endpoint that can be queried using the browser as a keyword search. This will help the integration with browser based workflows and using Go will allow distribution and cross platform compilation.

What's Changed

  • Bump dependencies
  • Search now matches urls
  • Config options for the database path.

Full Changelog: 0.2.3...0.2.4

0.2.3

17 Jun 18:25
406560e
Compare
Choose a tag to compare

This fixes pipx installs 🎉

What's Changed

Full Changelog: 0.2.2...0.2.3

0.2.2

10 Sep 11:54
9c86cc1
Compare
Choose a tag to compare

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.

Full Changelog: 0.2.1...0.2.2

0.2.1

08 Apr 13:33
6dd3584
Compare
Choose a tag to compare

Known issue: pipx is broken

What's Changed

All dependencies updated:

Full Changelog: 0.2.0...0.2.1

Fafi 0.2.0

16 Jan 22:59
e67bebb
Compare
Choose a tag to compare

Search Firefox bookmark contents, with this commandline client. Fafi extracts the content of the bookmarks and stores them into a searchable SQLite database.

  • 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

Install via pipx install fafi or via poetry see the readme. (feedback wanted, how do you like to install these utilities)

Fafi v0.1.5-alpha

17 Mar 11:19
Compare
Choose a tag to compare
Fafi v0.1.5-alpha Pre-release
Pre-release

Fafi is a console application that indexes and searches the page content of Firefox bookmarks.

Install via pipx install fafi

v0.1.5 stores the database into it's own application settings (using https://github.com/ActiveState/appdirs)

Fafi v0.1.4-alpha

17 Mar 08:44
Compare
Choose a tag to compare
Fafi v0.1.4-alpha Pre-release
Pre-release

First release! Search Firefox bookmark contents, with this commandline client. FaFF extracts the content of the bookmarks and stores them into a searchable SQLite database.

Install: pipx install fafi
Run: fafi --help

Known issue: #7