Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 6.39 KB

REF_VIDEOS.md

File metadata and controls

55 lines (44 loc) · 6.39 KB

nushell - Reference Videos 📺

Table of Contents

  1. nushell showcase 🎬
  2. Reedline - Creating a Line Editor in Rust 💻

nushell showcase 🎬

Note

This following list is a collection of videos that can be used to learn more about nushell. Original source of these videos can be found here.

Video Title
A quick intro to Nushell (done for the couchbase meetup) A quick intro to Nushell (done for the couchbase meetup)
Nushell 0.60 (release video) Nushell 0.60 (release video)
Using Nushell to find unused dependencies Using Nushell to find unused dependencies
Let's work on Nushell: porting a command to the new engine Let's work on Nushell: porting a command to the new engine
Quick Nushell update from a hotel room Quick Nushell update from a hotel room
Designing a parallel scripting engine Designing a parallel scripting engine
Nushell's upcoming engine Nushell's upcoming engine
Nushell quickie: working with text files Nushell quickie: working with text files
Nushell 0.32 (release video) Nushell 0.32 (release video)
Working on Nushell - improving the 'let' command Working on Nushell - improving the 'let' command
Experimenting with a new engine for Nushell Experimenting with a new engine for Nushell
Coding Nushell: improving compile times part 2 Coding Nushell: improving compile times part 2
Coding Nushell: improving the 'source' command Coding Nushell: improving the 'source' command

Reedline - Creating a Line Editor in Rust 💻

Tip

Below mentioned resources can be used to learn more about backend development in Rust.

Part Video Title
1 Part 1 Part 1
2 Part 2 Part 2
3 Part 3 Part 3
4 Part 4 Part 4
5 Part 5 Part 5
6 Part 6 Part 6
7 Making our API and publishing Making our API and publishing
8 Configurable Prompts Configurable Prompts
9 Improved history navigation Improved history navigation
10 Configurable keybindings Configurable keybindings
11 vi mode vi mode
12 Animated Prompts Animated Prompts
13 Improved vi parsing Improved vi parsing
14 Syntax Highlighting Syntax Highlighting
15 Multiline Support Multiline Support
16 Improving Multiline Support Improving Multiline Support