package
0.6.1
Repository: https://github.com/mathpn/listme.git
Documentation: pkg.go.dev

# Functions

Bold returns the provided string with bold style.
Colorize colorizes the provided text according to the tag and style.
Emojify prepends the tag string with an emoji.
GetStyle returns the style that should be used.
PrettyBlame returns a string with the format [John Doe] If the commit is older than ageLimit (in days), the format is [OLD John Doe] Color is added according to the style.
PrettyFilename returns a string with the format - tests/generic_code.py (10 comments) The string if formatted according to the provided style (colorful or black-and-white).
PrettyLineNumber returns a string with the format [Line 123] The string is padded according to the maximum number of digits (maxDigits) to ensure vertical alignment between line numbers of the same file.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

Style used to print to stdout.