feat: Interactive fzf-powered bookmark browser with live previews - #2
Draft
ccage-simp wants to merge 22 commits into
Draft
feat: Interactive fzf-powered bookmark browser with live previews#2ccage-simp wants to merge 22 commits into
ccage-simp wants to merge 22 commits into
Conversation
ccage-simp
force-pushed
the
feat/fzf-standalone
branch
6 times, most recently
from
April 13, 2026 13:40
4ec4b68 to
3a84bea
Compare
ccage-simp
force-pushed
the
feat/fzf-standalone
branch
3 times, most recently
from
April 21, 2026 12:26
564b3a8 to
5cb1098
Compare
ccage-simp
force-pushed
the
feat/fzf-standalone
branch
from
April 25, 2026 13:07
5cb1098 to
894dc53
Compare
ccage-simp
force-pushed
the
feat/fzf-standalone
branch
2 times, most recently
from
May 3, 2026 15:56
8afdd14 to
0f4038d
Compare
Adds the Field Theory Possible roadmap flow so the generated skill can turn bookmark themes into repo-aware 2x2 roadmap grids. Includes bookmark-backed seeds, repo selection, frame presets, model/effort controls, background and nightly runs, and prompt artifacts for plotted nodes.
* Add ft recent agent context * Polish ft recent validation
…afar1#162) After the X rebrand, an authenticated session's cookies live on the x.com domain. The twitter.com/i/oauth2/authorize page cannot read them, so an already-logged-in user is treated as logged out and hits repeated login prompts (and 2FA failures). Pointing the authorize URL at x.com lets an existing session approve the app without re-login. The token endpoint (api.x.com) is already on x.com and is unaffected. Co-authored-by: PG2047 <PG2047@users.noreply.github.com>
* Add current document context command * Add Field Theory navigation commands - Add current document and library navigation CLI surfaces - Add canonical wiki-link formatting for commands and Library docs - Move default command root under the Library Commands folder
* Document CLI source release boundaries * Update Field Theory repo links in CLI docs * Clarify Field Theory repo family in README * Link Field Theory sibling repositories in README
* fix: simplify current document editing * fix: guide current document continuation * fix: forbid patch edits for current documents * fix: expose current document line numbers
ccage-simp
force-pushed
the
feat/fzf-standalone
branch
from
August 10, 2026 00:08
e2c4e5d to
cb0bc56
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Scrolling through thousands of bookmarks using
ft listcan be tedious. This PR introduces an interactive, high-performance exploration UI powered byfzf.It allows users to quickly fuzzy-find through their entire local bookmark database with live, syntax-highlighted previews of the tweet content.
Features
ft browse: A new command that pipes your bookmarks into a full-screenfzfinterface.ft showoutput for the selected bookmark (with ANSI colors and clickable OSC 8 links preserved!).EnterorCtrl-O: Instantly open the selected tweet in your default browser.Ctrl-/: Toggle the preview window on/off to give the list more screen real estate.Ctrl-W: Cycle the preview pane width (40%, 50%, 60%, 70%) for reading long threads.ft show <id> --open: A new flag to quickly launch a bookmark in the browser directly from the CLI.Documentation
ft browseto the Quick Start and Commands table inREADME.md.fzfas an optional external dependency inCLAUDE.md.