search

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FuzzyMatcher

type FuzzyMatcher struct{}

FuzzyMatcher provides fuzzy search functionality similar to fzf

func NewFuzzyMatcher

func NewFuzzyMatcher() *FuzzyMatcher

NewFuzzyMatcher creates a new fuzzy matcher

func (*FuzzyMatcher) Search

Search performs fuzzy search on clipboard history items

type ScoredItem

type ScoredItem struct {
	Item  history.ClipboardHistory
	Score int
}

ScoredItem represents an item with its fuzzy match score

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL