When you start Nushell you can see a nice ASCII art elephant. That is Ellie a cute and friendly elephant mascot for Nushell. Elephants are popular as you can see them in other products like Mastodon and Gradle. It is possible to summon Ellie in your Nushell environment by running the ellie command. This command is part of the std library and you need to run use std ellie or std use * first.

In the following example you can see the output of the ellie command:

> use std ellie
> ellie
     __  ,
 .--()°'.'
'|, . ,'
 !_-(_\
>

Written with Nushell 0.108.0.

shadow-left