Documentation
¶
Index ¶
- func AddToSyncQueue(path string)
- func CloneRepo(path string, URL string)
- func CreateProject(metadata types.ProjectMetadataType)
- func DirCrawler(path string, onFile func(string, os.DirEntry), onDir func(string, os.DirEntry))
- func GetPrettyDate(refTime time.Time) string
- func GetProjectsMetadata(path string) []types.FrontmatterMetaDataType
- func GetRFC3339Time(refTime time.Time) string
- func GetRemotes() []string
- func GetRootDirectory() string
- func GetSubjects(path string) []string
- func GetSyncServerURL() string
- func ParseMdString(data string) (types.FrontmatterMetaDataType, string)
- func RUNTUI(items []list.Item, title string)
- func UpdateAndPushGitRepo(repoPath string) error
- type Item
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddToSyncQueue ¶
func AddToSyncQueue(path string)
func CreateProject ¶
func CreateProject(metadata types.ProjectMetadataType)
func DirCrawler ¶
func GetPrettyDate ¶
func GetProjectsMetadata ¶
func GetProjectsMetadata(path string) []types.FrontmatterMetaDataType
func GetRFC3339Time ¶
func GetRemotes ¶
func GetRemotes() []string
func GetRootDirectory ¶
func GetRootDirectory() string
func GetSyncServerURL ¶
func GetSyncServerURL() string
func ParseMdString ¶
func ParseMdString(data string) (types.FrontmatterMetaDataType, string)
func UpdateAndPushGitRepo ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.