Documentation ¶
Index ¶
- Constants
- func ClearTerminal()
- func GetCurrentMaxYearAndDay() (int, int)
- func GetTerminalSize() (int, int, error)
- func GetYearAndDayFromCWD() (int, int, error)
- func GetYearAndDayFromDirInput(curDir, parentDir string) (int, int, error)
- func LaunchURL(url string) error
- func ParseDay(dayStr string) (int, error)
- func ParseDuration(input string) (time.Duration, error)
- func ParseYear(yearStr string) (int, error)
Constants ¶
View Source
const (
FIRST_YEAR = 2015
)
Variables ¶
This section is empty.
Functions ¶
func ClearTerminal ¶
func ClearTerminal()
func GetCurrentMaxYearAndDay ¶
func GetTerminalSize ¶
func GetYearAndDayFromCWD ¶
func ParseDuration ¶
ParseDuration extracts and returns the duration from the input string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.