devlog
devlog copied to clipboard
The software development log to capture your thoughts, progress and TODOs.
Add the ability to view markdown documents directly from devlog.
ability to load custom golang templates locally that output markdown.
Add a yaml based configuration option. Example of an older config ``` type DevLogConfig struct { Questions []string `yaml:"questions"` Other []string `yaml:"other_section"` } func (c *DevLogConfig) getConfig(configFilePath string) *DevLogConfig {...
spike: try to get a working interactive mode again, look back in master history to see previous attempt