You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Then run `ari` for a REPL or `ari --help` to see CLI options.
28
28
- Replace default REPL printing by setting a function value for the `ari.print` global (function receives a single Goal value to print)
29
29
- Configure the output format with `--output-format` or using one of the `)output.` system commands at the REPL. Formats include CSV/TSV, JSON, Markdown, and LaTeX.
30
30
-`ari.p` is bound to the previous result (value from last evaluation at the REPL)
31
+
- Alternatively run `ari` with `--raw` for a simpler, raw REPL that lacks line editing, history, and auto-complete, but is better suited for interaction via an editor like (Neo)Vim, or if you prefer rlwrap or another line editor to the one that ships with ari.
31
32
- Extensible help system
32
33
-`help"help"` for an overview
33
34
-`help"TOPIC"` similar to Goal's CLI help
@@ -53,7 +54,6 @@ Non-exhaustive list:
53
54
54
55
- TODO: Test coverage.
55
56
- TODO: Correct usage of `goal.NewError` vs. `goal.NewPanicError`
56
-
- TODO: Option for raw REPL (modeled on Goal's) with better input performance, no auto-complete etc.
57
57
- TODO: Functions to conveniently populate SQL tables with Goal values.
58
58
- TODO: Support plots/charts (consider https://github.com/wcharczuk/go-chart)
59
59
- TODO: User commands (as found in [APL](https://aplwiki.com/wiki/User_command)), executable from Goal or SQL modes
0 commit comments