./shells/nushell, New type of shell

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 0.109.1, Package name: nushell-0.109.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: 3585.958 KB

Version history: (Expand)


CVS history: (Expand)


   2025-12-04 16:59:53 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
nushell: updated to 0.109.1

0.109.1
This release fixes some regressions of Nu 0.109.0, especially fixes to http get \ 
and source.
   2025-11-30 12:24:53 by pin | Files touched by this commit (3) | Package updated
Log message:
shells/nushell: update to 0.109.0

This is the 0.109.0 release of Nushell.
The ChangeLog is too long to reproduce here, see release notes:
https://www.nushell.sh/blog/2025-11-29-nushell_v0_109_0.html
   2025-10-27 13:20:05 by pin | Files touched by this commit (3) | Package updated
Log message:
shells/nushell: update to 0.108.0

This is the 0.108.0 release of Nushell.
The ChangeLog is too long to reproduce here, see release notes:
https://www.nushell.sh/blog/2025-10-15-nushell_v0_108_0.html
   2025-09-03 09:10:37 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
nushell: updated to 0.107.0

Nushell 0.107.0

Today, we're releasing version 0.107.0 of Nu. This release has a pretty big
variety of improvements to various parts of Nushell. There are some new
features for watch, find, and query xml, and changes to over 50 commands!
   2025-07-30 14:47:00 by pin | Files touched by this commit (3) | Package updated
Log message:
shells/nushell: update to 0.106.1

This patch release fixes a regression with bare string interpolation from
0.106.0, the const version of get, and several build-related issues.
   2025-07-26 10:55:02 by pin | Files touched by this commit (3) | Package updated
Log message:
shells/nushell: update to 0.106.0

This is the 0.106.0 release of Nushell.
The ChangeLog is too long to reproduce here, see release notes:
https://www.nushell.sh/blog/2025-07-23-nushell_0_106_0.html
   2025-06-12 10:08:38 by pin | Files touched by this commit (3) | Package updated
Log message:
shells/nushell: update to 0.105.1

0.105.1
 This release adds a fix to make cargo install nu possible again.

0.105.0
 This is the 0.105.0 release of Nushell.
 The ChangeLog is too long to reproduce here, see release notes:
 https://www.nushell.sh/blog/2025-06-10-nushell_0_105_0.html
   2025-05-26 10:17:08 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
nushell: updated to 0.104.1

0.104.1

This release fixes some issues related to the Windows MSI installer and the
Nushell winget package. macOS and Linux users are not affected.