Home Explore Blog CI



nushell

3rd chunk of `blog/2019-12-31-happy-nu-year-2020.md`
2641fa8351c6964306dd1a55b261138de66e2f6bdd73b3580000000100001139
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
 11 │ Porges
 12 │ Southclaws
 13 │ aidanharris
 14 │ andrasio
 15 │ bndbsh
 16 │ chhetripradeep
 17 │ coolshaurya
 18 │ cristicismas
 19 │ davidrobertmason
 20 │ devnought
 21 │ djc
 22 │ drmason13
 23 │ eoinkelly
 24 │ est31
 25 │ gilesv
 26 │ iamcodemaker
 27 │ incrop
 28 │ ineol
 29 │ jankoprowski
 30 │ jdvr
 31 │ jerodsanto
 32 │ landaire
 33 │ lesichkovm
 34 │ marcelocg
 35 │ max-sixty
 36 │ mfarberbrodsky
 37 │ miller-time
 38 │ mlbright
 39 │ nalshihabi
 40 │ naufraghi
 41 │ notryanb
 42 │ oknozor
 43 │ orf
 44 │ oskarskog
 45 │ piotrek-szczygiel
 46 │ pizzafox
 47 │ pka
 48 │ pmeredit
 49 │ quebin31
 ───┴───────────────────
────┬───────────────
 #  │ <value>
────┼───────────────
 50 │ ramonsnir
 51 │ rnxpyke
 52 │ rtlechow
 53 │ sdfnz
 54 │ sebastian-xyz
 55 │ sophiajt
 56 │ svartalf
 57 │ t-hart
 58 │ taiki-e
 59 │ tchak
 60 │ thegedge
 61 │ tim77
 62 │ twe4ked
 63 │ uma0317
 64 │ vsoch
 65 │ vthriller
 66 │ wycats
 67 │ yaahc
 68 │ yahsinhuangtw
────┴───────────────
```

## Nushell book repo

```shell
> fetch https://api.github.com/repos/nushell/book/stats/contributors | get author | sort-by login | get login
────┬─────────────────
 #  │ <value>
────┼─────────────────
  0 │ Andrew-Webb
  1 │ andrasio
  2 │ boisgera
  3 │ jankoprowski
  4 │ landaire
  5 │ lord
  6 │ marcelocg
  7 │ mistydemeo
  8 │ mlh758
  9 │ pizzafox
 10 │ pka
 11 │ romanlevin
 12 │ rtlechow
 13 │ sebastian-xyz
 14 │ sophiajt
 15 │ ymgyt
────┴─────────────────
```

## Contributor book

```shell
> fetch https://api.github.com/repos/nushell/contributor-book/stats/contributors | get author | sort-by login | get login
───┬─────────────────
 # │ <value>
───┼─────────────────
 0 │ andrasio
 1 │ daveremy
 2 │ jankoprowski
 3 │ sophiajt
 4 │ sebastian-xyz
───┴─────────────────
```

## Cookbook

```shell
> fetch https://api.github.com/repos/nushell/cookbook/stats/contributors | get author | sort-by login | get login
───┬─────────────────
 # │ <value>
───┼─────────────────
 0 │ sophiajt
 1 │ notryanb
 2 │ sebastian-xyz
───┴─────────────────
```

## Blog

```shell
> fetch https://api.github.com/repos/nushell/blog/stats/contributors | get author | sort-by login | get login
───┬─────────────────
 # │ <value>
───┼─────────────────
 0 │ Aloso
 1 │ sophiajt
 2 │ sebastian-xyz
 3 │ waldyrious
───┴─────────────────
```

Title: Nushell's 2020 Plans and Contributor List
Summary
This section outlines Nushell's plans for 2020, which include stability fixes, aliases, variables, functions, scripts, better OS integration, improved line editing, and a better motto. It also expresses gratitude to the contributors. Additionally, it lists contributors to various Nushell repositories (nushell, book, contributor-book, cookbook, blog) by fetching contributor statistics from GitHub and sorting them by login name.