Home Explore Blog CI



nushell

1st chunk of `blog/2022-04-12-nushell_0_61.md`
08ec31aa316cb7f648935084674e88f1d598b2e8339cce900000000100000712
---
title: Nushell 0.61
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 version 0.61 of Nu. This release includes UI improvements, many bugfixes, improved glob support, and more.
---

# Nushell 0.61

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 version 0.61 of Nu. This release includes UI improvements, many bugfixes, improved glob support, and more.

<!-- more -->

# Where to get it

Nu 0.61 is available as [pre-built binaries](https://github.com/nushell/nushell/releases/tag/0.61.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 built-in goodies, you can install `cargo install nu --all-features`.

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

# Help Menu (elferherrera)



In 0.61, you can now use `<ctrl+q>` to ask a question/query in Nushell. Currently, this will search through the commands and show you commands that mention the word you type.

Tab lets you move between the available commands.

You can use up/down to pick the example you'd like to use. Pressing enter will select the example and insert it into the input for you.

# Completion descriptions (elferherrera, fdncred, sophiajt)


Title: Nushell 0.61 Release: UI Improvements and More
Summary
Nushell 0.61 is released with UI improvements, bug fixes, and improved glob support. The release introduces a help menu that can be accessed with `<ctrl+q>` to search through commands and display relevant ones. Additionally, completion descriptions have been added, providing more information about commands as you type.