Documentation
¶
Index ¶
Constants ¶
View Source
const ( PrefixDelimiter = ":" GOOSDarwin = "darwin" TaskSummaryMaxLen = 300 )
Variables ¶
Functions ¶
func CheckIfTaskSummaryValid ¶ added in v0.4.0
func GetDynamicStyle ¶ added in v0.4.0
Types ¶
type ContextBookmark ¶ added in v0.3.0
type ContextBookmark string
func (ContextBookmark) Description ¶ added in v0.3.0
func (c ContextBookmark) Description() string
func (ContextBookmark) FilterValue ¶ added in v0.3.0
func (c ContextBookmark) FilterValue() string
func (ContextBookmark) Title ¶ added in v0.3.0
func (c ContextBookmark) Title() string
type Task ¶
type Task struct {
ID uint64
Summary string
Context *string
Active bool
CreatedAt time.Time
UpdatedAt time.Time
}
func (Task) Description ¶ added in v0.2.0
func (Task) FilterValue ¶
func (Task) GetPrefixAndSummaryContent ¶ added in v0.4.0
func (Task) Prefix ¶ added in v0.4.0
func (t Task) Prefix() (TaskPrefix, bool)
type TaskPrefix ¶ added in v0.4.0
type TaskPrefix string
func (TaskPrefix) Description ¶ added in v0.4.0
func (p TaskPrefix) Description() string
func (TaskPrefix) FilterValue ¶ added in v0.4.0
func (p TaskPrefix) FilterValue() string
func (TaskPrefix) Title ¶ added in v0.4.0
func (p TaskPrefix) Title() string
Click to show internal directories.
Click to hide internal directories.