2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-26 20:05:14 +00:00
Commit graph

5174 commits

Author SHA1 Message Date
Darren Schroeder
4ddf24269a
changed cargo.toml so plugins don't build with features=extra ()
* changed cargo.toml so plugins don't build with features=extra

* remove comments
2022-03-08 20:05:58 -06:00
Darren Schroeder
b73af3b8df
add ability to check if value does not contain something () 2022-03-08 09:10:01 -06:00
JT
dc0c5a9772
Revert "Make if blocks work like a def-env ()" ()
This reverts commit 477f3be8df.
2022-03-08 08:29:12 -05:00
JT
477f3be8df
Make if blocks work like a def-env ()
* Make `if` work like a def-env

* Add some tests

* Add an example
2022-03-08 07:45:47 -05:00
Justin Ma
ae7c0b1097
Fix broken link in readme, should close [ci skip] () 2022-03-08 06:30:11 -05:00
Fernando Herrera
cede9b3156
reedline bump () 2022-03-08 09:20:28 +00:00
JT
299fea8538
Fix external extra ()
* Fix empty table from externals

* Fix empty table from externals
2022-03-07 20:17:33 -05:00
Darren Schroeder
35ff1076f3
add ansi escape ()
* add ansi escape

* also add the ability to escape parens

* add a few more escapes that could be problematic for the nushell lang
2022-03-07 16:39:16 -06:00
Genna Wingert
073f8655eb
Remove unused ntdef.h include () 2022-03-07 15:11:45 -06:00
JT
1837bf775c
Default values () 2022-03-07 15:08:56 -05:00
Fernando Herrera
a3df2e5631
reedline bump ()
* reedline bump

* reedline bump
2022-03-07 17:51:14 +00:00
Genna Wingert
0a95bc7e60
Add serialization for JSON and form bodies in post ()
* Add serialization for JSON and form bodies in `post`

* Reuse code from `to json` instead of duplicating

* Fix formatting. Oops
2022-03-07 10:49:45 -06:00
JT
a2723c2ba4
Fix rest parsing ()
* More nuon tests, fix table print

* Fix rest type parsing
2022-03-07 11:44:27 -05:00
JT
0b6b321ad6
More nuon tests, fix table print () 2022-03-07 08:39:02 -05:00
JT
4f43d75130
Simplify group/window into their own commands () 2022-03-06 20:01:29 -05:00
Michael Angerman
fbbbde1489
Update the Readme for the dataframe directory ()
* update dataframe readme

* update df readme
2022-03-06 11:05:55 -08:00
Fernando Herrera
7701c6b1d4
added real index column to history () 2022-03-06 17:22:18 +00:00
Darren Schroeder
5ae5ef5146
enable to-nu to include the whole dfr if rows is not specified () 2022-03-06 09:04:41 -06:00
JT
69fd777120
Bump reedline () 2022-03-05 19:55:37 -05:00
Genna Wingert
fa7d66347f
Add basic resource file for Windows binary () 2022-03-05 15:56:23 -06:00
Genna Wingert
4aa9a18c63
Allow save to accept a list of strings () 2022-03-05 15:56:04 -06:00
Genna Wingert
1527b34d9c
Add back --append flag to save command () 2022-03-05 13:36:58 -06:00
JT
a4a8f5df54
Add more multiline pipeline forms () 2022-03-05 08:20:13 -05:00
Darren Schroeder
32601bb352
just make install-all.sh executable () 2022-03-05 06:44:24 -06:00
Justin Ma
6a1e504a50
Update build & install sh scripts, add install script for windows ()
* Update build & install sh scripts, add install script for windows

* Rename install scripts [ci skip]
2022-03-05 06:41:28 -05:00
Fernando Herrera
488f81d012
history bang ()
* history bang

* change of char
2022-03-05 09:38:35 +00:00
Justin Ma
bc119a5e98
Update build and install scripts ()
* Update build and install scripts

* Add build-all.nu and uninstall-all.sh
2022-03-05 00:10:33 -05:00
JT
9c17c73d5f
Add more exit code support () 2022-03-04 17:46:18 -05:00
Darren Schroeder
cd721fc363
build script for mac and linux () 2022-03-04 16:17:33 -06:00
Darren Schroeder
5b3cc73ac6
remove the hard coded escaping from split row and split column () 2022-03-04 15:09:35 -06:00
Fernando Herrera
02dfb57ed1
partial completions bug () 2022-03-04 17:53:00 +00:00
Darren Schroeder
fbb2e7136c
match is now in the find command () 2022-03-04 11:29:45 -06:00
Darren Schroeder
b714e034aa
remove some old documentation, relocate others ()
* remove some old documentation, relocate others

* small tweak to default config
2022-03-04 11:37:08 -05:00
JT
e64ca97fe2
move scope variable into nu variable () 2022-03-04 11:36:11 -05:00
JT
eef3de2d05
Move old plugins () 2022-03-04 09:36:03 -05:00
Darren Schroeder
89b7f4d57c
add windows build script () 2022-03-04 08:00:11 -06:00
JT
7c205d7a3a
Remove the pack-in plugins () 2022-03-04 08:57:38 -05:00
Justin Ma
1157fcf372
fix typo, update some examples and regenerate docs () 2022-03-04 06:10:09 -06:00
dgalbraith
eeef9f27eb
Add installation instructions using Chocolatey ()
Add installation instructions for Nushell on Windows using the
Chocolatey package manager.
2022-03-03 15:26:06 -06:00
Genna Wingert
47d5501f9f
Add aliases to command completions () 2022-03-03 15:07:13 -05:00
Genna Wingert
97b3e4a233
Fix aliases to known externals () 2022-03-03 14:05:55 -05:00
Daniel Reilly
52f4c4ba7e
Adds tab indentation option for JSON files. () 2022-03-03 13:15:13 -05:00
JT
7d0531d270
Add support for escape characters, make nuon a JSON superset ()
* WIP

* Finish adding escape support in strings

* Try to fix windows
2022-03-03 13:14:03 -05:00
Genna Wingert
13f2048ffb
Add completion options for custom completions ()
* Add completion options for custom completions

* Make clippy happy

* Refactor options for clarity

* Make return type of filtering explicit
2022-03-03 09:45:35 -05:00
Yutaro Ohno
210d25f2a0
Add into duration ()
* Add `into duration` command

* Avoid using unwrap()

* Use existing logic to parse duration strings
2022-03-03 08:16:04 -05:00
Fernando Herrera
2fd42d25b1
partial completions () 2022-03-03 11:13:44 +02:00
Jakub Žádník
d90b7953dd
Use Nushell's PATH in which ()
* Make which use our path instead of std::env

* Unignore which test

* Fix wrong fn signature without which feature
2022-03-03 10:38:31 +02:00
Darren Schroeder
50399c349f
relocate default config in sample_config folder ()
* relocate default config in sample_config folder

* relocate config file
2022-03-02 19:22:15 -06:00
JT
96a1bf5f8d
Experiment: Allow both $true/true and $false/false ()
* Change true/false to keywords

* oops, clippy

* Both kinds of bools

* Add in some boolean variables

* disable py virtualenv test for now
2022-03-02 19:55:03 -05:00
JT
fd88920a9d
Make sure we have text before json parse () 2022-03-02 15:58:56 -05:00