JT
ad48387aa0
WIP
2021-07-24 18:44:38 +12:00
JT
a4bcc1ff3d
WIP
2021-07-24 17:57:17 +12:00
JT
fca3a6b75e
Support adding variables
2021-07-24 09:46:55 +12:00
JT
6fcdc76059
Improve call eval and live check
2021-07-24 09:19:30 +12:00
Darren Schroeder
0f9e55dac6
Revert "Support other variables than PATH in pathvar ( #3791 )" ( #3827 )
...
This reverts commit f9f39c0a1c
.
2021-07-23 09:03:28 -05:00
Peter Cunderlik
5d7677dd07
Implement into path conversion ( #3811 )
...
This allows converting strings to filepaths without having to use
`path expand` roundtrip.
Filepaths are taken as-is without any validation/conversion.
2021-07-23 19:14:02 +12:00
Sam Bordo
57073cc6cf
port capitalize to engine-p ( #3794 )
...
Part of #3390 .
2021-07-23 19:13:11 +12:00
Jakub Žádník
f9f39c0a1c
Support other variables than PATH in pathvar ( #3791 )
...
* Fix swapped PATH env var separators
* Support pathvar to manipulate other vars than PATH
* Add tests for pathvar and its subcommands
* Fix PATH env name for Windows
Seems like Windows uses PATH as well.
Co-authored-by: Jakub Žádník <jakub.zadnik@tuni.fi>
2021-07-23 19:11:56 +12:00
JT
3eefa6dec8
start expanding eval
2021-07-23 17:14:49 +12:00
JT
8c6feb7e80
Fix up global span logic
2021-07-23 08:45:23 +12:00
JT
37f8ff0efc
Add highlighting
2021-07-23 07:50:59 +12:00
Kat Marchán
d88d7f26e4
fix typo in release.yml ( #3824 )
2021-07-22 12:42:11 -05:00
Kat Marchán
aeaedd2e5e
Convert templates to github forms ( #3818 )
...
* Create feature_request.yaml
* Rename feature_request.yaml to feature_request.yml
* Update feature_request.yml
* Update feature_request.yml
* Create bug_report.yml
* Update bug_report.yml
* Update bug_report.yml
* Update feature_request.yml
* Delete bug_report.md
* Delete feature_request.md
2021-07-23 05:39:20 +12:00
TechWatching
1f4ef3b606
Add worflow to publish package in winget ( #3819 )
...
Remove the job in release workflow to publish to winget.
Trigger winget workflow on published release.
Co-authored-by: Alexandre Nedelec <Alexandre.Nedelec@azeo.com>
2021-07-22 11:38:03 -05:00
Fernando Herrera
9b5db297a6
Replace command ( #3823 )
...
* replace command
* cargo fmt
* Signature correction
2021-07-22 08:45:46 -05:00
JT
07c22c7e81
Start working on highlighter
2021-07-22 19:48:45 +12:00
JT
1ac0c0bfc5
Move to refcell for permanent parser state
2021-07-22 19:33:38 +12:00
JT
c25209eb34
Fix running multiple times, add reedline
2021-07-22 18:04:50 +12:00
Jakub Žádník
b7215b5dde
Fix expected age of mockup files in example tests ( #3808 )
2021-07-20 18:05:58 -05:00
Fernando Herrera
411435d68f
Dataframe Shape command ( #3805 )
...
* size command to get dataframe info
* change command name to shape
* apply lint to file
2021-07-20 07:07:42 -05:00
Darren Schroeder
f656f906ff
Update stale.yml
...
update days-before-issue-stale to 90 days
2021-07-19 15:03:24 -05:00
Darren Schroeder
d0a7363e64
bat
theme wasn't getting set properly (#3807 )
2021-07-19 14:54:36 -05:00
Sertac Olgunsoylu
7401fa2fa5
Fix docs for the config variable completion_type
( #3804 )
2021-07-19 07:20:56 -05:00
JT
4deed7c836
improve subcommand parse
2021-07-18 07:40:39 +12:00
JT
92f72b4103
add subcommand parsing
2021-07-18 07:34:43 +12:00
JT
30f54626d3
add companion short flags
2021-07-18 06:52:50 +12:00
JT
3a8206d1fb
fix parser merge. start highlighter
2021-07-17 18:31:34 +12:00
JT
6b0b8744c1
Fix assignment parse
2021-07-17 17:28:25 +12:00
JT
0b8352049c
Add pipelines
2021-07-17 15:42:08 +12:00
JT
c03f700662
Add rest param
2021-07-17 11:22:01 +12:00
JT
d08f2e73d0
Add optional params
2021-07-17 10:53:45 +12:00
JT
aa7f23e1e1
Simple short flag parse
2021-07-17 10:39:30 +12:00
JT
4249c5b3e0
Add param descriptions
2021-07-17 10:31:36 +12:00
JT
6f1a5c8e02
Remove lexmode
2021-07-17 10:11:15 +12:00
JT
03a93bd089
Improve colon sep
2021-07-17 10:00:41 +12:00
JT
6aef00ecff
basic signature parse
2021-07-17 09:55:12 +12:00
JT
949c6a5932
intern blocks sooner
2021-07-17 08:26:40 +12:00
JT
7922bb4020
More decl parsing
2021-07-16 18:24:46 +12:00
JT
697bf16f26
Start moving towards decls and add a simple eval
2021-07-16 13:10:22 +12:00
Darren Schroeder
181ee1dade
Revert "Unify use of the surf
crate ( #3777 )" ( #3783 )
...
This reverts commit 37612345f2
.
2021-07-14 20:21:18 -05:00
Fernando Herrera
3645a0f0e4
Updated polars version for faster CSV reader ( #3781 )
2021-07-14 15:33:21 -05:00
Darren Schroeder
2864eaebae
fixed show_hints
option to allow hints to be turned off ( #3780 )
2021-07-14 09:47:33 -05:00
Daniel Egger
37612345f2
Unify use of the surf
crate ( #3777 )
...
This brings the features used by the `nu_plugin_fetch` and
`nu_plugin_post` in line and drops the default-features, reducing
the number of pulled-in dependencies and avoiding a second round of
compilations.
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
2021-07-14 08:47:49 -05:00
Fernando Herrera
bb218b824e
corrected position of dataframes ( #3776 )
2021-07-14 08:46:32 -05:00
TechWatching
279329bfaa
Add the -s parameter to submit package to winget in pipeline ( #3767 )
...
Co-authored-by: Alexandre Nedelec <Alexandre.Nedelec@azeo.com>
2021-07-13 18:35:56 -05:00
JT
71f4ea9d76
Bump to 0.34.0 ( #3766 )
2021-07-14 05:57:41 +12:00
Bruce Mitchener
1881a297c9
Use shadow-rs 0.6 in nu-cli. ( #3759 )
...
`nu-command` was already using `shadow-rs` 0.6, so there were two
copies being built and used. This makes them match up.
2021-07-10 16:11:08 +12:00
Darren Schroeder
56c7a99eb4
Into binary changes ( #3758 )
...
* kind of works but not what we really want
* updated `into binary` and `first` to work better together
* attempt to fix wasm build problem
* attempt #2 to fix wasm stuff
2021-07-09 16:43:18 -05:00
Bruce Mitchener
3262ffc1a6
Update s3handler to 0.7 (really 0.7.3). ( #3757 )
...
This brings with it a reduction in the number of duplicated
dependencies that it has and the overhead it imposes on our
build.
The number of crates that need to be built for
`cargo build --features extra` drops by roughly 50.
2021-07-10 07:28:07 +12:00
Matheus
5bc7a1f435
#3385 : Add unique option for uniq command ( #3754 )
...
* Added -u arg for command uniq.
* Update uniq.rs
Co-authored-by: JT <jonathandturner@users.noreply.github.com>
2021-07-10 07:27:35 +12:00