# 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.