Nushell is a powerful shell and scripting language with strong typing, querying, and piping functionalities.

This release adds runtime pipeline input type checking, several new commands and operators, and various other miscellaneous improvements.

  • KissakiOPM
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 hours ago
    0x[7F000001] | chunks 1 | each { into int } | str join "."
    # => 127.0.0.1
    

    really cool

    I’ll add that to the community description/sidebar as a simple demonstrative example