Documentation
¶
Index ¶
- type By
- type Task
- func (task Task) ANSIColor() string
- func (task Task) Contexts() []string
- func (task Task) CreateDate() time.Time
- func (task Task) FinishDate() time.Time
- func (task Task) Finished() bool
- func (task Task) Id() int
- func (task Task) IdPadding() int
- func (task Task) Matches(text string) bool
- func (task Task) PrettyPrint(pretty string) string
- func (task Task) Priority() byte
- func (task Task) Projects() []string
- func (task Task) RawText() string
- func (task *Task) RebuildRawTodo()
- func (task *Task) SetIdPaddingBy(tasklist TaskList)
- func (task *Task) SetPriority(prio byte)
- func (task *Task) SetTodo(todo string)
- func (task Task) Text() string
- type TaskList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Task ¶
type Task struct {
// contains filtered or unexported fields
}
func (Task) CreateDate ¶
func (Task) FinishDate ¶
func (Task) PrettyPrint ¶
func (*Task) RebuildRawTodo ¶
func (task *Task) RebuildRawTodo()
func (*Task) SetIdPaddingBy ¶
func (*Task) SetPriority ¶
Click to show internal directories.
Click to hide internal directories.