summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-20bumped version number to 0.97 (#13655)0.97.0Jack Wright
2024-08-19Fix clippy lints (#13645)Ian Manske
2024-08-15Drop outdated `touch -d` example (#13631)Bruce Weirdan
2024-08-15update to latest reedline f2b4 (#13629)Darren Schroeder
2024-08-15Drop unused `fs_extra` and `hamcrest2` dependencies (#13628)Bruce Weirdan
2024-08-15Prefer process name over executable path (#13618)Piotr Kufel
2024-08-15add osc633e (#13625)Darren Schroeder
2024-08-14Remove code duplication in glob (#13626)Stefan Holderbach
2024-08-14Incrementing the eager dataframe cache value before returning it (#13624)Jack Wright
2024-08-14Fallback to extension-based content type detection when parsing `Content-Type...Bruce Weirdan
2024-08-14Bump indexmap from 2.3.0 to 2.4.0 (#13617)dependabot[bot]
2024-08-14Bump shadow-rs from 0.30.0 to 0.31.1 (#13616)dependabot[bot]
2024-08-14Bump sysinfo from 0.30.11 to 0.30.13 (#13615)dependabot[bot]
2024-08-13create a better error message for bad glob patterns (#13613)Darren Schroeder
2024-08-13allow glob to take a glob or a string as the input (#13612)Darren Schroeder
2024-08-13add more helpful error with text/xml (#13609)Darren Schroeder
2024-08-13make `ls -lf` outputs full path in symbolic target (#13605)Wind
2024-08-13Fix handling of spaces in executable names (#13596)Piotr Kufel
2024-08-13Parse time type checking for range (#13595)Yash Thakur
2024-08-13support SyntaxShape::OneOf in named args (#13553)Wind
2024-08-12Replace only leading home path with `~` in the title (#13600)Aakash parmar
2024-08-12Include only `*.nu` files in the vendor autoload (#13599)Stefan Holderbach
2024-08-12Make error-message more helpful when user invokes a non-executable file (#13589)playdohface
2024-08-12Add `--raw` switch to `print` for binary data (#13597)Devyn Cairns
2024-08-12Add parse error for external commands used in assignment without caret (#13585)Devyn Cairns
2024-08-09Clean up key event handling (#13574)Piotr Kufel
2024-08-08Merge `polars sink` and `polars to-*` to `polars save` (#13568)Jack Wright
2024-08-08Bump typo with new ignore (#13563)Stefan Holderbach
2024-08-07Make the math commands const (#13566)Qnbie
2024-08-07Added `polars sink` command, that performs and streaming collect to t… (#13...Jack Wright
2024-08-07`polars first` and `polars last` will now handle lazy frames natively (#13555)Jack Wright
2024-08-07`polars open` will now open a lazy frame by default (#13556)Jack Wright
2024-08-07Bump mockito from 1.4.0 to 1.5.0 (#13558)dependabot[bot]
2024-08-06Add type signature example for def command (#13561)NotTheDr01ds
2024-08-07Bump quick-xml from 0.31.0 to 0.32.0 (#13560)dependabot[bot]
2024-08-07Bump scraper from 0.19.0 to 0.20.0 (#13559)dependabot[bot]
2024-08-07Bump indexmap from 2.2.6 to 2.3.0 (#13557)dependabot[bot]
2024-08-06Add multipart/form-data uploads (#13532)Bruce Weirdan
2024-08-06chore: Add nu_plugin_polars to build and install scripts (#13550)kurokirasama
2024-08-06Fix a typo in an example (#13548)Andrej Kolchin
2024-08-06fix: relay Signals reset to plugins (#13510)Andy Gayton
2024-08-06Attempt to guess the content type of a file when opening with --raw (#13521)Jack Wright
2024-08-05Allow `int` input when using a formatstring in `into datetime` (#13541)NotTheDr01ds
2024-08-05Add completions.sort option (#13311)Yash Thakur
2024-08-05Adding plist support (#13545)Jack Wright
2024-08-05Rework `help` generation internals (#13531)Stefan Holderbach
2024-08-05Create `random binary` command (#13542)Andrej Kolchin
2024-08-05update to latest reedline commit 919292e (#13540)Darren Schroeder
2024-08-05Include empty table data cells in `query web` tables (#13538)James Chen-Smith
2024-08-04feat: prefer exact match when completion mode is prefix (#13302)Himadri Bhattacharjee