Skip to content

Commit

Permalink
TODOs in README
Browse files Browse the repository at this point in the history
  • Loading branch information
semperos committed Aug 7, 2024
1 parent 54519af commit 0c173ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected])
- 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
Expand Down

0 comments on commit 0c173ca

Please sign in to comment.