An open API service indexing awesome lists of open source software.

https://github.com/cablehead/mini-nu

The minimum amount of nu to run some nu
https://github.com/cablehead/mini-nu

cli nushell

Last synced: about 2 months ago
JSON representation

The minimum amount of nu to run some nu

Awesome Lists containing this project

README

        

The minimum amount of nu to run some nu

```
% cargo r '"foo" | str upcase'
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
Running `target/debug/mini-nu '"foo" | str upcase'`
FOO
```

See also:

- An early example from @sophiajt herself :: https://github.com/sophiajt/nu_app
- A threaded version of this example :: https://github.com/cablehead/mini-nu/tree/threaded