Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeduplicateConfigs ¶ added in v1.0.0
func DeduplicateConfigs(configs []*devcontainer.Config) []*devcontainer.Config
DeduplicateConfigs removes configs with duplicate project names, keeping only the first occurrence of each unique project name.
func LogoString ¶ added in v1.0.0
func LogoString() string
LogoString returns the dcstop logo as a sunset-gradient string.
func RunWithSpinner ¶ added in v1.0.0
RunWithSpinner runs fn while displaying a spinner labeled with label. The spinner is replaced by ✓ on success or ✗ on failure.
func SelectProject ¶ added in v1.0.0
func SelectProject(label string, projects []ProjectItem) (int, error)
SelectProject shows an interactive filterable list of projects and returns the index of the selected item.
Types ¶
Click to show internal directories.
Click to hide internal directories.