lyuha / nightly

The nightly release packages of Nushell, Only keep the latest a few releases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nightly Release for Nushell

This is the nightly release repo for Nushell, they are not production ready and just for test purpose.

ONLY THE LATEST 10 NIGHTLY BUILDS WILL BE KEPT.

Nightly Build

Pull the latest nightly build in the REPL

One can use the toolkit.nu module provided in this repo to download one of the latest nightly builds.

  • download the module
git clone https://github.com/nushell/nightly.git; cd nightly
# or download the file alone
http get https://raw.githubusercontent.com/nushell/nightly/nightly/toolkit.nu | save --force toolkit.nu
  • activate the module
overlay use --reload --prefix toolkit.nu as tk
  • get some help
tk get-latest-nightly-build --help
  • an example for Linux
> tk get-latest-nightly-build x86_64-linux-gnu
latest nightly build (version: 0.85.1, hash: c925537) saved as `nu-0.85.1-x86_64-linux-gnu-full.tar.gz`
hint: run `tar xvf nu-0.85.1-x86_64-linux-gnu-full.tar.gz --directory .` to unpack the tarball

About

The nightly release packages of Nushell, Only keep the latest a few releases


Languages

Language:Nushell 100.0%