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
- Host: GitHub
- URL: https://github.com/cablehead/mini-nu
- Owner: cablehead
- Created: 2024-08-07T20:57:53.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T16:36:04.000Z (9 months ago)
- Last Synced: 2025-04-11T18:24:39.888Z (about 2 months ago)
- Topics: cli, nushell
- Language: Rust
- Homepage:
- Size: 75.2 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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