Commit Graph

  • 6a2996251c fixes a bug in OSC9;9 execution (#12994) Darren Schroeder 2024-05-29 18:06:47 -05:00
  • f3991f2080 Bump version to 0.94.1 (#12988) Devyn Cairns 2024-05-28 15:41:23 -07:00
  • 61182deb96 Bump version to 0.94.0 (#12987) 0.94.0 Jakub Žádník 2024-05-28 22:04:09 +03:00
  • 4ab2c3238a Disable reedline patch for 0.94.0 (#12986) Ian Manske 2024-05-28 18:53:51 +00:00
  • 6012af2412 Fix panic when redirecting nothing (#12970) Ian Manske 2024-05-27 02:03:06 +00:00
  • f74dd33ba9 Fix touch --reference using PWD from the environment (#12976) YizhePKU 2024-05-27 01:24:00 +08:00
  • a1fc41db22 Fix path type using PWD from the environment (#12975) YizhePKU 2024-05-27 01:23:52 +08:00
  • f38f88d42c Fixes . expanded incorrectly as external argument (#12950) YizhePKU 2024-05-26 07:06:17 +08:00
  • 0c5a67f4e5 make polars plugin use mimalloc (#12967) Darren Schroeder 2024-05-25 09:10:01 -05:00
  • 95977faf2d Do not propagate glob creation error for external args (#12955) Ian Manske 2024-05-25 00:59:36 +00:00
  • c5d716951f Allow byte streams with unknown type to be compatiable with binary (#12959) Ian Manske 2024-05-25 00:54:38 +00:00
  • b06f31d3c6 Make from json --objects streaming (#12949) Devyn Cairns 2024-05-24 16:37:50 -07:00
  • 84b7a99adf Revert "Polars lazy refactor (#12669)" (#12962) Ian Manske 2024-05-24 23:09:26 +00:00
  • 7d11c28eea Revert "Remove std::env::set_current_dir() call from EngineState::merge_env()" (#12954) Darren Schroeder 2024-05-24 11:09:59 -05:00
  • bf07806b1b Use cwd in grid (#12947) Ian Manske 2024-05-23 20:38:47 +00:00
  • 0b5a4c0d95 explore refactoring+clarification (#12940) Reilly Wood 2024-05-23 06:51:39 -07:00
  • f53aa6fcbf fix std help (#12943) Wind 2024-05-23 21:51:02 +08:00
  • 2612a167e3 Remove list support in with-env (#12939) Ian Manske 2024-05-23 05:53:55 +00:00
  • c7097ca937 explore cleanup: remove+move binary viewer config (#12920) Reilly Wood 2024-05-22 20:06:14 -07:00
  • 58cf0c56f8 add some completion tests (#12908) Wind 2024-05-23 10:47:06 +08:00
  • 6c649809d3 Rewrite run_external.rs (#12921) YizhePKU 2024-05-23 10:05:27 +08:00
  • 64afb52ffa Fix leftover wrong column name (#12937) Jakub Žádník 2024-05-23 00:24:22 +03:00
  • ac4125f8ed fix range semantic in detect_columns, str substring, str index-of (#12894) Wind 2024-05-23 01:00:58 +08:00
  • 7ede90cba5 Remove std::env::set_current_dir() call from EngineState::merge_env() (#12922) YizhePKU 2024-05-23 00:58:27 +08:00
  • 75689ec98a Small improvements to debug profile (#12930) Jakub Žádník 2024-05-22 19:56:51 +03:00
  • 7de513a4e0 Implement streaming I/O for CSV and TSV commands (#12918) Devyn Cairns 2024-05-22 09:55:24 -07:00
  • 758c5d447a Add support for the ps command on FreeBSD, NetBSD, and OpenBSD (#12892) Devyn Cairns 2024-05-22 08:13:45 -07:00
  • d7e75c0b70 Bump shadow-rs from 0.27.1 to 0.28.0 (#12932) dependabot[bot] 2024-05-22 15:59:33 +08:00
  • 3cf150727c Bump actions/checkout from 4.1.5 to 4.1.6 (#12934) dependabot[bot] 2024-05-22 11:22:02 +08:00
  • f83439fdda Add completer for std help (#12929) NotTheDr01ds 2024-05-21 11:31:14 -04:00
  • 1cdc39bc2a Update mimalloc to 0.1.42 (#12919) Devyn Cairns 2024-05-20 22:47:24 -07:00
  • db37bead64 Remove unused dependencies (#12917) Stefan Holderbach 2024-05-21 03:09:28 +02:00
  • 6e050f5634 explore: consolidate padding config, handle ByteStream, tweak naming+comments (#12915) Reilly Wood 2024-05-20 13:03:21 -07:00
  • 905e3d0715 Remove dataframes crate and feature (#12889) Ian Manske 2024-05-20 17:22:08 +00:00
  • 4f69ba172e add math min and math max to bench command (#12913) Darren Schroeder 2024-05-20 10:08:03 -05:00
  • c98960d053 Take owned Read and Write (#12909) Ian Manske 2024-05-20 13:10:36 +00:00
  • c61075e20e Add string/binary type color to ByteStream (#12897) Devyn Cairns 2024-05-19 17:35:32 -07:00
  • baeba19b22 Make get_full_help take &dyn Command (#12903) Ian Manske 2024-05-19 17:56:33 +00:00
  • 474293bf1c Clear environment for child Commands (#12901) Ian Manske 2024-05-19 15:35:07 +00:00
  • cc9f41e553 Use CommandType in more places (#12832) Ian Manske 2024-05-18 23:37:31 +00:00
  • 580c60bb82 Preserve metadata in more places (#12848) Ian Manske 2024-05-17 17:59:32 +00:00
  • c10aa2cf09 collect: don't require a closure (#12788) Devyn Cairns 2024-05-17 09:46:03 -07:00
  • e3db6ea04a Exclude polars from ensure_plugins_built(), for performance reasons (#12896) Devyn Cairns 2024-05-17 08:04:59 -07:00
  • 59f7c523fa Fix the way the output of table is printed in print() (#12895) Devyn Cairns 2024-05-17 07:18:18 -07:00
  • 8adf3406e5 allow define it as a variable inside closure (#12888) Wind 2024-05-17 08:03:13 +08:00
  • 6891267b53 Support ByteStreams in bytes starts-with and bytes ends-with (#12887) Ian Manske 2024-05-16 23:59:08 +00:00
  • aec41f3df0 Add Span merging functions (#12511) Ian Manske 2024-05-16 22:34:49 +00:00
  • 2a09dccc11 Bytestream touchup (#12886) Ian Manske 2024-05-16 21:15:20 +00:00
  • 1c00a6ca5e sync up with reedline changes (#12881) Darren Schroeder 2024-05-16 15:26:03 -05:00
  • 6fd854ed9f Replace ExternalStream with new ByteStream type (#12774) Ian Manske 2024-05-16 14:11:18 +00:00
  • 1b8eb23785 allow passing float value to custom command (#12879) Wind 2024-05-16 16:50:29 +08:00
  • e20113a0eb Remove stack debug assert (#12861) Ian Manske 2024-05-15 22:59:10 +00:00
  • 6f3dbc97bb fixed syntax shape requirements for --quantiles option for polars summary (#12878) Jack Wright 2024-05-15 14:55:07 -07:00
  • 06fe7d1e16 Remove usages of Call::positional_nth (#12871) Ian Manske 2024-05-15 17:59:42 +00:00
  • b08135d877 Fixed small error in the help-examples for the get command (#12877) NotTheDr01ds 2024-05-15 13:49:08 -04:00
  • 72b880662b Fixed a nitpick usage-help error - closure v. block (#12876) NotTheDr01ds 2024-05-15 12:16:59 -04:00
  • defed3001d make it clearer what is being loaded with --log-level info (#12875) Darren Schroeder 2024-05-15 09:44:09 -05:00
  • 0cfbdc909e Fix sys panic (#12846) Ian Manske 2024-05-15 07:40:04 +00:00
  • a7807735b1 Add a passing test for interactivity on slow pipelines (#12865) Andy Gayton 2024-05-14 21:48:27 -04:00
  • 155934f783 make better messages for incomplete string (#12868) Wind 2024-05-15 09:14:11 +08:00
  • 9bf4d3ece6 Bump rust-embed from 8.3.0 to 8.4.0 (#12870) dependabot[bot] 2024-05-15 09:06:09 +08:00
  • cb64c78a3b Bump interprocess from 2.0.1 to 2.1.0 (#12869) dependabot[bot] 2024-05-15 09:05:55 +08:00
  • c3da44cbb7 Fix char panic (#12867) Ian Manske 2024-05-14 21:10:06 +00:00
  • aa46bc97b3 Search terms for compact command (#12864) NotTheDr01ds 2024-05-14 10:21:50 -04:00
  • 2ed77aef1d Fix panic when exploring empty dictionary (#12860) Maxime Jacob 2024-05-14 10:13:49 -04:00
  • cd381b74e0 Fix improperly escaped strings in stor insert (#12820) Maxime Jacob 2024-05-13 21:22:39 -04:00
  • 98369985b1 Allow custom value operations to work on eager and lazy dataframes interchangeably. (#12819) Jack Wright 2024-05-13 16:17:31 -07:00
  • aaf973bbba Add Stack::stdout_file and Stack::stderr_file to capture stdout/-err of external commands (#12857) Piepmatz 2024-05-13 20:48:38 +02:00
  • 905ec88091 Update PR template (#12838) Ian Manske 2024-05-13 13:45:44 +00:00
  • c4dca5fe03 Merged tests to produce a single binary (#12826) francesco-gaglione 2024-05-13 15:37:53 +02:00
  • c70c43aae9 Add example and search term for 'repeat' to the fill command (#12844) NotTheDr01ds 2024-05-12 21:55:07 -04:00
  • 30fc832035 Fix custom converters with save (#12833) Ian Manske 2024-05-12 11:19:28 +00:00
  • 075535f869 remove --not flag for 'str contains' (#12837) Brage Ingebrigtsen 2024-05-12 01:13:36 +02:00
  • cab86f49c0 Fix pipe redirection into complete (#12818) Ian Manske 2024-05-11 15:32:00 +00:00
  • b9a7faad5a Implement PWD recovery (#12779) YizhePKU 2024-05-11 00:06:33 +08:00
  • 70c01bbb26 Fix raw strings as external argument (#12817) Ian Manske 2024-05-09 23:50:31 +00:00
  • 72d3860d05 Refactor the CLI code a bit (#12782) Ian Manske 2024-05-09 23:29:27 +00:00
  • 1b2e680059 Fix syntax highlighting for not (#12815) Ian Manske 2024-05-09 23:09:44 +00:00
  • 7271ad7909 Pass Stack ref to Completer::fetch (#12783) Ian Manske 2024-05-09 05:38:24 +00:00
  • 3b3f48202c Refactor message printing in rm (#12799) Ian Manske 2024-05-09 05:36:47 +00:00
  • 948b299e65 Fix/simplify cwd in benchmarks (#12812) Ian Manske 2024-05-09 02:16:57 +00:00
  • ba6f38510c Shrink Value by boxing Range/Closure (#12784) Stefan Holderbach 2024-05-09 02:10:58 +02:00
  • 92831d7efc feat: add an echo command to nu_plugin_example (#12754) Andy Gayton 2024-05-08 15:45:44 -04:00
  • 5466da3b52 cleanup osc calls for shell_integration (#12810) Darren Schroeder 2024-05-08 14:34:04 -04:00
  • 3b26c08dab Refactor parse command (#12791) Ian Manske 2024-05-08 11:50:58 +00:00
  • e462b6cd99 Make the message when running a plugin exe directly clearer (#12806) Devyn Cairns 2024-05-07 20:12:32 -07:00
  • f851b61cb7 Bump softprops/action-gh-release from 2.0.4 to 2.0.5 (#12803) dependabot[bot] 2024-05-08 10:35:18 +08:00
  • cad22bb833 Bump actions/checkout from 4.1.4 to 4.1.5 (#12804) dependabot[bot] 2024-05-08 10:35:08 +08:00
  • 7a86b98f61 Migrate to a new PWD API (part 2) (#12749) YizhePKU 2024-05-07 23:17:49 +08:00
  • b9331d1b08 Add sys users command (#12787) Ian Manske 2024-05-07 12:52:02 +00:00
  • c54d223ea0 Fix list spread syntax highlighting (#12793) Ian Manske 2024-05-07 05:41:47 +00:00
  • eccc558a4e describe refactor (#12770) Ian Manske 2024-05-06 23:20:46 +00:00
  • 1038c64f80 Add sys subcommands (#12747) Ian Manske 2024-05-06 23:20:27 +00:00
  • 68adc4657f Polars lazy refactor (#12669) Jack Wright 2024-05-06 16:19:11 -07:00
  • 97fc190cc5 allow raw string to be used inside subexpression, list, and closure (#12776) Wind 2024-05-07 04:53:58 +08:00
  • f9d4fa2c40 Add SOPs for dealing with adding deps/crates (#12771) Stefan Holderbach 2024-05-06 22:14:00 +02:00
  • 460a1c8f87 Allow ls works inside dir with [] brackets (#12625) Wind 2024-05-06 14:01:32 +08:00
  • e879d4ecaf ListStream touchup (#12524) Ian Manske 2024-05-05 16:00:59 +00:00
  • 3143ded374 Tango migration (#12469) Filip Andersson 2024-05-05 17:53:48 +02:00
  • ce3bc470ba improve NUON documentation (#12717) Antoine Stevan 2024-05-05 15:34:22 +02:00