./shells/nushell, New type of shell

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


Branch: CURRENT, Version: 0.91.0, Package name: nushell-0.91.0, 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: 2790.782 KB

Version history: (Expand)


CVS history: (Expand)


   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.
   2024-01-10 10:27:37 by pin | Files touched by this commit (5) | Package updated
Log message:
shells/nushell: update to 0.89.0

This is the 0.89.0 release of Nushell. You can learn more about this release
here: https://www.nushell.sh/blog/2024-01-09-nushell_0_89_0.html

The ChangeLog is too long to reproduce here.
   2023-12-18 07:44:40 by pin | Files touched by this commit (5) | Package updated
Log message:
shells/nushell: update to 0.88.1

v0.88.1
This is the 0.88.1 patch release of Nushell.

With this hotfix we adress a regression in the redirection to external commands
and fix build failures using cargo install and on some platforms.

v0.88.0
This is the 0.88.0 release of Nushell. You can learn more about this release
here: https://www.nushell.sh/blog/2023-12-12-nushell_0_88_0.html

The ChangeLog is too long to reproduce here.
   2023-11-21 08:00:02 by pin | Files touched by this commit (3) | Package updated
Log message:
shells/nushell: update to 0.87.1

This is the 0.87.1 patch release of Nushell. In this hotfix we resolve two
issues with the file system commands rm and cp.

Nushell's cp command in 0.87.0 did not correctly handle changes to the directory
by the Nushell internal cd when invoked inside a block. Furthermore the rm
command was not able to correctly handle paths requiring expansion.
   2023-11-16 09:01:55 by pin | Files touched by this commit (3) | Package updated
Log message:
shells/nushell: update to 0.87.0

Learn more about this release and changes at:
https://www.nushell.sh/blog/2023-11-14-nushell_0_87_0.html

The ChangeLog is too long to reproduce here.