Home Explore Blog CI



nushell

1st chunk of `cookbook/README.md`
9eaba906de97057ba8596916a0d7ea99b09d2ac6dd290b660000000100000322
# Cookbook

In this section we have put together a bunch of useful tips to get you
started with Nushell. These are simple commands that will help you ease your
way into the Nushell philosophy.

If you are in the need of more detailed Nushell scripts, have a look
at the [Nushell scripts](https://github.com/nushell/nu_scripts) repository or
the
[#cool-scripts](https://discord.com/channels/601130461678272522/615253963645911060)
channel on Nushell's Discord where you will find many other interesting scripts
written for Nushell.

And if you are looking for cool oneliners like this one

```nu
(http get https://api.chucknorris.io/jokes/random).value
```

check out the
[cool-oneliners](https://github.com/nushell/nu_scripts/tree/main/sourced/cool-oneliners)
section of the Nushell scripts repository.

Title: Nushell Cookbook and Script Resources
Summary
This section introduces a cookbook of useful tips to help users get started with Nushell. For more detailed scripts, users are directed to the Nushell scripts repository and the #cool-scripts channel on the Nushell Discord. The cool-oneliners section of the Nushell scripts repository is also recommended for short, useful commands.