Discover and explore top open-source AI tools and projects—updated daily.
afar1Local X/Twitter bookmark sync, search, and AI agent integration CLI
New!
Top 30.1% on SourcePulse
Summary
Field Theory CLI is a free, open-source command-line tool designed to sync, store, and manage X/Twitter bookmarks locally. It empowers users, particularly on macOS, to search, classify, and integrate their bookmarked content with AI agents, offering a robust alternative to X's native bookmarking.
How It Works
The core approach leverages Chrome session extraction on macOS for initial bookmark synchronization without requiring API keys, storing all data locally in ~/.ft-bookmarks/. This includes raw bookmarks, an SQLite FTS5 search index, and metadata. For broader compatibility or API-based sync, it supports OAuth authentication. Bookmarks can be classified using LLMs or regex, and a terminal dashboard provides interactive exploration.
Quick Start & Requirements
npm install -g fieldtheoryft sync to download bookmarks.~/.ft-bookmarks/.fieldtheory.dev/cli (implied).Highlighted Details
ft sync --classify) complements regex-based methods.ft search).ft viz).ft sync --api) enables use on Linux and Windows.ft fetch-media).Maintenance & Community
No specific details regarding maintainers, sponsorships, or community channels (like Discord/Slack) were found in the provided README.
Licensing & Compatibility
Licensed under the MIT License, permitting commercial use and integration into closed-source projects.
Limitations & Caveats
The primary bookmark sync method relies on Chrome session extraction, which is currently limited to macOS. Users on Linux and Windows must utilize the ft auth and ft sync --api commands for synchronization. Media fetching is restricted to static images.
1 day ago
Inactive