feat: Interactive fzf-powered bookmark browser with live previews#39
Draft
ccage-simp wants to merge 2 commits into
Draft
feat: Interactive fzf-powered bookmark browser with live previews#39ccage-simp wants to merge 2 commits into
ccage-simp wants to merge 2 commits into
Conversation
4ec4b68 to
3a84bea
Compare
564b3a8 to
5cb1098
Compare
5cb1098 to
894dc53
Compare
894dc53 to
8afdd14
Compare
8afdd14 to
0f4038d
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.