nufmt
nufmt copied to clipboard
I'm not sure if I'm just missing something here, but it seems that the `--stdin` flag requires an argument, which is supposed to be a literal nushell script. That's not...
## Description of changes WIP ## Relevant Issues #56
We have the repo in the `nushell` org 🍾 . Now we need more structure to keep moving forward. As we work in issues and features, we can edit the...
**Is your feature request related to a problem? Please describe.** We recently set up a community maintained https://github.com/nushell/integrations to keep package manager and other integration files for Nushell projects there....
Thanks so much for sharing this project!
this will close #48 ## changelog - merge workflows `pull_request.yml` and `main.yml` into `check_rust.yml` - remove the `benches/` which were very non-mature - move *tool* functions to `crates/nufmt/src/lib.rs` - split...
Let's structure nufmt like this project. https://github.com/kamadorueda/alejandra Mainly using workspaces
### Describe the bug Build failure for `nufmt` package via the Nix flake on `aarch64-darwin` @ d2dba45f7366074aafbb2e0ee19ebc13c7f7c34c Full build log: ```log @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources...
Browsing stackoverflow looking for another thing I found [this response](https://stackoverflow.com/a/60586574/8552476), which links to [this docs](https://doc.rust-lang.org/nightly/std/io/struct.Cursor.html#examples) and it looks really promising. We'll need to check that out in the future
# Status of formatting `Shape`s in `nufmt` [`FlatShape`](https://github.com/nushell/nushell/blob/2ac63910f637bc84cbf2392a1505f53b0a44df26/crates/nu-parser/src/flatten.rs#L47) is a struct that gives me the type of contents to format. Based in this struct, the code decides how to output....