Versions in this module Expand all Collapse all v0 v0.1.0 Apr 6, 2025 Changes in this version + const TreeIndent + var DefaulMetadata = []string + type Bookmark struct + Archived bool + Content string + CreatedAt time.Time + Description string + Id int + LowerName string + Metadata *map[string]string + MetadataKeys *[]string + Name string + Project string + Tags []string + UpdatedAt time.Time + func (b *Bookmark) AddMetadata(key, value string) + func (b *Bookmark) AddTag(tag string) + func (b *Bookmark) AddTags(tags []string) + func (b *Bookmark) ContentDomain() string + func (b *Bookmark) FillDefaultMetadata() + func (b *Bookmark) TagsString(spaces bool) string + type Project struct + Children []*Project + Count int + Name string + Parent *Project + func NewProject(name string) *Project + func ParseTrees(data []string, counts []int) []*Project + func (p *Project) FullName() string + func (p *Project) PrintChildren() string + func (p *Project) String() string + func (p *Project) TotalCount() int