app

package
v1.0.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConstructSummary

func ConstructSummary(repos []Repo, root string) string

func ConstructTable

func ConstructTable(repos []Repo) (*table.Table, error)

Types

type Repo

type Repo struct {
	Name             string
	Path             string
	AbsPath          string
	LastModified     time.Time
	SyncedWithRemote bool
	SyncDescription  string
	// contains filtered or unexported fields
}

func GetRepos

func GetRepos(root string) ([]Repo, error)

type SortFunc

type SortFunc func([]Repo, bool)

func GetSortRepoFunc

func GetSortRepoFunc(key string) (SortFunc, error)

Jump to

Keyboard shortcuts

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