./shells/nushell, New type of shell

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ]


Branch: CURRENT, Version: 0.114.1, Package name: nushell-0.114.1, Maintainer: pkgsrc-users

Hello, 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: 4063.913 KB

Version history: (Expand)


CVS history: (Expand)


   2026-07-23 09:25:17 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
nushell: updated to 0.114.1

0.114.1
This patch release fixes issues found after enforce-runtime-annotations became
opt-out in the last version, improving runtime type checks and error reporting.
   2026-07-05 09:52:10 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
nushell: updated to 0.114.0

0.114.0

This release brings sharper type checking, POSIX-style -- option parsing, the
new run command for pipeline-friendly scripts, and nice built-in support for
working with Semantic Versioning.
   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