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
|[@NotTheDr01ds](https://github.com/NotTheDr01ds)| Suppress column index for default `cal` output |[#13188](https://github.com/nushell/nushell/pull/13188)|
|[@WindSoilder](https://github.com/WindSoilder)| Improves commands that support range input |[#13113](https://github.com/nushell/nushell/pull/13113)|
350
350
|[@devyn](https://github.com/devyn)| Fix compilation for `nu_protocol::value::from_value` on 32-bit targets |[#13169](https://github.com/nushell/nushell/pull/13169)|
@@ -372,7 +372,7 @@ Thanks to all the contributors below for helping us solve issues and improve doc
|[@ayax79](https://github.com/ayax79)| Use polars default infer schema amount of 100 rows instead of scanning entire CVS/json lines files |[#13193](https://github.com/nushell/nushell/pull/13193)|
375
+
|[@ayax79](https://github.com/ayax79)| Use polars default infer schema amount of 100 rows instead of scanning entire CSV/json lines files |[#13193](https://github.com/nushell/nushell/pull/13193)|
376
376
|[@ayax79](https://github.com/ayax79)| Added the ability to turn on performance debugging through and env var for the polars plugin |[#13191](https://github.com/nushell/nushell/pull/13191)|
377
377
|[@ayax79](https://github.com/ayax79)| Added the ability to open json lines dataframes with polars lazy json lines reader. |[#13167](https://github.com/nushell/nushell/pull/13167)|
378
378
|[@ayax79](https://github.com/ayax79)| Allow the addition of an index column to be optional |[#13097](https://github.com/nushell/nushell/pull/13097)|
@@ -418,7 +418,7 @@ Thanks to all the contributors below for helping us solve issues and improve doc
418
418
-[Fixes #13093 - Erroneous example in 'touch' help](https://github.com/nushell/nushell/pull/13095)
Copy file name to clipboardExpand all lines: book/moving_around.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
@@ -184,7 +184,7 @@ cd ....
184
184
```
185
185
186
186
::: tip
187
-
Multi-dot shortcuts are available to both internal Nushell [filesystem commands](//commands/categories/filesystem.html) as well as to external commands. For example, running `^stat ....` on a Linux/Unix system will show that the path is expanded to `../../../..`
187
+
Multi-dot shortcuts are available to both internal Nushell [filesystem commands](/commands/categories/filesystem.html) as well as to external commands. For example, running `^stat ....` on a Linux/Unix system will show that the path is expanded to `../../../..`
188
188
:::
189
189
190
190
You can combine relative directory levels with directory names as well:
Copy file name to clipboardExpand all lines: book/quick_tour.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
@@ -237,7 +237,7 @@ Pressing <kbd>Esc</kbd> one time returns from Scroll-mode to the View; Pressing
237
237
:::
238
238
239
239
::: tip
240
-
You can, of course, use the `explore` command on _any_ structured data in Nushell. This might include JSON data coming from a Web API, a spreadsheet or CVS file, YAML, or anything that can be represented as structured data in Nushell.
240
+
You can, of course, use the `explore` command on _any_ structured data in Nushell. This might include JSON data coming from a Web API, a spreadsheet or CSV file, YAML, or anything that can be represented as structured data in Nushell.
Les raccourcis multi-points sont disponibles à la fois pour les commandes Nushelles, [les commandes du système de fichier](//commands/categories/filesystem.html) et les commandes externes. Par exemple, executer `^stat ....` sur un système Linux/Unix affichera que le chemin est étendu à `../../../..`
131
+
Les raccourcis multi-points sont disponibles à la fois pour les commandes Nushelles, [les commandes du système de fichier](/commands/categories/filesystem.html) et les commandes externes. Par exemple, executer `^stat ....` sur un système Linux/Unix affichera que le chemin est étendu à `../../../..`
132
132
:::
133
133
134
134
Vous pouvez aussi combiner des niveaux de répertoires relatifs avec des noms de répertoires :
0 commit comments