Home Explore Blog CI



nushell

1st chunk of `blog/2020-09-01-nushell_0_19.md`
f9a3a4e68185049b6416a8ed353761267b0838deb41cf01e00000001000007b2
---
title: Nushell 0.19
author: The Nu Authors
author_site: https://twitter.com/nu_shell
author_image: https://www.nushell.sh/blog/images/nu_logo.png
excerpt: Today, we're releasing 0.19 of Nu. In this version, we fill some long-lived gaps in Nu, improve completions, theming, and much more.
---

# Nushell 0.19

Nushell, or Nu for short, is a new shell that takes a modern, structured approach to your commandline. It works seamlessly with the data from your filesystem, operating system, and a growing number of file formats to make it easy to build powerful commandline pipelines.

Today, we're releasing 0.19 of Nu. In this version, we fill some long-lived gaps in Nu, improve completions, theming, and much more.

# Where to get it

Nu 0.19 is available as [pre-built binaries](https://github.com/nushell/nushell/releases/tag/0.19.0) or from [crates.io](https://crates.io/crates/nu). If you have Rust installed you can install it using `cargo install nu`.

If you want all the goodies, you can install `cargo install nu --features=extra`.

As part of this release, we also publish a set of plugins you can install and use with Nu. To install, use `cargo install nu_plugin_<plugin name>`.

# What's New

## New completion engine (thegedge)



Nushell's completion suggestions are now built around the nushell parser. This means completers can now use a much richer context to provide relevant suggestions. This is still a work in progress, but one immediate improvement is that we can now complete commands, flags, and arguments in most nested structures. For example, `echo $(l<TAB>` will show you all commands that start with l.

The completion work is still very "new", with parts landing in the hours before the release, so please give it a spin and let us know where we can keep improving it.

## Improved theming (fdncred)


Title: Nushell 0.19 Release: New Features and Improvements
Summary
Nushell 0.19 has been released with improvements to completion, theming, and more. The new completion engine is built around the Nushell parser, providing richer context for suggestions. Theming has also been improved.