nushell / nushell.github.io

Nushell's main website, blog, book, and more
https://www.nushell.sh/book/
MIT License
169 stars 415 forks source link

Cookbook - New section on handling keypress loops using `input listen` #1445

Closed NotTheDr01ds closed 3 months ago

NotTheDr01ds commented 3 months ago

It took me a while to work through the various scenarios for handling input listen in a loop, so I figured I'd share the results.

fdncred commented 3 months ago

thanks