-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|