Home Explore Blog CI



nushell

2nd chunk of `blog/2019-12-31-happy-nu-year-2020.md`
cede42875d121c2454e080392bf764f32b77439a17bbe35a00000001000009ac
- We released 6 different releases: [0.2](https://www.nushell.sh/blog/2019-08-23-introducing-nushell.html), [0.3](https://www.nushell.sh/blog/2019-09-24-nushell_0_3_0.html), [0.4](https://www.nushell.sh/blog/2019-10-15-nushell-0_4_0.html), [0.5](https://www.nushell.sh/blog/2019-11-05-nushell-0_5_0.html), [0.6](https://www.nushell.sh/blog/2019-11-26-nushell-0_6_0.html), and [0.7](https://www.nushell.sh/blog/2019-12-18-nushell-0_7_0.html).
- Nu gained features. Lots of them. New table designs, new file formats, lots of new commands, improvements to error reporting, plugins (in [C++](https://github.com/lefticus/nu_plugin_calc), [Go](https://vsoch.github.io/2019/nushell-plugin-golang/), [Python](https://github.com/vsoch/nushell-plugin-python), and [Ruby](https://github.com/andrasio/nu-plugin/tree/master/examples)), new colors, support for streaming tables, vi mode, moved to the stable Rust compiler, login shell support, recycle bin support, starship.rs support, fuzzy matching, duration and date comparison, ranges, improved autocomplete, and a bunch of internal improvements to make way for 2020.
- Thanks to all the reports, PRs, and help debugging we've made a ton of progress in making Nu more stable and complete

## What's ahead?

That said, it's "[def early days](https://twitter.com/yoshuawuyts/status/1210367651354161152?s=20)" for Nu, as one recent user put it. We couldn't agree more. It's not _quite_ ready for people to use as their everyday shell. Things we're working on in 2020 to make it possible for everyone to use Nu in their day-to-day work:

- Stability fixes! We'll be working hard to make Nu rock solid.
- Aliases, variables, functions, scripts
- Better integration with the native OS
- Improved line editing
- A better motto (lots of people confused about what "Github-era" means)

In short, it's been a lot of fun, a lot of work, and we met some new friends along the way. A very big "thanks!" to all our contributors this year!

## Nushell repo

```shell
> fetch https://api.github.com/repos/nushell/nushell/stats/contributors | get author | sort-by login | get login
────┬───────────────────
 #  │ <value>
────┼───────────────────
  0 │ Aloso
  1 │ BatmanAoD
  2 │ BradyBromley
  3 │ BurNiinTRee
  4 │ Detegr
  5 │ DrSensor
  6 │ Flare576
  7 │ GuillaumeGomez
  8 │ JesterOrNot
  9 │ JonnyWalker81
 10 │ Paradiesstaub

Title: Nushell's Future Plans and 2019 Contributors
Summary
The text outlines the features gained by Nushell, including new table designs, file formats, commands, improved error reporting, plugins in various languages, and more. It then details the plans for 2020, focusing on stability fixes, aliases, variables, functions, scripts, better OS integration, improved line editing, and a better motto. The text also thanks the contributors and lists some of the contributors to the Nushell repository.