Documentation
¶
Index ¶
- Variables
- func Close() tea.Msg
- func CommandRunning(args []string) tea.Cmd
- func FileSearch(revset string, preview bool, commit *jj.Commit, rawFileOut []byte) tea.Cmd
- func Refresh() tea.Msg
- func RefreshAndKeepSelections() tea.Msg
- func RefreshAndSelect(selectedRevision string) tea.Cmd
- func SelectionChanged() tea.Msg
- func ToggleHelp() tea.Msg
- func UpdateRevSet(revset string) tea.Cmd
- type AutoRefreshMsg
- type CloseViewMsg
- type CommandCompletedMsg
- type CommandRunningMsg
- type ExecMode
- type ExecMsg
- type FileSearchMsg
- type Focusable
- type Palette
- type QuickSearchMsg
- type RefreshMsg
- type SelectionChangedMsg
- type ShowDiffMsg
- type ShowPreview
- type Sizable
- type State
- type ToggleHelpMsg
- type UpdateBookmarksMsg
- type UpdateRevSetMsg
- type UpdateRevisionsFailedMsg
- type UpdateRevisionsSuccessMsg
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultPalette = NewPalette()
Functions ¶
func CommandRunning ¶
func FileSearch ¶ added in v0.9.1
func RefreshAndKeepSelections ¶ added in v0.8.12
func RefreshAndSelect ¶
func SelectionChanged ¶
func ToggleHelp ¶
func UpdateRevSet ¶ added in v0.9.0
Types ¶
type AutoRefreshMsg ¶ added in v0.8.12
type AutoRefreshMsg struct{}
type CloseViewMsg ¶
type CloseViewMsg struct{}
type CommandCompletedMsg ¶
type CommandRunningMsg ¶
type CommandRunningMsg string
type FileSearchMsg ¶ added in v0.9.1
type Palette ¶
type Palette struct {
// contains filtered or unexported fields
}
func NewPalette ¶ added in v0.9.0
func NewPalette() *Palette
type QuickSearchMsg ¶ added in v0.8.3
type QuickSearchMsg string
type RefreshMsg ¶
type SelectionChangedMsg ¶
type SelectionChangedMsg struct{}
type ShowDiffMsg ¶
type ShowDiffMsg string
type ShowPreview ¶ added in v0.9.1
type ShowPreview bool
type ToggleHelpMsg ¶
type ToggleHelpMsg struct{}
type UpdateBookmarksMsg ¶
type UpdateRevSetMsg ¶ added in v0.9.0
type UpdateRevSetMsg string
type UpdateRevisionsSuccessMsg ¶ added in v0.8.12
type UpdateRevisionsSuccessMsg struct{}
Click to show internal directories.
Click to hide internal directories.