Install the fafi command line app easily using pipx install fafi that's all that's needed, and then feed it a single URL, a text file with one URL per line, a bookmarks.html containing links (any browser's export) or --firefox and it will detect the Firefox profile and extract its bookmarks and index them.
Then search all your bookmark contents using full-text search and ranking!
New in 0.2.3
The release notes for version 0.2.3 of Fafi (Favorites Finder) include the following changes and updates:
Fixes pipx installs: This release addresses issues related to installing Fafi using pipx, a tool that allows you to install Python applications in isolated environments. The fixes aim to improve the installation process and ensure smoother usage of Fafi.
--url option: A new command-line option, "--url," has been added to Fafi. This option allows users to add single URLs directly for indexing and searching purposes. It provides a convenient way to include specific webpages in the Fafi search index.
--list=textfile: Another addition to the command-line options is "--list=textfile." This option enables users to specify a text file containing a list of URLs or webpage locations that should be indexed by Fafi. It offers a means to index multiple URLs at once from a single file, streamlining the indexing process.
Textual TUI: Fafi now includes a Textual Terminal User Interface (TUI). This feature enhances the user experience by providing a text-based interface within the command-line environment. The TUI improves interaction with Fafi, making it more intuitive and user-friendly.
Dependency updates: The release incorporates updates to Fafi's dependencies. These updates ensure that Fafi remains compatible with the latest versions of the libraries and packages it relies on. By keeping the dependencies up to date, Fafi benefits from bug fixes, performance enhancements, and new features introduced in those libraries.
Two weeks after Lamb 0.7.0, I released another significant new version of Lamb, my friction free microblogging project. This version includes support for Micropub, allowing you to post text and photos from anywhere, adds a Trash where deleted posts go for 30 days, support for drafts, a new docs site and a lot more (redirects)!
With LLMs these days we are living in a golden age at the moment as a side-project developer. This makes it a challenge to catalogue and present these tools and projects in the best light. So I built toolhub:
Toolhub is a portfolio hub / tools manager that will bootstrap a projects.yaml with a GitHub userβs public github repos, and gists with a readme, then generate a static site with a tool per page and a index, auto updated with a focus on minimising maintenance, so the site updates itself π
Thought it would be useful to apply my LLM learnings to future projects, and extracted half a dozen skills. As I wasn't clear on the separation between Claude.AI and Claude Code I also documented how to make the skills available to both.
Having the skills repo symlinked allows you iteratively work on them as well, which is nice.
The other day, it took me half an hour to share an HTML file of a blog design from my phone with Claude Code, which was running in an isolated environment. Now Iβm not inexperienced when it comes to computers but file sharing on iOS is just needlessly complicated.
Claude code canβt read files shared using iCloud and all the services it suggested like Pastee allow sharing of text but itβs not possible to view the source of an .html file stored in Files on iOS without third party apps. Ultimate I had to push the file into a temporary git repository.
Anyway, what I needed was a simple file share so I whipped up FileShare. Login with an account you setup and create temporary or permanent private and public files
Today I was thinking about how I am never sure what format to use when creating links to files and directories. Is it symbolic or hard link, should I use absolute or relative paths? So I spent a little time and created link that will guide you through the process or use heuristics, in a standardized lnk from to format.
lnk is an interactive wrapper around ln that helps you create symbolic and hard links safely.
It asks a small set of plain-English questions, explains the decision it makes, shows the equivalent shell command, and only proceeds after confirmation.
The default pagination size was increased so lists show 10 posts per page unless overridden by configuration.
Pagination was refactored into a single helper that can paginate either an in-memory list or a database query (including optional filtering + bound parameters), and callers were simplified to rely on it for reading the page number and per-page setting.
Result-building metadata was normalized (naming like total_posts/total_pages, offsets, prev/next page), reducing duplicated counting/offset logic in search and tag flows.
The UI pagination rendering was enhanced to show a condensed page range with ellipses and to style the current page consistently with links.
Updated Todout a work in progress minimalist, keyboard-centric task outliner that lives right in your browser. Itβs designed for folks who want the speed of a plain-text editor but the organizational power of a structured database. It's not better at filtering priorities. #projects#todout
HTMXPress 0.1.1…
HTMXPress 0.1.1 has been released, the HTMX plugin for WordPress! More info
Improvements to code readability and security, as well as updates to versioning and error handling. Notable changes involve the removal of deprecated syntax, enhancements to template loading logic, and an upgrade of the HTMX script to a newer version.