Documentation
¶
Index ¶
- func DecodeBase64OrReturnSelf(maybeBase64 string) []byte
- func DoesPathExist(path string) bool
- func InstallCursorExtension(extensionID string) error
- func InstallVscodeExtension(extensionID string) error
- func InstallWindsurfExtension(extensionID string) error
- func IsCursorExtensionInstalled(extensionID string) (bool, error)
- func IsGitURL(u string) bool
- func IsSingularOrPlural(check, noun string) bool
- func IsVSCodeExtensionInstalled(extensionID string) (bool, error)
- func IsWindsurfExtensionInstalled(extensionID string) (bool, error)
- func MapAppend(m map[string]interface{}, n ...map[string]interface{}) map[string]interface{}
- func RemoveFileExtenstion(path string) string
- func TryRunCursorCommand(args []string, extraPaths ...string) ([]byte, error)
- func TryRunVsCodeCommand(args []string, extraPaths ...string) ([]byte, error)
- func TryRunWindsurfCommand(args []string, extraPaths ...string) ([]byte, error)
- type RunEResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeBase64OrReturnSelf ¶ added in v0.6.68
func DoesPathExist ¶ added in v0.6.72
func InstallCursorExtension ¶ added in v0.6.311
func InstallVscodeExtension ¶ added in v0.6.263
func InstallWindsurfExtension ¶ added in v0.6.312
func IsCursorExtensionInstalled ¶ added in v0.6.311
func IsSingularOrPlural ¶
checks if noun or pulural version of noun (checks if s at end)
func IsVSCodeExtensionInstalled ¶ added in v0.6.91
func IsWindsurfExtensionInstalled ¶ added in v0.6.312
func RemoveFileExtenstion ¶ added in v0.6.68
func TryRunCursorCommand ¶ added in v0.6.311
func TryRunVsCodeCommand ¶ added in v0.6.263
Types ¶
type RunEResult ¶ added in v0.6.68
type RunEResult struct {
// contains filtered or unexported fields
}
func RunEAsync ¶ added in v0.6.68
func RunEAsync(calls ...func() error) RunEResult
func (RunEResult) Await ¶ added in v0.6.68
func (r RunEResult) Await() error
Click to show internal directories.
Click to hide internal directories.