./shells/nushell, New type of shell

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


Branch: CURRENT, Version: 0.101.0, Package name: nushell-0.101.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: 3248.821 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-23 12:34:08 by pin | Files touched by this commit (3) | Package updated
Log message:
shells/nushell: update to 0.101.0

This is the 0.101.0 release of Nushell.
The ChangeLog is too long to reproduce here, see release notes:
https://www.nushell.sh/blog/2024-12-24-nushell_0_101_0.html
   2024-11-13 09:44:33 by pin | Files touched by this commit (3) | Package updated
Log message:
shells/nushell: update to 0.100.0

This is the 0.100.0 release of Nushell.
The ChangeLog is too long to reproduce here, see release notes.
   2024-10-21 16:01:24 by pin | Files touched by this commit (3) | Package updated
Log message:
shells/nushell: update to 0.99.1

A bug was introduced in 0.99.0 where return, break, and continue could cause
$env.LAST_EXIT_CODE to be set to 1. This has been fixed in #14120.
   2024-10-16 12:15:27 by pin | Files touched by this commit (3) | Package updated
Log message:
shells/nushell: update to 0.99.0

This is the 0.99.0 release of Nushell. ChangeLogs are too long to reproduce here,
see: https://www.nushell.sh/blog/2024-10-15-nushell_0_99_0.html
   2024-09-22 15:25:46 by pin | Files touched by this commit (1)
Log message:
shells/nushell: fix curl-sys crate version
   2024-09-21 23:16:13 by pin | Files touched by this commit (3) | Package updated
Log message:
shells/nushell: update to 0.98.0

ChangeLogs are too long to reproduce here.

See:
https://www.nushell.sh/blog/2024-09-17-nushell_0_98_0.html
https://www.nushell.sh/blog/2024-08-20-nushell_0_97_1.html
   2024-07-31 19:58:46 by pin | Files touched by this commit (3) | Package updated
Log message:
shells/nushell: update to 0.96.1

See https://www.nushell.sh/blog/2024-07-29-nushell_0_96_1.html for ChangeLog.
   2024-07-26 11:00:56 by pin | Files touched by this commit (3) | Package updated
Log message:
shells/nushell: update to 0.96.0

This is the 0.96.0 release of Nushell. You can learn more about this release
here: https://www.nushell.sh/blog/2024-07-23-nushell_0_96_0.html

The ChangeLog is too long to reproduce here.