2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-15 06:34:15 +00:00
Commit graph

426 commits

Author SHA1 Message Date
JT
e64ca97fe2
move scope variable into nu variable () 2022-03-04 11:36:11 -05:00
Justin Ma
1157fcf372
fix typo, update some examples and regenerate docs () 2022-03-04 06:10:09 -06: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
Fernando Herrera
2fd42d25b1
partial completions () 2022-03-03 11:13:44 +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
Michael Rutter
0da9213de6
document environment variable for starship prompt ()
It would appear that starship needs an environment variable set to output the prompt correctly on a per shell basis.
2022-03-01 18:38:35 -05:00
Darren Schroeder
fef7f38da8
removed decode from pipeline for vivid () 2022-03-01 09:20:02 -06:00
Justin Ma
42f1874a3a
Update some examples and docs ()
* Update some examples and docs

* Update now.rs

* Update date_now.md

Co-authored-by: JT <547158+jntrnr@users.noreply.github.com>
2022-03-01 08:05:29 -05:00
JT
a6a96b29cb
Add binary literals () 2022-02-28 18:31:53 -05:00
Luca Trevisani
e3100e6afd
Fix alias in docs/sample_config/config.toml () 2022-02-28 15:47:14 -06:00
Darren Schroeder
0f437589fc
add last exit code to starship parameters () 2022-02-27 17:26:15 -06:00
Justin Ma
e6570b41ca
Fix some examples and regenerate docs, should fix: () 2022-02-25 08:14:15 -05:00
Justin Ma
c3979ef1cf
Add example for command n,g,p and grid, update date now examples () 2022-02-24 06:17:05 -06:00
Justin Ma
d054a724d1
Add example for enter, shells and view-source, update some docs () 2022-02-22 09:16:56 -06:00
Justin Ma
b448d1dbe1
fix strip trailing whitespace for make_docs script () 2022-02-22 08:11:46 -05:00
Darren Schroeder
88fa40d698
rename flatshape_* to shape_* () 2022-02-21 12:27:21 -06:00
Justin Ma
c0a1d18e3d
update , regenerate commands' docs and update make_docs script ()
* feat: update , regenerate commands' docs

* chore: update make_docs script
2022-02-21 11:26:00 -06:00
Joseph T. Lyons
4f367a59de
Strip trailing whitespace in files ()
* Strip trailing whitespace in rs files

* Strip trailing whitespace in toml files

* Strip trailing whitespace in md files

* Strip trailing whitespace in nu files
2022-02-21 08:38:15 -05:00
JT
2ba12afb01
A few fixes to docs generation and default config ()
* A few fixes to docs generation and default config

* A few more fixes
2022-02-20 15:20:41 -05:00
Justin Ma
2ecae0ef43
Update , Regenerate all commands' docs () 2022-02-19 19:13:33 -06:00
Eli Flanagan
e5bf56a7dd
port post ()
This restores a basic version of the `post` command.
Some source types have been omitted from this first take.
I copied from `fetch` and from `post`@0.40.0.
Part of 
2022-02-18 13:53:10 -05:00
JT
6e733f49bc
Require block params ()
* Require block params

* Improve errors
2022-02-17 06:40:24 -05:00
JT
8c0a2d3c15
Auto-generate markdown command docs ()
* Finish updating

* a couple improvements

* Update renames

* cleanup examples
2022-02-13 21:22:51 -05:00
JT
5a1d81221f
Move 'nth' into 'select' () 2022-02-09 09:59:40 -05:00
Darren Schroeder
6d303f2ca3
update starship docs () 2022-02-08 13:08:02 -06:00
JT
5fabfda57b merge main 2022-02-08 08:28:21 -05:00
JT
a660720b68
Bump to 0.44 () 2022-02-07 20:15:46 -05:00
Fernando Herrera
dbcadbc12c moved folders 2022-02-07 19:23:12 +00:00
Darren Schroeder
0043b9da74
added defaults for colors () 2022-02-03 07:03:47 -06:00
eggcaker
9450bcb90c
Update 3rd_Party_Prompts.md ()
`decode utf-8` not required now
2022-01-28 19:41:48 -05:00
Darren Schroeder
47d004ae24
added 3rd party prompt docs () 2022-01-22 05:12:34 -06:00
eggcaker
446f160320
Add how to setup oh-my-posh with engine-q document () 2022-01-22 16:05:45 +11:00
JT
49e8af8ea5
Bump to 0.43 () 2022-01-18 12:06:12 -05:00
Darren Schroeder
6d554398a7
added prompt_command_right to docs 2022-01-18 07:45:19 -06:00
Darren Schroeder
60cbb7e75d
another type-o 2022-01-18 07:43:40 -06:00
Darren Schroeder
efd9c5c7c3
type-o 2022-01-18 07:42:12 -06:00
JT
8f6843c600
Move $nu.env to $env ()
* Move env from nu builtin to its own

* update samples/tests
2022-01-05 08:34:42 +11:00
Darren Schroeder
91d807b1d2
add docs about coloring and theming () 2022-01-03 13:06:49 -06:00
Saeed Rasooli
398502b0d6
fix docs/sample_config/config.toml: use env.PROMPT_COMMAND () 2022-01-02 17:35:07 -06:00
JT
62011b6bcc
Bump to 0.42 () 2021-12-28 20:56:59 +11:00
Jakub Žádník
061c822c5d
Add environment variables doc page ()
* Fix typos

* Add environment variables doc page

* Remove Breaking Changes page
2021-12-23 06:44:14 +11:00
Jakub Žádník
aea2adc44a
Update Beaking_Changes.md 2021-12-15 23:39:22 +02:00
Jakub Žádník
930cb26e99
Fix hiding of import patterns with globs ()
* Fix glob hiding

* Remove docs comment
2021-12-13 20:35:35 +02:00
Jakub Žádník
ee6ab17fde
Update Beaking_Changes.md 2021-12-13 13:47:01 +02:00
Jakub Žádník
486f91e3a7
Start documenting breaking changes 2021-12-13 12:14:03 +02:00
Jakub Žádník
c33d082ecc
Add docs page about modules and overlays () 2021-12-12 23:21:04 +02:00
JT
610e3911f6
Bump to 0.41 () 2021-12-08 06:21:00 +13:00
miheer vaidya
c00853a473
Seems like accessing $it outside each is not possible now () 2021-12-03 06:49:24 +13:00
Edward Betts
3e93ae8af4
Correct spelling () 2021-11-25 11:11:20 -06:00
JT
2590fcbe5c
Bump to 0.40 () 2021-11-16 21:53:03 +13:00
Oscar Dominguez
f94a3e15f5
Get rid of header bold option ()
* refactor(options): get rid of 'header_bold' option

* docs(config): remove 'header_bold' from docs

* fix(options): replicate logic to apply true/false in bold

* style(options): apply lint fixes
2021-10-31 06:59:19 +13:00
JT
2b06ce27d3
Bump to 0.39 () 2021-10-27 08:36:41 +13:00
JT
e1ebd461d2
Bump to 0.28 () 2021-10-06 06:35:25 +13:00
JT
8581bec891
bump 0.37.1 () 2021-09-16 13:32:22 +12:00
JT
1d80a68f4c
bump to 0.37 () 2021-09-15 06:44:24 +12:00
JT
7fe05b8296
bump to 0.36.1 () 2021-08-27 20:48:58 +12:00
JT
991a4801b1
Bump to 0.36 () 2021-08-25 06:01:17 +12:00
Eli Flanagan
de71cbdd43
document engine-p porting ()
* document engine-p porting

See  for all the details.

* use static numbering
2021-08-08 05:57:32 +12:00
JT
bc682066d8
Bump to 0.35 () 2021-08-03 20:01:09 +12:00
Eli Flanagan
9c016ad479
document compiling without openssl () 2021-07-30 08:21:20 +12:00
ken.chen
ea42a84a4a
Update implementing_a_command.md ()
+  nu-command/src/command.rs has been modified to nu-command/src/mod.rs in nowable version
2021-07-27 09:03:52 -05:00
JT
226739d13f
Bump to 0.34.1 () 2021-07-25 22:58:33 +12:00
Kat Marchán
fcd624a722
add date humanize command ()
* add `date humanize` command

* add docs
2021-07-25 17:33:31 +12:00
Sertac Olgunsoylu
7401fa2fa5
Fix docs for the config variable completion_type () 2021-07-19 07:20:56 -05:00
JT
71f4ea9d76
Bump to 0.34.0 () 2021-07-14 05:57:41 +12:00
Eli Flanagan
4ed615cfcc
documentation: consistent abbreviation for URL ()
I noticed `fetch`'s documentation used "URL" so wanted to do so here as
well.
2021-06-25 09:14:20 -05:00
JT
edbc828fc3
Bump to 0.33.1 () 2021-06-23 19:57:41 +12:00
JT
55cab9eb4f
Bump to 0.33 () 2021-06-22 17:22:33 +12:00
JT
d9d956e54f
Fix issue in external subexpression paths ()
* Fix issue in external subexpression paths

* new clippy dropped

* clippy
2021-06-18 07:59:58 +12:00
Andrés N. Robalino
2a946af81e
Support version option in Nu bin. ()
Additionally we remove the little pieces that we relied on `clap` (for version number in this case).
2021-06-16 14:53:28 -05:00
Darren Schroeder
2846e3f5d9
enable theming of the command line syntax ()
* enable theming of the command line syntax

* added missing flatshape, sorted flatshapes for easier reading.

* sorted flat shapes again and saved it this time

* added sample rwb.json syntax them file to docs
2021-06-11 14:17:43 -05:00
Christian Menges
500683831c
from xlsx/ods: Add parameter --sheets ()
* from xlsx: Add parameter --sheets

* from ods: Add parameter --sheets
2021-06-10 07:44:24 -05:00
Stefan Holderbach
31a5de973d
Fix duration literals in where docs ()
Addresses 
2021-06-07 15:21:31 -05:00
JT
7d78f40bf6
Bump to 0.32.1 () 2021-06-04 19:07:50 +12:00
Darren Schroeder
927578a26f
fixed the prompt () 2021-06-02 08:39:28 -05:00
Christian Menges
2486492c4d
from sqlite: Add parameter --tables ()
* from sqlite: Add parameter '--tables'

* from sqlite: Enhance documentation
2021-06-01 17:06:32 -05:00
JT
df526f73be
Bump to 0.32 ()
* Bump to 0.32

* Bump to 0.32
2021-06-01 08:14:50 +12:00
Christian Menges
01f1208ad1
to sqlite: Fix panic caused by empty tables () 2021-05-31 21:46:07 +12:00
JT
bff81f24aa
Autogenerate missing docs ()
* Autogenerate missing docs

* Update ansi.md

* Rename question mark command docs

* Delete empty?.md
2021-05-30 12:57:04 +12:00
Darren Schroeder
ed515cbc0c
update keybindings to support new rustyline functionality ()
* update keybindings to support new rustyline functionality

* remove some keybindings comments

* fix wasm build

* fixed multiline editing binding
2021-05-28 15:10:04 -05:00
JT
2bb23c57df
Bump to 0.31.1 () 2021-05-12 15:06:50 +12:00
JT
25a8caa9b0
Simplify expressions ()
* WIP: experiment with simpler expressions

* fix simple invoke

* update tests

* fix a few tests

* Make paren parsing more robust

* fix external args

* Remove old invocation

* Update tests

* Update tests
2021-05-12 13:01:48 +12:00
JT
48128c9db6
Bump to 0.31.0 () 2021-05-11 16:44:52 +12:00
JT
599c43ce04
bump to 0.30.1 () 2021-04-22 21:07:54 +12:00
JT
0fc9b6cfa2
Bump to 0.30 ()
* Bump to 0.30

* fix test
2021-04-20 18:34:10 +12:00
Andrés N. Robalino
d34068da18
Implementing Nu command guide. () 2021-04-16 08:11:26 -05:00
Jonathan Turner
42fac722bb
Bump to 0.29.2 ()
* Bump to 0.29.2

* Fix test
2021-04-07 08:14:06 +12:00
Waldir Pimenta
4bc9d9fd3b
Fix typos and capitalization of "Unicode" ()
* Capitalize "Unicode"

* Fix several typos

* Fix mixed whitespace in nu-parser's tests
2021-04-04 07:14:07 +12:00
Luccas Mateus
0fe6c7c558
Mathsqrt ()
* Output error when ls into a file without permission

* math sqrt

* added test to check fails when ls into prohibited dir

* fix lint

* math sqrt with tests and doc

* trigger wasm build

* Update filesystem_shell.rs

* always forgetting the linting

* fix clippy complaining

Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
2021-04-01 16:26:05 -05:00
Jonathan Turner
06b154f4b2
Bump to 0.29.1 ()
* Bump to 0.29.1

* fix test
2021-03-31 20:13:40 +13:00
Jonathan Turner
4faaa5310e
Bump to 0.29 ()
* Bump to 0.29

* fix test
2021-03-30 22:35:21 +13:00
ahkrr
56adc7c3c6
imp: bump rustyline to 8.0.0 ()
* imp: bump rustyline to 8.0.0

* fix: rustyline 8 keybindings

* fix: commands count/length test

Co-authored-by: alexhk <alexhk@protonmail.com>
2021-03-14 15:13:31 +13:00
John-Goff
c13fe83784
Rename count to length ()
* update docs to refer to length instead of count

* rename count to length

* change all occurrences of 'count' to 'length' in tests

* format length command
2021-03-14 10:46:40 +13:00
Jonathan Turner
22ae962b57
Bump to 0.28 () 2021-03-09 23:40:17 +13:00
Darren Schroeder
507de45d40
Revert "add config: prompt_color_enabled = true ()" ()
This reverts commit fe0fc8d5e1.
2021-03-04 12:22:14 -05:00
Saeed Rasooli
fe0fc8d5e1
add config: prompt_color_enabled = true () 2021-03-04 20:08:26 +13:00
Jonathan Turner
aa6c6120f6
Bump to 0.27.2 ()
* Bump to 0.27.2

* Fix clippy and test
2021-02-26 17:55:25 +13:00
Leonhard Kipp
5968811441
Set skip_welcome_message to false by default and add note () 2021-02-19 21:41:11 +13:00
Jonathan Turner
deff1aa63b
Bump to 0.27.1 () 2021-02-18 18:54:48 +13:00