Skip to content

Installation

Terminal window
cargo install cross-stream --locked

Verifying Installation

Terminal window
xs --version

Import xs.nu

If you’ve never used Nushell before, you’re in for a treat. If you’re ready to give it a try, visit their site and install it.

You’ll then want to import xs.nu.

This will add some .command conveniences to your session. The commands default to working with a ./store in your current directory. You can customize this by setting $env.XS_ADDR.

(TODO: add a reference for Nushell and xs.nu).

Terminal window
use xs.nu *

Troubleshooting