Nushell
Get Nu!
Getting Started
  • The Nushell Book
  • Command Reference
  • Cookbook
  • Language Reference Guide
  • Contributing Guide
Blog
  • English
  • 中文
  • Deutsch
  • Français
  • Español
  • 日本語
  • Português do Brasil
  • Русский язык
GitHub
Get Nu!
Getting Started
  • The Nushell Book
  • Command Reference
  • Cookbook
  • Language Reference Guide
  • Contributing Guide
Blog
  • English
  • 中文
  • Deutsch
  • Français
  • Español
  • 日本語
  • Português do Brasil
  • Русский язык
GitHub
  • Cookbook

    • Cookbook
    • Setup
    • Help
    • System
    • Parsing
    • Foreign Shell Scripts
    • Pattern Matching
    • External Completers
    • Module Scenarios
    • Files
    • Git
    • Parsing Git Log
    • Acting on keypresses using `input listen`
    • HTTP
    • Direnv
    • ssh-agent
    • Advanced table workflows
    • Polars vs Pandas vs Nushell
    • jq vs Nushell

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 repository or the #cool-scripts 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

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

check out the cool-oneliners section of the Nushell scripts repository.

Edit this page on GitHub
Contributors: Ibraheem Ahmed, Fernando Herrera, Zhora Trush, Filip Andersson, Justin Ma, arnau, TWSiO
Next
Setup