Skip to content

Commit 6b09198

Browse files
authored
Fix deadnames and update contact info (#1343)
1 parent 1b3cf97 commit 6b09198

File tree

110 files changed

+848
-853
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+848
-853
lines changed

blog/2019-08-23-introducing-nushell.md

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Introducing nushell
3-
author: Jonathan Turner
4-
author_site: https://twitter.com/jntrnr
5-
author_image: https://www.nushell.sh/blog/images/jonathandturner.jpg
3+
author: Sophia Turner
4+
author_site: https://twitter.com/sophiajturner
5+
author_image: https://www.nushell.sh/blog/images/sophiajt.jpg
66
excerpt: Today, we're introducing a new shell, written in Rust. It draws inspiration from the classic Unix philosophy of pipelines, the structured data approach of PowerShell, functional programming, systems programming, and more.
77
---
88

@@ -12,7 +12,7 @@ Today, we're introducing a new shell, written in Rust. It draws inspiration from
1212

1313
It's called Nushell, or just Nu for short. We have a [book](https://book.nushell.sh/en) (¡también se habla [Español](https://book.nushell.sh/es)!). We have a [repo](https://github.com/nushell/nushell).
1414

15-
This release was made by Jonathan Turner (me), Yehuda Katz, and Andrés Robalino, with contributions from Odin Dutton.
15+
This release was made by Sophia Turner (me), Yehuda Katz, and Andrés Robalino, with contributions from Odin Dutton.
1616

1717
![Nu in action](../assets/images/nushell-autocomplete4.gif)
1818

@@ -139,31 +139,31 @@ Or maybe we want to work with the native `ls -la`:
139139
# | Column1 | Column2 | Column3 | Column4 | Column5 | Column6 | Column7 | Column8 | Column9
140140
----+------------+---------+----------+----------+---------+---------+---------+---------+---------------
141141
0 | total | 296 | | | | | | |
142-
1 | drwxr-xr-x | 13 | jonathan | jonathan | 4096 | Aug | 24 | 03:24 | .
143-
2 | drwxr-xr-x | 21 | jonathan | jonathan | 4096 | Aug | 22 | 17:00 | ..
144-
3 | drwxr-xr-x | 2 | jonathan | jonathan | 4096 | Aug | 3 | 05:39 | assets
145-
4 | drwxr-xr-x | 2 | jonathan | jonathan | 4096 | Aug | 21 | 19:29 | .azure
146-
5 | drwxr-xr-x | 2 | jonathan | jonathan | 4096 | Jun | 23 | 05:09 | .cargo
147-
6 | -rw-r--r-- | 1 | jonathan | jonathan | 2963 | Aug | 22 | 20:17 | Cargo2.toml
148-
7 | -rw-r--r-- | 1 | jonathan | jonathan | 201255 | Aug | 24 | 03:24 | Cargo.lock
149-
8 | -rw-r--r-- | 1 | jonathan | jonathan | 3127 | Aug | 24 | 03:24 | Cargo.toml
150-
9 | drwxr-xr-x | 2 | jonathan | jonathan | 4096 | Jun | 17 | 15:32 | docs
151-
10 | -rw-r--r-- | 1 | jonathan | jonathan | 148 | Jun | 17 | 15:32 | .editorconfig
152-
11 | drwxr-xr-x | 4 | jonathan | jonathan | 4096 | Aug | 22 | 19:29 | extra
153-
12 | drwxr-xr-x | 8 | jonathan | jonathan | 4096 | Aug | 24 | 03:24 | .git
154-
13 | -rw-r--r-- | 1 | jonathan | jonathan | 58 | Aug | 10 | 11:08 | .gitignore
155-
14 | drwxr-xr-x | 2 | jonathan | jonathan | 4096 | Aug | 24 | 03:24 | images
156-
15 | -rw-r--r-- | 1 | jonathan | jonathan | 1085 | Jun | 17 | 15:32 | LICENSE
157-
16 | -rw-r--r-- | 1 | jonathan | jonathan | 614 | Jun | 17 | 15:32 | Makefile.toml
158-
17 | -rw-r--r-- | 1 | jonathan | jonathan | 0 | Aug | 23 | 04:58 | open
159-
18 | -rw-r--r-- | 1 | jonathan | jonathan | 11375 | Aug | 24 | 03:24 | README.md
160-
19 | -r--r--r-- | 1 | jonathan | jonathan | 0 | Jul | 4 | 03:51 | readonly.txt
161-
20 | -rw-r--r-- | 1 | jonathan | jonathan | 37 | Aug | 23 | 04:54 | rustfmt2.toml
162-
21 | -rw-r--r-- | 1 | jonathan | jonathan | 16 | Aug | 1 | 19:45 | rustfmt.toml
163-
22 | drwxr-xr-x | 10 | jonathan | jonathan | 4096 | Aug | 24 | 03:24 | src
164-
23 | drwxr-xr-x | 4 | jonathan | jonathan | 4096 | Aug | 22 | 19:22 | target
165-
24 | drwxr-xr-x | 4 | jonathan | jonathan | 4096 | Aug | 22 | 04:15 | tests
166-
25 | drwxrwxr-x | 2 | jonathan | jonathan | 4096 | Jul | 19 | 15:18 | .vscode
142+
1 | drwxr-xr-x | 13 | sophia | sophia | 4096 | Aug | 24 | 03:24 | .
143+
2 | drwxr-xr-x | 21 | sophia | sophia | 4096 | Aug | 22 | 17:00 | ..
144+
3 | drwxr-xr-x | 2 | sophia | sophia | 4096 | Aug | 3 | 05:39 | assets
145+
4 | drwxr-xr-x | 2 | sophia | sophia | 4096 | Aug | 21 | 19:29 | .azure
146+
5 | drwxr-xr-x | 2 | sophia | sophia | 4096 | Jun | 23 | 05:09 | .cargo
147+
6 | -rw-r--r-- | 1 | sophia | sophia | 2963 | Aug | 22 | 20:17 | Cargo2.toml
148+
7 | -rw-r--r-- | 1 | sophia | sophia | 201255 | Aug | 24 | 03:24 | Cargo.lock
149+
8 | -rw-r--r-- | 1 | sophia | sophia | 3127 | Aug | 24 | 03:24 | Cargo.toml
150+
9 | drwxr-xr-x | 2 | sophia | sophia | 4096 | Jun | 17 | 15:32 | docs
151+
10 | -rw-r--r-- | 1 | sophia | sophia | 148 | Jun | 17 | 15:32 | .editorconfig
152+
11 | drwxr-xr-x | 4 | sophia | sophia | 4096 | Aug | 22 | 19:29 | extra
153+
12 | drwxr-xr-x | 8 | sophia | sophia | 4096 | Aug | 24 | 03:24 | .git
154+
13 | -rw-r--r-- | 1 | sophia | sophia | 58 | Aug | 10 | 11:08 | .gitignore
155+
14 | drwxr-xr-x | 2 | sophia | sophia | 4096 | Aug | 24 | 03:24 | images
156+
15 | -rw-r--r-- | 1 | sophia | sophia | 1085 | Jun | 17 | 15:32 | LICENSE
157+
16 | -rw-r--r-- | 1 | sophia | sophia | 614 | Jun | 17 | 15:32 | Makefile.toml
158+
17 | -rw-r--r-- | 1 | sophia | sophia | 0 | Aug | 23 | 04:58 | open
159+
18 | -rw-r--r-- | 1 | sophia | sophia | 11375 | Aug | 24 | 03:24 | README.md
160+
19 | -r--r--r-- | 1 | sophia | sophia | 0 | Jul | 4 | 03:51 | readonly.txt
161+
20 | -rw-r--r-- | 1 | sophia | sophia | 37 | Aug | 23 | 04:54 | rustfmt2.toml
162+
21 | -rw-r--r-- | 1 | sophia | sophia | 16 | Aug | 1 | 19:45 | rustfmt.toml
163+
22 | drwxr-xr-x | 10 | sophia | sophia | 4096 | Aug | 24 | 03:24 | src
164+
23 | drwxr-xr-x | 4 | sophia | sophia | 4096 | Aug | 22 | 19:22 | target
165+
24 | drwxr-xr-x | 4 | sophia | sophia | 4096 | Aug | 22 | 04:15 | tests
166+
25 | drwxrwxr-x | 2 | sophia | sophia | 4096 | Jul | 19 | 15:18 | .vscode
167167
----+------------+---------+----------+----------+---------+---------+---------+---------+---------------
168168
```
169169

@@ -174,31 +174,31 @@ After a bit of experimenting, we might come up with a command like this:
174174
----+------------+-------+----------+----------+--------+-------+-----+-------+---------------
175175
# | perms | files | group | user | size | month | day | time | name
176176
----+------------+-------+----------+----------+--------+-------+-----+-------+---------------
177-
0 | drwxr-xr-x | 13 | jonathan | jonathan | 4096 | Aug | 24 | 03:24 | .
178-
1 | drwxr-xr-x | 21 | jonathan | jonathan | 4096 | Aug | 22 | 17:00 | ..
179-
2 | drwxr-xr-x | 2 | jonathan | jonathan | 4096 | Aug | 3 | 05:39 | assets
180-
3 | drwxr-xr-x | 2 | jonathan | jonathan | 4096 | Aug | 21 | 19:29 | .azure
181-
4 | drwxr-xr-x | 2 | jonathan | jonathan | 4096 | Jun | 23 | 05:09 | .cargo
182-
5 | -rw-r--r-- | 1 | jonathan | jonathan | 2963 | Aug | 22 | 20:17 | Cargo2.toml
183-
6 | -rw-r--r-- | 1 | jonathan | jonathan | 201255 | Aug | 24 | 03:24 | Cargo.lock
184-
7 | -rw-r--r-- | 1 | jonathan | jonathan | 3127 | Aug | 24 | 03:24 | Cargo.toml
185-
8 | drwxr-xr-x | 2 | jonathan | jonathan | 4096 | Jun | 17 | 15:32 | docs
186-
9 | -rw-r--r-- | 1 | jonathan | jonathan | 148 | Jun | 17 | 15:32 | .editorconfig
187-
10 | drwxr-xr-x | 4 | jonathan | jonathan | 4096 | Aug | 22 | 19:29 | extra
188-
11 | drwxr-xr-x | 8 | jonathan | jonathan | 4096 | Aug | 24 | 03:24 | .git
189-
12 | -rw-r--r-- | 1 | jonathan | jonathan | 58 | Aug | 10 | 11:08 | .gitignore
190-
13 | drwxr-xr-x | 2 | jonathan | jonathan | 4096 | Aug | 24 | 03:24 | images
191-
14 | -rw-r--r-- | 1 | jonathan | jonathan | 1085 | Jun | 17 | 15:32 | LICENSE
192-
15 | -rw-r--r-- | 1 | jonathan | jonathan | 614 | Jun | 17 | 15:32 | Makefile.toml
193-
16 | -rw-r--r-- | 1 | jonathan | jonathan | 0 | Aug | 23 | 04:58 | open
194-
17 | -rw-r--r-- | 1 | jonathan | jonathan | 11375 | Aug | 24 | 03:24 | README.md
195-
18 | -r--r--r-- | 1 | jonathan | jonathan | 0 | Jul | 4 | 03:51 | readonly.txt
196-
19 | -rw-r--r-- | 1 | jonathan | jonathan | 37 | Aug | 23 | 04:54 | rustfmt2.toml
197-
20 | -rw-r--r-- | 1 | jonathan | jonathan | 16 | Aug | 1 | 19:45 | rustfmt.toml
198-
21 | drwxr-xr-x | 10 | jonathan | jonathan | 4096 | Aug | 24 | 03:24 | src
199-
22 | drwxr-xr-x | 4 | jonathan | jonathan | 4096 | Aug | 22 | 19:22 | target
200-
23 | drwxr-xr-x | 4 | jonathan | jonathan | 4096 | Aug | 22 | 04:15 | tests
201-
24 | drwxrwxr-x | 2 | jonathan | jonathan | 4096 | Jul | 19 | 15:18 | .vscode
177+
0 | drwxr-xr-x | 13 | sophia | sophia | 4096 | Aug | 24 | 03:24 | .
178+
1 | drwxr-xr-x | 21 | sophia | sophia | 4096 | Aug | 22 | 17:00 | ..
179+
2 | drwxr-xr-x | 2 | sophia | sophia | 4096 | Aug | 3 | 05:39 | assets
180+
3 | drwxr-xr-x | 2 | sophia | sophia | 4096 | Aug | 21 | 19:29 | .azure
181+
4 | drwxr-xr-x | 2 | sophia | sophia | 4096 | Jun | 23 | 05:09 | .cargo
182+
5 | -rw-r--r-- | 1 | sophia | sophia | 2963 | Aug | 22 | 20:17 | Cargo2.toml
183+
6 | -rw-r--r-- | 1 | sophia | sophia | 201255 | Aug | 24 | 03:24 | Cargo.lock
184+
7 | -rw-r--r-- | 1 | sophia | sophia | 3127 | Aug | 24 | 03:24 | Cargo.toml
185+
8 | drwxr-xr-x | 2 | sophia | sophia | 4096 | Jun | 17 | 15:32 | docs
186+
9 | -rw-r--r-- | 1 | sophia | sophia | 148 | Jun | 17 | 15:32 | .editorconfig
187+
10 | drwxr-xr-x | 4 | sophia | sophia | 4096 | Aug | 22 | 19:29 | extra
188+
11 | drwxr-xr-x | 8 | sophia | sophia | 4096 | Aug | 24 | 03:24 | .git
189+
12 | -rw-r--r-- | 1 | sophia | sophia | 58 | Aug | 10 | 11:08 | .gitignore
190+
13 | drwxr-xr-x | 2 | sophia | sophia | 4096 | Aug | 24 | 03:24 | images
191+
14 | -rw-r--r-- | 1 | sophia | sophia | 1085 | Jun | 17 | 15:32 | LICENSE
192+
15 | -rw-r--r-- | 1 | sophia | sophia | 614 | Jun | 17 | 15:32 | Makefile.toml
193+
16 | -rw-r--r-- | 1 | sophia | sophia | 0 | Aug | 23 | 04:58 | open
194+
17 | -rw-r--r-- | 1 | sophia | sophia | 11375 | Aug | 24 | 03:24 | README.md
195+
18 | -r--r--r-- | 1 | sophia | sophia | 0 | Jul | 4 | 03:51 | readonly.txt
196+
19 | -rw-r--r-- | 1 | sophia | sophia | 37 | Aug | 23 | 04:54 | rustfmt2.toml
197+
20 | -rw-r--r-- | 1 | sophia | sophia | 16 | Aug | 1 | 19:45 | rustfmt.toml
198+
21 | drwxr-xr-x | 10 | sophia | sophia | 4096 | Aug | 24 | 03:24 | src
199+
22 | drwxr-xr-x | 4 | sophia | sophia | 4096 | Aug | 22 | 19:22 | target
200+
23 | drwxr-xr-x | 4 | sophia | sophia | 4096 | Aug | 22 | 04:15 | tests
201+
24 | drwxrwxr-x | 2 | sophia | sophia | 4096 | Jul | 19 | 15:18 | .vscode
202202
----+------------+-------+----------+----------+--------+-------+-----+-------+---------------
203203
```
204204

@@ -243,7 +243,7 @@ You might wonder how does that even work. Nu has a metadata system (still early!
243243
----------+------------------------------------------
244244
span | origin
245245
----------+------------------------------------------
246-
[object] | /home/jonathan/Source/nushell/Cargo.toml
246+
[object] | /home/sophia/Source/nushell/Cargo.toml
247247
----------+------------------------------------------
248248
```
249249

@@ -257,13 +257,13 @@ In Nu, we can `enter` a directory, which adds it to a ring of shells we can boun
257257

258258
```
259259
> enter ../rhai/
260-
/home/jonathan/Source/rhai(master)> shells
261-
---+---+------------+-------------------------------
260+
/home/sophia/Source/rhai(master)> shells
261+
---+---+------------+-----------------------------
262262
# | | name | path
263-
---+---+------------+-------------------------------
264-
0 | | filesystem | /home/jonathan/Source/nushell
265-
1 | X | filesystem | /home/jonathan/Source/rhai
266-
---+---+------------+-------------------------------
263+
---+---+------------+-----------------------------
264+
0 | | filesystem | /home/sophia/Source/nushell
265+
1 | X | filesystem | /home/sophia/Source/rhai
266+
---+---+------------+-----------------------------
267267
```
268268

269269
Using `n` and `p` we can jump back and forth between the shells. `exit` gets us out of a shell.
@@ -273,13 +273,13 @@ You might noticed that `name` column in the `shells` table. Why's that there? Oh
273273
```
274274
> enter Cargo.toml
275275
/> shells
276-
---+---+--------------------------------------------+-------------------------------
276+
---+---+--------------------------------------------+-----------------------------
277277
# | | name | path
278-
---+---+--------------------------------------------+-------------------------------
279-
0 | | filesystem | /home/jonathan/Source/nushell
280-
1 | | filesystem | /home/jonathan/Source/rhai
281-
2 | X | {/home/jonathan/Source/nushell/Cargo.toml} | /
282-
---+---+--------------------------------------------+-------------------------------
278+
---+---+--------------------------------------------+-----------------------------
279+
0 | | filesystem | /home/sophia/Source/nushell
280+
1 | | filesystem | /home/sophia/Source/rhai
281+
2 | X | {/home/sophia/Source/nushell/Cargo.toml} | /
282+
---+---+--------------------------------------------+-----------------------------
283283
```
284284

285285
That's right, we're in the file. Can we `cd`? Oh yes, we can:

blog/2019-09-24-nushell_0_3_0.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Nushell 0.3.0
3-
author: Jonathan Turner
4-
author_site: https://twitter.com/jntrnr
5-
author_image: https://www.nushell.sh/blog/images/jonathandturner.jpg
3+
author: Sophia Turner
4+
author_site: https://twitter.com/sophiajturner
5+
author_image: https://www.nushell.sh/blog/images/sophiajt.jpg
66
excerpt: We're happy to announce that today we're releasing Nushell 0.3.0. Nu has seen numerous bugfixes, performance improvements, and features added since its initial public release (which was only a few weeks ago!)
77
---
88

@@ -18,7 +18,7 @@ Nu 0.3.0 is available as [pre-built binaries](https://github.com/nushell/nushell
1818

1919
# What's new
2020

21-
## New table design (Porges, jonathandturner)
21+
## New table design (Porges, sophiajt)
2222

2323
![Table with utf8 box drawing](../assets/images/utf8_table.png)
2424

@@ -32,11 +32,11 @@ The table is also configurable. If you feel like the table is a bit too heavy, y
3232
> config --set [table_mode light]
3333
```
3434

35-
## New file formats (pmeredit, est31, andrasio, jonathandturner)
35+
## New file formats (pmeredit, est31, andrasio, sophiajt)
3636

3737
Nu now natively supports new file formats, including: bson, tsv, sqlite, and url-encoded strings.
3838

39-
## New commands (incrop, ramonsnir, ijt, jonathandturner, andrasio, JonnyWalker81, chhetripradeep, pka)
39+
## New commands (incrop, ramonsnir, ijt, sophiajt, andrasio, JonnyWalker81, chhetripradeep, pka)
4040

4141
Since the 0.2.0 release, Nu has gained a set of additional commands, including:
4242

@@ -51,7 +51,7 @@ Since the 0.2.0 release, Nu has gained a set of additional commands, including:
5151
- `pivot` - pivot a table so that rows become columns and vice-versa
5252
- `echo` - a built-in echo command
5353

54-
## Error improvements (jonathandturner)
54+
## Error improvements (sophiajt)
5555

5656
![Improve error messages](../assets/images/did_you_mean.png)
5757

@@ -63,7 +63,7 @@ Nu now supports `~` to refer to your home directory as part of a path. You can a
6363

6464
The shell itself also got a few updates. You can now enable 'vi' mode, if you'd prefer vi-like bindings (by running `config --set [edit_mode vi]`). On non-Windows platforms, you can also use Ctrl-R to enable Sublime-style history searching (we're hoping to enable Windows support for this soon).
6565

66-
## Plugin improvements (jonathandturner, andrasio)
66+
## Plugin improvements (sophiajt, andrasio)
6767

6868
Plugins have continued to mature, and it's now possible to use plugins to extend Nu with support for new file formats.
6969

blog/2019-10-15-nushell-0_4_0.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Nushell 0.4.0
3-
author: Jonathan Turner
4-
author_site: https://twitter.com/jntrnr
5-
author_image: https://www.nushell.sh/blog/images/jonathandturner.jpg
3+
author: Sophia Turner
4+
author_site: https://twitter.com/sophiajturner
5+
author_image: https://www.nushell.sh/blog/images/sophiajt.jpg
66
excerpt: Today we're happy to announce the 0.4.0 release of Nushell. The 0.4.0 marks a continually maturing shell that is now starting to show signs of stability. And, of course, a few fun features along the way.
77
---
88

@@ -25,7 +25,7 @@ New colors!
2525

2626
With 0.4.0, we're adding some new colors to show off different types of the command, where errors might be happening, and if the command is internal or external. The coloring is just the tip of the iceberg, as it were, and builds from a reworking of the parser to make it more accurate, more stable, and more feature-complete.
2727

28-
## Streaming table (jonathandturner)
28+
## Streaming table (sophiajt)
2929

3030
![Animation of a long table streaming out](../assets/images/0_4_0_streaming_table.gif)
3131
Streaming tables
@@ -34,7 +34,7 @@ Up to this point, we've taken a few shortcuts with how streams worked in Nushell
3434

3535
With the 0.4.0, we're taking a big step in the direction of full support for streams. You'll see that now data will start being printed as it becomes available, with tables printing pages of 50 rows at a time (by default). This allows you to get deep listings of files (eg using `ls **`), work with streams from external sources, and more.
3636

37-
## Better ctrl-c support (jonathandturner, landaire)
37+
## Better ctrl-c support (sophiajt, landaire)
3838

3939
As part of having streams of tables, it's always helpful to be able to say "stop!" when you need to. With 0.4.0, using ctrl-c to stop the output should be a lot more responsive and will take you back to the prompt.
4040

@@ -64,7 +64,7 @@ We're continuing to evolve our support for matching string data. Recently, we be
6464

6565
Happy hacktoberfest! Lots of people wanted to jump in and help document all of our commands, help fix docs that are already there, and generally give things a bit of polish. Much appreciated everyone who came by and contributed.
6666

67-
## Tons of stability fixes (thegedge, jonathandturner, wycats, JonnyWalker81, vsoch, pka)
67+
## Tons of stability fixes (thegedge, sophiajt, wycats, JonnyWalker81, vsoch, pka)
6868

6969
As always, there were a bunch of stability and correctness both in Nu and in the CI that support Nu's development
7070

0 commit comments

Comments
 (0)