Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseTagListOutput ¶
ParseTagListOutput parses the output of `jj tag list` into tag names.
Types ¶
type AliasSource ¶
AliasSource converts revset aliases into completion items.
type BookmarkSource ¶
type BookmarkSource struct{}
BookmarkSource loads all bookmarks (local + remote).
type FunctionDefinition ¶
FunctionDefinition describes a built-in revset function.
func BaseFunctions ¶
func BaseFunctions() []FunctionDefinition
BaseFunctions returns a copy of the built-in function definitions.
type FunctionSource ¶
type FunctionSource struct{}
FunctionSource provides built-in revset functions as completion items.
type HistorySource ¶
type HistorySource struct {
Entries []string
}
HistorySource wraps a list of history entries as completion items.
Click to show internal directories.
Click to hide internal directories.