./shells/nushell, New type of shell

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


Branch: CURRENT, Version: 0.92.2, Package name: nushell-0.92.2, Maintainer: pin

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: 2858.507 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-11 16:15:12 by pin | Files touched by this commit (4) | Package updated
Log message:
shells/nushell: update to 0.92.2

This is the 0.92.2 patch release of Nushell.

This hot-fix addresses a security concern with how arguments are passed to
external commands on Windows.

The underlying vulnerability was found in the interaction of the Rust standard
library we use and the Windows command invocation logic and documented as
CVE-2024-24576

To address this concern, we update the version of the Rust compiler and
standard library used to build Nushell to the latest stable version (1.77.2).

Note: Distributors of Nushell need to upgrade their Rust toolchain to provide
a patched Nushell build.

pkgsrc note: As CVE-2024-24576 only affects Windows, we are patching away the
requirement for MSRV 1.72.2 back to 1.75.0
   2024-04-11 11:06:33 by pin | Files touched by this commit (1) | Package updated
Log message:
shells/nushell: add update warning
   2024-04-05 09:31:25 by pin | Files touched by this commit (3) | Package updated
Log message:
shells/nushell: update to 0.92.1

This is the 0.92.1 patch release of Nushell.

This patch addresses several bugs and regressions present with 0.92.0:

 - The configured hooks should again properly affect the scope (e.g. virtualenv
   integrations using a hook to activate as an overlay) (#12383)
 - mkdir/touch did not correctly resolve relative paths after using cd.
   This is now fixed. (#12394)
 - The default config file created by 0.92.0 assumed that you built with the
   default feature set including the system-clipboard. This is not working on
   platforms like Android/Termux (termux builds with default-no-clipboard).
   Now we only create keybindings in config.nu that are supported on all
   platforms and provide suggestions as comments. You may want to recreate
   config.nu with 0.92.1 if you run into this issue. (#12385)
 - The timing of drop notifications sent to plugins has been corrected. (#12341)
   2024-04-03 22:03:41 by pin | Files touched by this commit (3) | Package updated
Log message:
shells/nushell: update to 0.92.0

This is the 0.92.0 release of Nushell. You can learn more about this release
here: https://www.nushell.sh/blog/2024-04-02-nushell_0_92_0.html

The ChangeLog is too long to reproduce here.
   2024-03-10 11:19:34 by Havard Eidnes | Files touched by this commit (1)
Log message:
shells/nushell: Add use of mk/atomic64.mk to make this build on macppc.
   2024-03-06 21:04:59 by pin | Files touched by this commit (1)
Log message:
shells/nushell: remove patch

No longer needed.
   2024-03-06 20:54:07 by pin | Files touched by this commit (3) | Package updated
Log message:
shells/nushell: update to 0.91.0

This is the 0.91.0 release of Nushell. You can learn more about this release
here: https://www.nushell.sh/blog/2024-03-05-nushell_0_91_0.html

The ChangeLog is too long to reproduce here.
   2024-02-10 18:28:25 by pin | Files touched by this commit (4) | Package updated
Log message:
shells/nushell: update to 0.90.1

This is the 0.90.1 release of Nushell. You can learn more about this release
here: https://www.nushell.sh/blog/2024-02-06-nushell_0_90_0.html

The ChangeLog is too long to reproduce here.