Commit Graph

  • 7a7df3e635 Switch to unicase's to_folded_case (#14255) 132ikl 2024-11-05 03:39:08 -05:00
  • 62198a29c2 Make to text line endings consistent for list (streams) (#14166) Ian Manske 2024-11-05 00:33:54 -08:00
  • e87a35104a Remove as_i64 and as_f64 (#14258) Ian Manske 2024-11-05 00:28:56 -08:00
  • 1e051e573d fix $env.FILE_PWD and $env.CURRENT_FILE inside use (#14101) Wind 2024-11-05 14:12:01 +08:00
  • e172a621f3 Consolidate uses of test-case to rstest (#14250) Stefan Holderbach 2024-11-04 19:07:59 +01:00
  • 9f09930834 Div, mod, and floor div overhaul (#14157) Ian Manske 2024-11-04 09:03:48 -08:00
  • 20c2de9eed Empty rest args match should be an empty list (#14246) Charles Taylor 2024-11-04 12:03:26 -05:00
  • 22ca5a6b8d Add tests to test the --max-age arg in http commands (#14245) Alex Kattathra Johnson 2024-11-04 05:41:44 -06:00
  • 8b19399b13 support binary input in length (#14224) Solomon 2024-11-03 20:39:24 -07:00
  • d289c773d0 Change --max-time arg for http commands to use Duration type (#14237) Alex Kattathra Johnson 2024-11-03 12:35:08 -06:00
  • a935e0720f no deref in touch (#14214) Doru 2024-11-03 01:56:05 -03:00
  • 1c3ff179bc Improve CellPath display output (#14197) Alex Ionescu 2024-11-02 16:28:10 +01:00
  • ccab3d6b6e Improve comment wording in run_external.rs (#14230) Jan Klass 2024-11-01 18:02:25 +01:00
  • 3e39fae6e1 Fix comment typos in run_external.rs (#14229) Jan Klass 2024-11-01 17:55:21 +01:00
  • d575fd1c3a Tests for new Alpine and Debian image builds (#14225) Kieron Wilkinson 2024-10-31 23:45:20 +00:00
  • 0a2fb137af don't run subcommand if it's surrounded with backtick quote (#14210) Wind 2024-10-31 23:13:05 +08:00
  • 4907575d3d Bump chrono-tz from 0.8.6 to 0.10.0 (#14205) dependabot[bot] 2024-10-30 10:14:04 -07:00
  • 4200df21d3 Add RELEASE_QUERY_API build arg for Dockerfiles (#14209) Justin Ma 2024-10-30 19:45:15 +08:00
  • e0bb5a2bd2 Allow using function keys F21-F35 for keybindings (#14201) Dom 2024-10-30 12:22:47 +01:00
  • a6c2c685bc Bump trash from 5.1.1 to 5.2.0 (#14206) dependabot[bot] 2024-10-30 10:51:30 +08:00
  • 1e2fa68db0 Bump fancy-regex from 0.13.0 to 0.14.0 (#14207) dependabot[bot] 2024-10-30 10:51:21 +08:00
  • 599f16f15c Bump unicase from 2.7.0 to 2.8.0 (#14208) dependabot[bot] 2024-10-30 10:51:06 +08:00
  • 91da168251 Bump crate-ci/typos from 1.26.0 to 1.26.8 (#14203) dependabot[bot] 2024-10-30 10:50:41 +08:00
  • e104bccfb9 Drop once_cell dependency (#14198) Alex Ionescu 2024-10-29 17:33:46 +01:00
  • 74bd0e32cc ansi -l includes previews of attributes (e.g., bold, dimmed, blink, etc.) (#14196) Douglas 2024-10-29 10:14:54 -04:00
  • 03015ed33f Show ? for optional entries when displaying CellPaths (#14042) Alex Ionescu 2024-10-29 14:08:55 +01:00
  • 79ea70d4ec Fix quoting in to nuon and refactor quoting functions (#14180) Alex Ionescu 2024-10-29 13:43:26 +01:00
  • 3ec76af96e Add Debian Dockerfile (#14193) Kieron Wilkinson 2024-10-29 12:40:23 +00:00
  • b8efd2a347 ansi name for clear-scrollback code (#14184) Douglas 2024-10-29 08:01:32 -04:00
  • 9083157baa support table literal syntax in join right-table argument (#14190) Solomon 2024-10-29 05:37:44 -06:00
  • 6cdc9e3b77 Fix LSP non-ascii characters offset issues. (#14002) zc he 2024-10-29 19:35:37 +08:00
  • f8d4adfb7a Add the history import command (again) (#14083) Piotr Kufel 2024-10-29 04:34:48 -07:00
  • 719d9aa83c provide a common implementation for query string conversions in url join and url build-query (#14173) Bahex 2024-10-29 14:33:14 +03:00
  • 9ebaa737aa feat: stor insert accepts lists (#14175) Rodrigo Friães 2024-10-29 12:32:55 +01:00
  • 88b0982dac allow oem code pages to be used to decode text (#14187) Darren Schroeder 2024-10-29 06:32:35 -05:00
  • 8c2e12ad79 Update the dockerfile for alpine image (#14191) Justin Ma 2024-10-29 19:32:09 +08:00
  • 2c31b3db07 Ensure default config files end with a new line (#14192) Ofek Lev 2024-10-29 05:12:55 -04:00
  • eedf833b6f Send both 2J and 3J on clear (#14181) Douglas 2024-10-28 07:42:18 -04:00
  • 69d81cc065 add command_type to help (#14165) Darren Schroeder 2024-10-24 12:06:49 -05:00
  • af9c31152a Add metadata on open --raw with bytestreams (#14141) Darren Schroeder 2024-10-23 16:50:15 -05:00
  • abb6fca5e3 make adding newlines with to text more consistent and opt-out-able (#14158) Darren Schroeder 2024-10-23 16:49:51 -05:00
  • 3ec1c40320 Introduce footer_inheritance option (#14070) Maxim Zhiburt 2024-10-23 20:45:47 +03:00
  • 619211c1bf Bump brotli to 6.0.0 (#14161) Stefan Holderbach 2024-10-23 19:40:37 +02:00
  • 3a685049da add name to $env.config.keybindings (#14159) Darren Schroeder 2024-10-23 12:23:41 -05:00
  • ae54d05930 Upgrade to polars 0.43 (#14148) Jack Wright 2024-10-23 10:14:24 -07:00
  • e7c4597ad0 Bump uuid from 1.10.0 to 1.11.0 (#14155) dependabot[bot] 2024-10-23 13:54:16 +08:00
  • 09c9495015 Bump bytes from 1.7.1 to 1.8.0 (#14156) dependabot[bot] 2024-10-23 13:53:53 +08:00
  • e05f387632 update to reedline commit 9cb1128 (#14146) Darren Schroeder 2024-10-22 11:57:41 -05:00
  • 9870c7c9a6 Defensive handling of errors when transposing (#14096) PhotonBursted 2024-10-22 18:30:48 +02:00
  • 3f75b6b371 error when closure param lists aren't terminated by | (#14095) Solomon 2024-10-22 15:40:45 +00:00
  • 04fed82e5e Feature url build_query accepts records with lists of strings (#14073) Adam Schmalhofer 2024-10-22 17:38:25 +02:00
  • f3a1dfef95 Fix panic if tokens are placed after a redirection (#14035) Kither 2024-10-22 22:37:03 +07:00
  • f738932bbd Fix range contains (#14011) Joaquín Triñanes 2024-10-22 17:34:41 +02:00
  • 4968b6b9d0 fix error when exporting consts with type signatures in modules (#14118) Solomon 2024-10-22 09:54:31 +00:00
  • ee97c00818 Make contributor image wider (#14138) Stefan Holderbach 2024-10-21 21:59:52 +02:00
  • 1dbd431117 try and fix osc633 escaping yet again (#14140) Darren Schroeder 2024-10-21 14:57:58 -05:00
  • 09ab583f64 add start_time to ps -l on macos (#14127) Darren Schroeder 2024-10-21 11:55:30 -05:00
  • 9ad6d13982 Add slice as a search term on range (#14128) Stefan Holderbach 2024-10-21 12:55:03 +02:00
  • 8d4426f2f8 add is_const to help commands and scope commands (#14125) Darren Schroeder 2024-10-21 05:54:18 -05:00
  • 8c8f795e9e add rendered and json error messages in try/catch (#14082) Darren Schroeder 2024-10-17 20:16:38 -05:00
  • 7f2f67238f allow group-by and split-by to work with other values (#14086) Darren Schroeder 2024-10-17 16:14:01 -05:00
  • 740fe942c1 Reduce duplicate dependencies on the windows crate (#14105) YizhePKU 2024-10-18 01:12:45 +08:00
  • 7c5dcbb3fc Update to rust 1.80.1 (#14106) Jack Wright 2024-10-17 10:01:08 -07:00
  • 7e055810b1 add like and not-like operators as synonyms for the regex operators =~ and !~ (#14072) Darren Schroeder 2024-10-17 09:15:42 -05:00
  • 5758993e9f Add count to uniq search terms (#14108) 132ikl 2024-10-17 05:19:59 -04:00
  • d7014e671d use command: Don't create a variable with empty record if it doesn't define any constants (#14051) Wind 2024-10-17 10:25:45 +08:00
  • b0427ca9ff run ensure_flag_arg_type for short flag values (#14074) Solomon 2024-10-17 02:25:17 +00:00
  • 3af575cce7 Make plugin list read state from plugin registry file as well (#14085) Devyn Cairns 2024-10-16 19:24:45 -07:00
  • f787d272e6 Implemented polars unnest (#14104) Jack Wright 2024-10-16 19:24:14 -07:00
  • f061c9a30e Bump to 0.99.2 (#14136) Stefan Holderbach 2024-10-20 23:12:41 +02:00
  • 8812072f06 Add milestone to a closed issue that has a merged PR fix automatically (#14131) 0.99.1 Justin Ma 2024-10-20 10:45:05 +08:00
  • e911ff4d67 Fix return setting last exit code (#14120) Ian Manske 2024-10-17 20:05:58 -07:00
  • 28b6db115a Revert PRs for 0.99.1 patch (#14119) Ian Manske 2024-10-17 19:51:14 -07:00
  • e735bd475f add rendered and json error messages in try/catch (#14082) Darren Schroeder 2024-10-17 20:16:38 -05:00
  • 299d199150 allow group-by and split-by to work with other values (#14086) Darren Schroeder 2024-10-17 16:14:01 -05:00
  • 5e784d38eb Reduce duplicate dependencies on the windows crate (#14105) YizhePKU 2024-10-18 01:12:45 +08:00
  • 868029f655 Update to rust 1.80.1 (#14106) Jack Wright 2024-10-17 10:01:08 -07:00
  • 043d1ed9fb add like and not-like operators as synonyms for the regex operators =~ and !~ (#14072) Darren Schroeder 2024-10-17 09:15:42 -05:00
  • 6230a62e9e Add count to uniq search terms (#14108) 132ikl 2024-10-17 05:19:59 -04:00
  • 71b49c3374 use command: Don't create a variable with empty record if it doesn't define any constants (#14051) Wind 2024-10-17 10:25:45 +08:00
  • 2eef42c6b9 run ensure_flag_arg_type for short flag values (#14074) Solomon 2024-10-17 02:25:17 +00:00
  • 0209992f6c Make plugin list read state from plugin registry file as well (#14085) Devyn Cairns 2024-10-16 19:24:45 -07:00
  • c9d54f821b Implemented polars unnest (#14104) Jack Wright 2024-10-16 19:24:14 -07:00
  • 59d6dee3b3 Bump to version 0.99.1 (#14100) Devyn Cairns 2024-10-16 19:23:37 -07:00
  • 9d25b2f29a Add a workflow to set milestone for a merged PR automatically (#14084) Justin Ma 2024-10-16 15:45:34 +08:00
  • 91ff57faa7 Bump to version 0.99.0 (#14094) 0.99.0 Jakub Žádník 2024-10-15 22:01:08 +03:00
  • b99affba4b bumping reedline to version 0.36 (#14093) Jack Wright 2024-10-15 11:05:57 -07:00
  • 639bd4fc2e change display_error.exit_code to false (#13873) Wind 2024-10-14 22:57:30 +08:00
  • a0f38f8845 Fix deleted lowercase in keybinding parsing (#14081) Ian Manske 2024-10-13 12:31:09 -07:00
  • a11c9e9d70 Ratelimit save command progress bar updates (#14075) 132ikl 2024-10-13 08:01:03 -04:00
  • bdbcf82967 Revert "Add the history import command" (#14077) Darren Schroeder 2024-10-12 21:43:24 -05:00
  • 1f47d72e86 Add the history import command (#13450) Piotr Kufel 2024-10-12 14:42:27 -07:00
  • d83781ddec support filesize arguments in random binary/chars (#14068) Solomon 2024-10-12 06:49:05 +00:00
  • e32e55938b Reduce nesting in the history command code (#14069) Piotr Kufel 2024-10-11 23:44:49 -07:00
  • de08b68ba8 Fix try printing when it is not the last pipeline element (#13992) Ian Manske 2024-10-11 23:37:10 -07:00
  • 0e3a8c552c Correct wording from previous PR (#14066) Douglas 2024-10-11 14:57:32 -04:00
  • 389e7d2502 make FooterMode::Auto work (#14063) Darren Schroeder 2024-10-11 13:36:09 -05:00
  • fce6146576 Refactor config updates (#13802) Ian Manske 2024-10-11 09:40:32 -07:00
  • 02313e6819 Fix --header-row description (#14065) Douglas 2024-10-11 11:14:58 -04:00
  • df0a174802 fix unknown_command when parsing certain strings with equal signs (#14053) Solomon 2024-10-11 12:53:39 +00:00