We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ed99f commit b8ef1c8Copy full SHA for b8ef1c8
cmds/historycmd/ui.go
@@ -2,15 +2,15 @@ package historycmd
2
3
import (
4
"fmt"
5
- "github.com/lithammer/fuzzysearch/fuzzy"
6
- "github.com/samber/lo"
7
"strings"
8
9
"github.com/charmbracelet/bubbles/textarea"
10
"github.com/charmbracelet/bubbles/textinput"
11
"github.com/charmbracelet/bubbles/viewport"
12
tea "github.com/charmbracelet/bubbletea"
13
"github.com/charmbracelet/lipgloss"
+ "github.com/lithammer/fuzzysearch/fuzzy"
+ "github.com/samber/lo"
14
)
15
16
const gap = "\n\n"
0 commit comments