diff --git a/README.md b/README.md index 70ef754..7aa417f 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,11 @@ Non-exhaustive list: - TODO: Support plots/charts (consider https://github.com/wcharczuk/go-chart) - TODO: User commands (as found in [APL](https://aplwiki.com/wiki/User_command)), executable from Goal or SQL modes -I plan to support the above items. The following are nice-to-have's: +I plan to support the above items. The following are stretch goals or nice-to-have's: +- TODO: Functions leveraging [time.Time](https://pkg.go.dev/time@go1.22.5) - TODO: `tui.` functions in CLI mode using https://github.com/charmbracelet/lipgloss (already a transitive dependency) for colored output, etc. +- TODO: Implement a subset of [q](https://code.kx.com/q/) functions to extend what Goal already has. - Specific user commands: - TODO: Choosing output format (e.g., as JSON) - TODO: Toggle pretty-printing