program

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GitDirs

func GitDirs() (int, []string)

func Sessioniser

func Sessioniser(selected string)

func UncommittedChanges

func UncommittedChanges(dirs []string) []string

func UnpushedChanges

func UnpushedChanges(dirs []string) []string

func UntrackedChanges

func UntrackedChanges(dirs []string) []string

Types

type GitInfo

type GitInfo struct {
	TotalGits        int
	GitDirs          []string
	Untracked        []string
	TotalUntracked   int
	Uncommitted      []string
	TotalUncommitted int
	Unpushed         []string
	TotalUnpushed    int
}

Jump to

Keyboard shortcuts

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