# Functions
CloneStrings duplicates []string in memory.
FormatDate formats date to string.
FormatDateTime formats datetime to string.
FormatTime formats time to string.
HomeDir returns user home dir path.
NewConfig creates new config.
NewService creates timelog service.
NewTimeLogger creates new time logger.
Parse parses file data and returns Config.
ParseDateTime parses time in app-default format.
ReadTextFile reads text file from given.
ToLocal converts time to local timezone.
WriteTextFile writes text file to given path ensuring folders exist.
# Constants
No description provided by the author
# Structs
AdjustEvent sent when adjusting minutes.
AdjustPrinter - stdout printer.
AdjustService data.
Analytics for timelog.
Archiver.
ColoredDiffPrinter - timelogger diff printer with color.
Config data.
DiffPrinter - timelogger diff printer.
No description provided by the author
PolybarPrinter - timelogger formatted for polybar output.
Service provides timeloggin functionallity and syncs data to files.
TextPrinter - stdout printer.
TimeLogger data.
Token represents timelog single part.
# Interfaces
Printer interface.