Commit Graph

  • f1ce0c98fd Add content type metadata to config nu commands (#14666) Piepmatz 2024-12-25 13:14:04 +01:00
  • 35d2750757 Change how and and or operations are compiled to IR to support custom values (#14653) Devyn Cairns 2024-12-25 04:12:53 -08:00
  • 4b1f4e63c3 Replace std::time::Instant with web_time::Instant (#14668) Piepmatz 2024-12-25 09:50:02 +01:00
  • c29bcc94e7 Fix docker image tests (#14671) Justin Ma 2024-12-25 08:18:36 +08:00
  • d3cbcf401f Bump version to 0.101.1 (#14661) Stefan Holderbach 2024-12-24 23:47:00 +01:00
  • fb26109049 Bump version for 0.101.0 release (#14631) 0.101.0 Stefan Holderbach 2024-12-22 15:10:19 +01:00
  • d99905b604 Make the --no-newline test use --no-config-file as well (#14654) Devyn Cairns 2024-12-22 04:55:03 -08:00
  • a8890d5cca Fix potential panic in ls (#14655) Ian Manske 2024-12-21 15:09:46 -08:00
  • 5139054325 Pin reedline to 0.38.0 release (#14651) Stefan Holderbach 2024-12-21 20:11:22 +01:00
  • 039d0a685a Fix the document CI error for polars profile command (#14642) Justin Ma 2024-12-20 20:47:02 +08:00
  • e0685315b4 tweaks to config flatten (#14639) Darren Schroeder 2024-12-19 17:26:21 -06:00
  • 02fc844e40 Fix commands::network::http::*::*_timeout tests on non-english system (#14640) Piepmatz 2024-12-20 00:15:27 +01:00
  • b48f50f018 Remove unused sample_login.nu file (#14632) Stefan Holderbach 2024-12-19 20:21:52 +01:00
  • dc0ac8e917 Remove pub on some command internals (#14636) Stefan Holderbach 2024-12-19 19:42:18 +01:00
  • f2e8c391a2 lookup closures/blockids and get content in config flatten (#14635) Darren Schroeder 2024-12-19 08:43:49 -06:00
  • 7029d24f42 Add version info to startup banner (#14625) Douglas 2024-12-19 09:38:29 -05:00
  • 4e8289d7bb Set split-by doc category to "deprecated" (#14633) Douglas 2024-12-19 09:34:06 -05:00
  • bf8763fc11 Add shape_garbage (#14626) Douglas 2024-12-18 20:43:26 -05:00
  • 11375c19d2 better error handling for view source (#14624) Darren Schroeder 2024-12-18 16:19:49 -06:00
  • 8f4feeb119 add config flatten command (#14621) Darren Schroeder 2024-12-18 15:50:16 -06:00
  • e26364f885 Remove -a/-all flag in du. (#14618) Wind 2024-12-19 00:45:54 +08:00
  • fff0c6e2cb update shadow-rs to 0.37 (#14617) Wind 2024-12-18 23:09:50 +08:00
  • 68c2729991 add view blocks command (#14610) Darren Schroeder 2024-12-18 06:41:50 -06:00
  • 8127b5dd24 Add merge deep command (#14525) 132ikl 2024-12-18 07:36:04 -05:00
  • a9caa61ef9 Bump crate-ci/typos from 1.28.2 to 1.28.4 (#14614) dependabot[bot] 2024-12-18 10:42:28 +08:00
  • 99fe866d12 Remove duplicate version line (#14611) Douglas 2024-12-17 17:08:20 -05:00
  • c0ad659985 Doc file fixes (#14608) Douglas 2024-12-17 15:18:23 -05:00
  • f41c53fef1 allow view source to take int as a parameter (#14609) Darren Schroeder 2024-12-17 13:15:16 -06:00
  • 981a000ee8 Added flag --coalesce-columns to allow columns to be coalsced on full joins (#14578) Jack Wright 2024-12-17 09:55:42 -08:00
  • cc4da104e0 Fix issues in the example configs (#14601) Perchun Pak 2024-12-17 17:43:25 +01:00
  • c266e6adaf test(path self): Add tests (#14607) Bahex 2024-12-17 19:01:23 +03:00
  • d94b344342 Revert "For # to start a comment, then it either need to be the first chara…" (#14606) Darren Schroeder 2024-12-17 06:26:56 -06:00
  • 6367fb6e9e Add missing color_config settings (#14603) Douglas 2024-12-16 19:20:54 -05:00
  • 5615d21ce9 remove content_type metadata from pipeline after from ... commands (#14602) Bahex 2024-12-17 00:59:18 +03:00
  • e2c4ff8180 Revert "Feature: PWD-per-drive to facilitate working on multiple drives at Windows" (#14598) Darren Schroeder 2024-12-16 13:52:07 -06:00
  • 39770d4197 Moves additional env vars out of default_env and updates some transient prompt vars (#14579) Douglas 2024-12-16 09:18:47 -05:00
  • cfdb4bbf25 std/iter scan: change closure signature to be consistent with reduce (#14596) Bahex 2024-12-16 15:13:51 +03:00
  • 3760910f0b remove the deprecated index argument from filter commands' closure signature (#14594) Bahex 2024-12-16 00:27:13 +03:00
  • 3c632e96f9 docs(reduce): add example demonstrating accumulator as pipeline input (#14593) Bahex 2024-12-16 00:26:14 +03:00
  • baf86dfb0e tweak polars join for better cross joins (#14586) Darren Schroeder 2024-12-14 21:58:47 -06:00
  • 219b44a04f Improve handling of columns with null values (#14588) Jack Wright 2024-12-14 16:36:01 -08:00
  • 05ee7ea9c7 Revert "fix: make exec command decrement SHLVL correctly" (#14580) Darren Schroeder 2024-12-13 18:34:33 -06:00
  • cc0616b753 return const values from scope variables (#14577) Solomon 2024-12-13 15:23:17 -07:00
  • cbf5fa6684 For # to start a comment, then it either need to be the first chara… (#14562) RobbingDaHood 2024-12-13 14:02:07 +01:00
  • a7fa6d00c1 fix 64-bit hex number parsing (#14571) Darren Schroeder 2024-12-13 07:00:53 -06:00
  • 49f377688a support raw strings in match patterns (#14573) Solomon 2024-12-13 05:55:57 -07:00
  • 0b96962157 run cargo update manually to update dependencies (#14569) Wind 2024-12-13 13:40:03 +08:00
  • ebce62629e fix: make exec command decrement SHLVL correctly (#14570) Rikuki IX 2024-12-13 01:19:03 +08:00
  • 7aacad3270 Set empty ENV_CONVERSIONS record by default (#14566) Douglas 2024-12-12 11:50:28 -05:00
  • 035b882db1 Update sample and scaffold files (#14568) Douglas 2024-12-12 11:43:20 -05:00
  • 0872e9c3ae Allow both NU_PLUGIN_DIRS const and env at the same time (#14553) Douglas 2024-12-11 12:41:06 -05:00
  • 1a573d17c0 Revert "For # to start a comment, then it either need to be the first chara…" (#14560) Darren Schroeder 2024-12-11 07:08:15 -06:00
  • 4f20c370f9 Bump scraper from 0.21.0 to 0.22.0 (#14557) dependabot[bot] 2024-12-11 09:40:09 +08:00
  • e4bb248142 For # to start a comment, then it either need to be the first chara… (#14548) RobbingDaHood 2024-12-11 02:39:36 +01:00
  • dff6268d66 du: add -l/--long flag, remove -a/--all flag (#14407) Wind 2024-12-11 01:22:56 +08:00
  • 8f9aa1a250 Change help commands to use name from scope instead of the name from the declaration (#14490) 132ikl 2024-12-10 10:27:30 -05:00
  • 7d2e8875e0 Make timeit take only closures as an argument (#14483) Ian Manske 2024-12-10 07:08:53 -08:00
  • 3515e3ee28 Remove grid icons deprecation warning (#14526) 132ikl 2024-12-10 07:36:27 -05:00
  • cf82814606 Use const NU_LIB_DIRS in startup (#14549) Douglas 2024-12-10 07:36:05 -05:00
  • fc29d82614 Only run from_string conversion on strings (#14509) Douglas 2024-12-10 07:14:43 -05:00
  • 75ced3e945 Fix table command when targeting WASM (#14530) Piepmatz 2024-12-10 13:10:28 +01:00
  • 685dc78739 update to reedline 9eb3c2d (#14541) Darren Schroeder 2024-12-08 08:43:36 -06:00
  • 9daa5f9177 Fix silent failure of parsing input output types (#14510) Jess 2024-12-07 15:55:15 +00:00
  • 69fbfb939f lsp and --ide-check fix for path self related diagnostics (#14538) Bahex 2024-12-07 18:46:52 +03:00
  • f0ecaabd7d Expose "to html" command (#14536) Piepmatz 2024-12-07 14:28:14 +01:00
  • c16f49cf19 add coreutils to search terms Darren Schroeder 2024-12-07 07:20:46 -06:00
  • 9411458689 rewrite error message to not use the word function (#14533) Maxim Uvarov 2024-12-06 21:09:11 -03:00
  • 8771872d86 Add path self command for getting absolute paths to files at parse time (#14303) Bahex 2024-12-06 17:19:08 +03:00
  • cda9ae1e42 Shorten --max-time in tests and use a more stable error check (#14494) Alex Kattathra Johnson 2024-12-06 06:03:13 -06:00
  • 81d68cd478 Documentation and error handling around polars with-column --name (#14527) Jack Wright 2024-12-06 03:17:18 -08:00
  • 4c9078cccc add file column to scope modules output (#14524) Darren Schroeder 2024-12-05 21:36:35 -06:00
  • f51828d049 Improve sleep example using multiple durations (#14520) Stefan Holderbach 2024-12-05 14:54:14 +01:00
  • d97562f6e8 fix multiline strings in NDNUON (#14519) Antoine Stevan 2024-12-05 14:53:33 +01:00
  • 234484b6f8 normalize special characters in module names to allow variable access (#14353) Solomon 2024-12-05 06:35:15 -07:00
  • 3bd45c005b Change tests which may invoke externals to use non-conflicting names (#14516) 132ikl 2024-12-04 20:26:48 -05:00
  • 05b7c1fffa Update roxmltree from 0.19 to 0.20, the latest version (#14513) Ben Beasley 2024-12-04 15:39:45 -05:00
  • a332712275 add function to make env vars case-insensitive (#14390) Darren Schroeder 2024-12-03 20:47:58 -06:00
  • b2d8bd08f8 allow select to stream more (#14492) Darren Schroeder 2024-12-03 20:45:31 -06:00
  • 217be24963 #14238 Now the file completion is triggered on a custom command after the first parameter. (#14481) RobbingDaHood 2024-12-04 03:39:11 +01:00
  • bf457cd4fc Bump indexmap from 2.6.0 to 2.7.0 (#14505) dependabot[bot] 2024-12-04 09:57:05 +08:00
  • 88a8e986eb Bump titlecase dependency (#14502) Michel Lind 2024-12-03 17:40:23 -08:00
  • 5f0567f8df Bump multipart-rs from 0.1.11 to 0.1.13 (#14506) dependabot[bot] 2024-12-04 09:38:27 +08:00
  • a980b9d0a6 Bump ureq from 2.10.1 to 2.12.0 (#14507) dependabot[bot] 2024-12-04 09:37:52 +08:00
  • 08504f6e06 Bump bytes from 1.8.0 to 1.9.0 (#14508) dependabot[bot] 2024-12-04 09:37:47 +08:00
  • da66484578 Bump crate-ci/typos from 1.28.1 to 1.28.2 (#14503) dependabot[bot] 2024-12-04 09:37:19 +08:00
  • 424efdaafe Make glob stream (#14495) 132ikl 2024-12-03 16:21:09 -05:00
  • a65a7df209 Add remove as a search term on drop commands (#14493) Stefan Holderbach 2024-12-03 16:59:37 +01:00
  • c63bb81c3e Convert Filesize to Int (#14491) Jack Wright 2024-12-03 04:08:41 -08:00
  • a70e77ba48 Update procfs and which dependencies to their latest releases (#14489) Ben Beasley 2024-12-02 15:20:19 -05:00
  • c8b5909ee8 Feature: PWD-per-drive to facilitate working on multiple drives at Windows (#14411) PegasusPlusUS 2024-12-02 10:17:46 -08:00
  • 3b0ba923e4 Fix missing installed_plugins field in version command (#14488) Piepmatz 2024-12-02 16:02:06 +01:00
  • 1940b36e07 Add environment variables for sourced files (#14486) Darren Schroeder 2024-12-02 06:19:20 -06:00
  • dfec687a46 term query: refactor, add --beginning flag (#14446) Bahex 2024-12-02 05:02:48 +03:00
  • bcd85b6f3e Remove duplicate implementations of CallExt::rest (#14484) Ian Manske 2024-12-01 06:03:45 -08:00
  • c4b919b24c enable test_cp_recurse on macos (#14358) Jasha Sommer-Simpson 2024-12-01 06:59:40 -05:00
  • c560bac13f Add --long flag for sys cpu (#14485) Ian Manske 2024-12-01 03:56:42 -08:00
  • 88d27fd607 explore: add more less key bindings and add Transition::None (#14468) paulie4 2024-11-30 09:22:52 -05:00
  • 3d5f853b03 Start to Add WASM Support Again (#14418) Piepmatz 2024-11-30 14:57:11 +01:00
  • 07a37f9b47 fix: Respect sort in custom completions (#14424) Yash Thakur 2024-11-29 20:47:57 -05:00
  • 0172ad8461 Upgrading to polars 0.44 (#14478) Jack Wright 2024-11-29 17:39:07 -08:00