|
be827e5628
|
Fix multiword imports/exports (#336)
|
2021-11-15 08:40:26 +13:00 |
|
|
0f107b2830
|
Add a config variable with engine support (#332)
* Add a config variable with engine support
* Add a config variable with engine support
* Oops, cleanup
|
2021-11-15 08:25:57 +13:00 |
|
|
568e566adf
|
Add record literal syntax (#326)
|
2021-11-11 12:14:00 +13:00 |
|
|
bb1740d733
|
Add from csv and from tsv (#320)
|
2021-11-10 09:17:37 +13:00 |
|
|
34617fabd9
|
Do some str collect cleanup (#312)
|
2021-11-09 17:46:26 +13:00 |
|
|
066afb059e
|
Add magic in variable, part 2 (#310)
|
2021-11-08 20:13:55 +13:00 |
|
|
e9a7def183
|
Add magic $in variable (#309)
* Add magic in variable
* Oops, missing file
|
2021-11-08 19:21:24 +13:00 |
|
|
b5bade6187
|
Let list and table exprs get indexed (#307)
|
2021-11-08 12:18:00 +13:00 |
|
|
19645575d6
|
Add 'did you mean' error (#305)
|
2021-11-08 10:48:50 +13:00 |
|
|
00a8752c76
|
Move where to helper (#302)
|
2021-11-07 15:40:44 +13:00 |
|
|
6c31377c21
|
Fix precedence parse (#298)
|
2021-11-06 20:31:28 +13:00 |
|
|
d401ed64ed
|
Add range to the math reductions (#296)
|
2021-11-06 20:12:08 +13:00 |
|
|
02b8027749
|
Improve external output in subexprs (#294)
|
2021-11-06 18:50:33 +13:00 |
|
|
183d200b9f
|
Add updating cell paths
|
2021-11-05 16:59:12 +13:00 |
|
|
1949ba080e
|
Add env shorthand
|
2021-11-04 15:32:35 +13:00 |
|
|
5e42b14026
|
Documenting some code and doing cleanups
|
2021-11-03 08:53:48 +13:00 |
|
|
25846d3c1e
|
Add zip command
|
2021-11-02 18:28:28 +13:00 |
|
|
d856cebebd
|
Add a simple scope variable
|
2021-11-02 16:08:05 +13:00 |
|
|
3176f60b5b
|
Merge pull request #243 from kubouch/module-files
Loading modules from files
|
2021-11-01 11:08:03 +13:00 |
|
|
b340672331
|
Remove leftover test from previous iteration
|
2021-10-31 18:01:15 +02:00 |
|
|
b7c0ba104f
|
Fix hiding module; Fmt
This fixes the case when you call `hide spam`. It will now hide all
commands you'd call like `spam foo` etc.
|
2021-10-31 17:38:00 +02:00 |
|
|
2dcfecbbd7
|
Add test for multi-word alias
|
2021-10-29 23:57:33 +03:00 |
|
|
cf3f3fde92
|
Add some support for
|
2021-10-30 07:15:17 +13:00 |
|
|
bac8b8a450
|
Add initial ctrl-c support
|
2021-10-28 17:13:10 +13:00 |
|
|
f92e9d25a5
|
Make the history path more central
|
2021-10-28 13:30:58 +13:00 |
|
|
bd6c550470
|
Change import pattern delimiter to space
Subcommands and module imports will have the same syntax now.
|
2021-10-27 00:13:39 +03:00 |
|
|
595fc7a7f6
|
Switch to cross-platform fail message
|
2021-10-26 21:03:12 +03:00 |
|
|
402a4acd7a
|
Fix leftover test
|
2021-10-26 21:03:12 +03:00 |
|
|
5163dbb7a1
|
Add tests and cover edge cases of the :: delim.
|
2021-10-26 21:03:12 +03:00 |
|
|
cbda1b1650
|
Change import pattern delimiter to ::
|
2021-10-26 21:03:12 +03:00 |
|
|
5455270446
|
Add a simple parallel each
|
2021-10-26 14:30:53 +13:00 |
|
|
4be61ce604
|
Tests pass
|
2021-10-26 11:18:45 +13:00 |
|
|
5d19017603
|
WIP
|
2021-10-26 05:58:58 +13:00 |
|
|
baac60a5a7
|
WIP
|
2021-10-25 19:42:38 +13:00 |
|
|
b5965ee8ef
|
WIP
|
2021-10-25 19:31:39 +13:00 |
|
|
7ef5a7945f
|
clippy take2
|
2021-10-15 15:52:03 -05:00 |
|
|
e330fdabb7
|
updated theme + clippy
|
2021-10-15 15:42:36 -05:00 |
|
|
c9439c962b
|
allow esc and q to get out of completions
|
2021-10-15 15:33:56 -05:00 |
|
|
82b0415d92
|
Try out select completions from dialoguer
|
2021-10-16 07:37:58 +13:00 |
|
|
fdd2c35fd9
|
Add the default help flag
|
2021-10-14 06:53:27 +13:00 |
|
|
a760e46c1c
|
Add config file loading
|
2021-10-13 16:57:05 +13:00 |
|
|
aea8627c30
|
Prevent invalid var names
|
2021-10-12 18:08:55 +13:00 |
|
|
5f14faf4b4
|
Custom switch support
|
2021-10-12 17:49:17 +13:00 |
|
|
c8277a3da9
|
Do rest args
|
2021-10-12 16:28:39 +13:00 |
|
|
96419f168b
|
Also fix the flag params
|
2021-10-12 10:17:45 +13:00 |
|
|
1f45304cf9
|
Fix parser when def has missing params
|
2021-10-12 09:58:38 +13:00 |
|
|
63e3552eef
|
Add the remaining missing operators
|
2021-10-12 09:35:12 +13:00 |
|
|
0d031636a9
|
Error on missing column during cell path
|
2021-10-12 08:55:14 +13:00 |
|
|
576471cc3c
|
Fix test
|
2021-10-12 08:33:09 +13:00 |
|
|
0504a7a776
|
Make errors emit first
|
2021-10-12 06:35:40 +13:00 |
|