utils

package
v2.0.34 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Abs added in v2.0.31

func Abs(path string) (abs string, err error)

func Basename added in v2.0.31

func Basename(path string, ext string) string

func CreateEmptyFile

func CreateEmptyFile(path string) (err error)

func CreateEmptyFileIfNotExists added in v2.0.28

func CreateEmptyFileIfNotExists(path string) (err error)

func CygwinizePath added in v2.0.28

func CygwinizePath(path string) string

func Dir added in v2.0.31

func Dir(path string) string

func ErrorIf added in v2.0.28

func ErrorIf(condition bool, message string) error
func EvalSymlinks(path string) (string, error)

func Executable

func Executable() (exe string)

func Filename added in v2.0.31

func Filename(path string) string

func FilterDirectories

func FilterDirectories(paths []string) []string

func Get

func Get[E comparable](v E, fallbacks ...E) E

func GetCygwinAwareHomeDir added in v2.0.32

func GetCygwinAwareHomeDir() string

GetCygpathHomeDir returns the user's ~/ dir from the cygpath command. If cygpath doesn't exist (either not on Windows or Cygwin is not installed) then the normal $USERPROFILE or /Users/<username> is returned. This method is only used to determine the location of the user's rc file for setup, in all other cases the user's home dir is the normal one. Note: on windows in powershell, this resolves to the cygwin home dir (unexpectedly)

func GetIndex

func GetIndex[S ~[]E, E any](s S, index int, fallback E) E

func GetShellHomeDir added in v2.0.32

func GetShellHomeDir() string

func GetTerminalType added in v2.0.31

func GetTerminalType() string

func GetUserHomeDir added in v2.0.25

func GetUserHomeDir() string

func Getwd

func Getwd() string

func Join added in v2.0.31

func Join(paths ...string) string

func OpenFileInDefaultApp added in v2.0.28

func OpenFileInDefaultApp(path string) (err error)

func PanicIfError

func PanicIfError(err error)

func PanicIfFalse

func PanicIfFalse(condition bool, message string)

func PanicIfPathDoesNotExist

func PanicIfPathDoesNotExist(path string)

func PanicIfPathExists

func PanicIfPathExists(path string)

func PanicIfTrue

func PanicIfTrue(condition bool, message string)

func PathExists

func PathExists(filename string) bool

func PathIsDir

func PathIsDir(filename string) bool

func PathIsFile

func PathIsFile(filename string) bool

func Rel added in v2.0.31

func Rel(basepath string, targpath string) (string, error)

func SafeWriteTemplateToFile added in v2.0.28

func SafeWriteTemplateToFile(t *template.Template, path string, vars map[string]interface{}) (err error)

func SortKeys added in v2.0.28

func SortKeys[M ~map[K]V, K cmp.Ordered, V any](m M) []K

func Ternary added in v2.0.32

func Ternary[T any](cond bool, a T, b T) T

func ToSlash added in v2.0.31

func ToSlash(path string) string

func WriteTemplateToFile added in v2.0.28

func WriteTemplateToFile(tmpl *template.Template, path string, vars map[string]interface{}) (err error)

func WriteTemplateToString added in v2.0.28

func WriteTemplateToString(tmpl *template.Template, vars map[string]interface{}) (string, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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