sequencerui

package
v0.0.43 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RestackAbort

type RestackAbort struct{}

type RestackConflict

type RestackConflict struct{}

type RestackDone

type RestackDone struct{}

type RestackModel

type RestackModel struct {
	Skip     bool
	Continue bool
	Abort    bool
	DryRun   bool
	State    *RestackState
	Command  string
	// contains filtered or unexported fields
}

func NewRestackModel

func NewRestackModel(repo *git.Repo, db meta.DB) *RestackModel

func (*RestackModel) Init

func (vm *RestackModel) Init() tea.Cmd

func (*RestackModel) Update

func (vm *RestackModel) Update(msg tea.Msg) (*RestackModel, tea.Cmd)

func (*RestackModel) View

func (vm *RestackModel) View() string

type RestackProgress

type RestackProgress struct {
	// contains filtered or unexported fields
}

type RestackState

type RestackState struct {
	InitialBranch   string
	RestackingAll   bool
	RelatedBranches []string
	Seq             *sequencer.Sequencer
}

Jump to

Keyboard shortcuts

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