devlog icon indicating copy to clipboard operation
devlog copied to clipboard

The software development log to capture your thoughts, progress and TODOs.

Results 8 devlog issues
Sort by recently updated
recently updated
newest added

Add the ability to view markdown documents directly from devlog.

enhancement

ability to load custom golang templates locally that output markdown.

enhancement

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 {...

Add a debian package to ease installation

enhancement

spike: try to get a working interactive mode again, look back in master history to see previous attempt

enhancement