package
0.48.0
Repository: https://github.com/jesseduffield/lazygit.git
Documentation: pkg.go.dev

# Functions

AuthorWithLength returns a representation of the author that fits into a given maximum length: - if the length is less than 2, it returns an empty string - if the length is 2, it returns the initials - otherwise, it returns the author name truncated to the maximum length.