package
4.0.6+incompatible
Repository: https://github.com/metafates/mangal.git
Documentation: pkg.go.dev
# Functions
Capitalize returns a string with the first letter capitalized.
ClearScreen clears the terminal screen.
Delete removes the given path from the filesystem.
FileStem returns the file name without the extension.
Ignore calls function and explicitely ignores error.
Max returns the maximum value of the given items.
Min returns the minimum value of the given items.
PadZero pads a number with leading zeros.
PrintErasable prints a string that can be erased by calling a returned function.
Quantify returns a string with the given number and unit.
ReGroups parses the string with the given regular expression and returns the group values defined in the expression.
SanitizeFilename will remove all invalid characters from a path.
TerminalSize returns the dimensions of the given terminal.
No description provided by the author