Path to this page:
./
shells/nushell,
New type of shell
Branch: CURRENT,
Version: 0.113.1,
Package name: nushell-0.113.1,
Maintainer: pkgsrc-usersHello, and welcome to the Nushell project. The goal of this project is to take
the Unix philosophy of shells, where pipes connect simple commands together, and
bring it to the modern style of development.
Nu takes cues from a lot of familiar territory: traditional shells like bash,
advanced shells like PowerShell, functional programming, systems programming,
and more. But rather than trying to be the jack of all trades, Nu focuses its
energy on doing a few things well:
-Create a flexible cross-platform shell with a modern feel
-Allow you to mix and match commandline applications with a shell that
understands the structure of your data
-Have the level of UX polish that modern CLI apps provide
The easiest way to see what Nu can do is to start with some examples, so let's
dive in, https://www.nushell.sh/book/
Master sites:
Filesize: 3932.549 KB
Version history: (Expand)
- (2026-06-03) Updated to version: nushell-0.113.1
- (2026-05-27) Updated to version: nushell-0.113.0
- (2026-04-20) Updated to version: nushell-0.112.2
- (2026-04-13) Updated to version: nushell-0.112.1
- (2026-03-02) Updated to version: nushell-0.111.0
- (2026-01-18) Updated to version: nushell-0.110.0
CVS history: (Expand)
2026-06-03 09:09:23 by Adam Ciarcinski | Files touched by this commit (3) | 👁 Package updated
|
Log message:
nushell: updated to 0.113.1
0.113.1
This patch release fixes issues introduced in 0.113.0, including YAML string
quoting behavior, reliability problems across the idx command family, and a
REPL regression in commandline edit.
|
| 2026-05-27 12:09:33 by pin | Files touched by this commit (1) |
Log message:
shells/nushell: revert back to vendor libgit2
Avoid mismatch versions issue.
|
2026-05-27 06:53:05 by Adam Ciarcinski | Files touched by this commit (3) | 👁 Package updated
|
Log message:
nushell: updated to 0.113.0
0.113.0
This release adds fast in-memory indexing and search via idx, stream inspection
without collection via peek, structured verbose output for file operations, and
a more concise default output mode for from md.
|
2026-04-20 07:38:01 by Adam Ciarcinski | Files touched by this commit (3) | 👁 Package updated
|
Log message:
nushell: updated to 0.112.2
0.112.2
Fixed regressions in quoting for string arguments in Nu script calls
Fixed regressions for input list
|
2026-04-13 10:28:59 by pin | Files touched by this commit (5) | 👁 Package updated
|
Log message:
shells/nushell: update to 0.112.1
This is the 0.112.1 release of Nushell. You can learn more about this release
here: https://www.nushell.sh/blog/2026-04-11-nushell_v0_112_1.html
(We skipped release 0.112.0 due to issue when releasing to crates.io.)
|
| 2026-03-02 16:32:27 by pin | Files touched by this commit (6) |
Log message:
shells/nushell: uodate to 0.111.0
This is the 0.111.0 release of Nushell.
You can learn more about this release here: \
https://www.nushell.sh/blog/2026-02-28-nushell_v0_111_0.html
|
| 2026-01-19 22:28:46 by Thomas Klausner | Files touched by this commit (2) |
Log message:
nushell: patch second copy of mio as well
|
2026-01-18 15:06:46 by pin | Files touched by this commit (4) | 👁 Package updated
|
Log message:
shells/nushell: update to 0.110.0
This is the 0.110.0 release of Nushell.
You can learn more about this release here: \
https://www.nushell.sh/blog/2026-01-17-nushell_v0_110_0.html
|