Home Explore Blog CI



nushell

2nd chunk of `blog/2022-06-14-nushell_0_64.md`
caf08fd2dc1cc8349bf5226b4f6b4173316a9fc1179b1819000000010000105f
- WindSoilder created [add --values flag to sort record by values, by default, sort record by keys](https://github.com/nushell/nushell/pull/5782), and [sort not change shape](https://github.com/nushell/nushell/pull/5778), and [path join support multi path](https://github.com/nushell/nushell/pull/5775), and [fix arg parse](https://github.com/nushell/nushell/pull/5754), and [While starting nu, force PWD to be current working directory](https://github.com/nushell/nushell/pull/5751), and [handle SIGQUIT](https://github.com/nushell/nushell/pull/5744), and [add as record tag to transfer result to record](https://github.com/nushell/nushell/pull/5736), and [print warning message if meet non utf-8 path](https://github.com/nushell/nushell/pull/5731), and [fix argument type](https://github.com/nushell/nushell/pull/5695), and [expand env for path](https://github.com/nushell/nushell/pull/5692), and [make ls works better with glob](https://github.com/nushell/nushell/pull/5691), and [base64 command more friendly](https://github.com/nushell/nushell/pull/5680), and [make cp can copy folders contains dangling symbolic link](https://github.com/nushell/nushell/pull/5645), and [make sure no duplicate column exists during eval and merge](https://github.com/nushell/nushell/pull/5633)
- sholderbach created [Pin reedline v0.7.0 for the nushell v0.64.0 release](https://github.com/nushell/nushell/pull/5781), and [Address lints from clippy for beta/nightly](https://github.com/nushell/nushell/pull/5709), and [Use search terms in the help menu search](https://github.com/nushell/nushell/pull/5708), and [Update nu-ansi-term to remove `Deref` impl](https://github.com/nushell/nushell/pull/5706), and [Improve internal documentation of `save` command](https://github.com/nushell/nushell/pull/5704), and [Update reedline](https://github.com/nushell/nushell/pull/5678), and [Clarify error message for `let` in pipeline](https://github.com/nushell/nushell/pull/5677), and [Update reedline: Support more bindings in vi mode](https://github.com/nushell/nushell/pull/5654), and [Improve test coverage of command examples](https://github.com/nushell/nushell/pull/5650), and [Add search terms for `describe`](https://github.com/nushell/nushell/pull/5644), and [Unpin reedline for regular development](https://github.com/nushell/nushell/pull/5634)
- elferherrera created [bool type for binary operations](https://github.com/nushell/nushell/pull/5779), and [each while command](https://github.com/nushell/nushell/pull/5771), and [filesize conversion](https://github.com/nushell/nushell/pull/5770), and [expression to literal](https://github.com/nushell/nushell/pull/5769), and [Remove dfr from dataframe commands](https://github.com/nushell/nushell/pull/5760), and [input and output types](https://github.com/nushell/nushell/pull/5750), and [Lazy dataframes](https://github.com/nushell/nushell/pull/5687)
- sophiajt [bumped to 0.64](https://github.com/nushell/nushell/pull/5777), and [Force floats to output a decimal in nuon](https://github.com/nushell/nushell/pull/5768), and [bump to dev version](https://github.com/nushell/nushell/pull/5635)
- merelymyself created [Add option to sort-by naturally](https://github.com/nushell/nushell/pull/5774), and [Attempts to add `//` math operator](https://github.com/nushell/nushell/pull/5759), and [add search terms to alias](https://github.com/nushell/nushell/pull/5737), and [Improves help str substring](https://github.com/nushell/nushell/pull/5730), and [Attempts to add a command that checks if nushell is running with admin privileges](https://github.com/nushell/nushell/pull/5712), and [Make `range` require its positional argument](https://github.com/nushell/nushell/pull/5710), and [Small typo fix in `signature.rs`](https://github.com/nushell/nushell/pull/5693), and [prevent panic with `let` alone in pipeline](https://github.com/nushell/nushell/pull/5676), and [Add '-o'/`--output` flag to `fetch` to download to file](https://github.com/nushell/nushell/pull/5673), and [Add search terms to error make](https://github.com/nushell/nushell/pull/5657), and [Makes a more helpful error for `let` in pipeline](https://github.com/nushell/nushell/pull/5632)

Title: Nushell 0.64 Changelog: Detailed Contributions
Summary
This section details the specific contributions to Nushell 0.64, listing pull requests created by various contributors. WindSoilder focused on improvements to sorting, path handling, argument parsing, and file system operations. sholderbach addressed lints, improved help menu search, updated dependencies, and enhanced documentation. elferherrera implemented boolean type handling for binary operations, added 'each while' command, filesize conversion, and worked on lazy dataframes and input/output types. sophiajt managed version bumps and ensured floating-point numbers output a decimal in nuon. merelymyself added natural sorting, attempted to add a '//' math operator, improved help string substring, and added options to 'fetch' command, along with other improvements to error handling and command behavior.