Lundi 19 septembre 2022 Découverte de nu-shell

~/Téléchargements
✦ ❯ mv nu-0.68.1-x86_64-unknown-linux-gnu.tar.gz /tmp/nu.tgz

~/Téléchargements
✦ ❯ cd /tmp

/tmp
✦2 ❯ ls
nu.tgz                              systemd-private-cb25877e3b5c4f0183856f567e2e52c6-systemd-timesyncd.service-jhNaKi  Temp-fd346128-9883-4b4d-b560-a926c17ef640

/tmp
✦ ❯ sudo tar -C /usr/local/bin -xzf /tmp/nu.tgz

/tmp
✦ ❯ nu --version
0.68.1

/tmp
✦ ❯ nu
No environment config file found at /home/pvergain/.config/nushell/env.nu
Would you like to create one with defaults (Y/n):
Y
Config file created at: /home/pvergain/.config/nushell/env.nu
No config file found at /home/pvergain/.config/nushell/config.nu
Would you like to create one with defaults (Y/n):
Y
Config file created at: /home/pvergain/.config/nushell/config.nu
     __  ,
 .--()°'.' Welcome to Nushell,
'|, . ,'   based on the nu language,
 !_-(_\    where all data is structured!

Please join our Discord community at https://discord.gg/NtAbbGn
Our GitHub repository is at https://github.com/nushell/nushell
Our Documentation is located at http://nushell.sh
Tweet us at @nu_shell

Nushell has been around for:
3yr 4month 1wk 6day 14hr 42min 16sec 160ms 946µs 938ns

You can disable this banner using the config nu command
to modify the config.nu file and setting show_banner to false.

let-env config {
    show_banner: false
    ...
}