./shells/nushell, New type of shell

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


Branch: CURRENT, Version: 0.102.0, Package name: nushell-0.102.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: 3296.839 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-12 16:45:55 by Thomas Klausner | Files touched by this commit (1)
Log message:
nushell: try bumping ARGMAX_REQD even higher

since this still fails on shadow
   2025-02-08 12:58:31 by Thomas Klausner | Files touched by this commit (1)
Log message:
nushell: try bumping ARGMAX_REQ to fix build
   2025-02-06 12:23:31 by pin | Files touched by this commit (3) | Package updated
Log message:
shells/nushell: update to 0.102.0

This is the 0.102.0 release of Nushell.
The ChangeLog is too long to reproduce here, see release notes:
https://www.nushell.sh/blog/2025-02-04-nushell_0_102_0.html
   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