Commit Graph

  • f07a76e115
    pwsh: handling `z ~` and `z` separately (#1161) Chawye Hsu 2026-03-01 15:13:50 +0800
  • ba599bc819 No explicit case needed for ~ Ajeet D'Souza 2026-03-01 12:38:55 +0530
  • 0fa9dfcdc7
    Merge 5243f80ac5 into f3a07cd3d1 Rikiub% 2026-02-28 16:33:12 +0545
  • 5b88d3a6b3 auto migrate lengyijun 2026-02-27 09:19:49 +0800
  • be220c9542 use display_override Juhan280 2026-02-21 02:28:23 +0600
  • 53897b1c13 cargo fix lengyijun 2026-02-19 20:30:17 +0800
  • cad80a5ce5 cargo test lengyijun 2026-02-19 14:08:52 +0800
  • e2a83fe122 rm unused fn lengyijun 2026-02-19 13:40:58 +0800
  • 0dc4a72500 wip lengyijun 2026-02-19 13:32:08 +0800
  • 6d0ba18003 feat: add `z --` to jump to last rested directory Douglas Sellers 2026-02-18 14:19:16 -0800
  • b8844cd373 make closures in `any` command return boolean Juhan280 2026-02-19 01:48:13 +0600
  • f3a07cd3d1 Update README.md Ajeet D'Souza 2026-02-19 01:04:43 +0530
  • 227997e516 Switch code page to UTF-8 in a separate command mataha 2026-01-29 19:07:38 +0100
  • 31f6595f54 Point `cmd.exe` users to the registry key mataha 2026-01-28 15:48:40 +0100
  • e7ff4382b7 Handle UTF-8 output correctly in `cmd.exe` mataha 2026-01-28 15:22:09 +0100
  • 28bddb9389 Switch to labeled comments mataha 2024-07-05 01:15:44 +0200
  • 862bdf16e4 Consider PATHEXT when searching for fzf binary mataha 2024-06-17 00:41:02 +0200
  • d838651f51 Fix formatting mataha 2024-06-15 17:11:45 +0200
  • e79df688ee Fix stdin end of input mataha 2024-06-15 01:29:09 +0200
  • 5b2eca1cf8 Fix newlines mataha 2024-06-14 16:14:34 +0200
  • 699126567f Code cleanup mataha 2024-06-11 01:26:11 +0200
  • 3cc6de20ac Update documentation mataha 2024-06-11 01:01:56 +0200
  • 9d9d605d50 Make clippy and rustfmt happy mataha 2024-06-11 00:25:55 +0200
  • cca937c907 WIP mataha 2024-06-10 16:33:39 +0200
  • bb75058ce6 Be consistent when comparing comptime strings mataha 2024-06-10 03:39:18 +0200
  • 864f8cad91 WIP mataha 2024-06-10 03:12:46 +0200
  • acb9e95e7e Add common shorthands as command aliases mataha 2023-06-17 02:33:01 +0200
  • 3883fcd487 Initialize hook only if it's a `pwd` hook mataha 2023-06-17 02:12:29 +0200
  • 435a62266a Tighten the check for command-line context mataha 2023-06-17 02:11:06 +0200
  • 8d61617c6a Quit if Command Extensions are disabled mataha 2023-06-12 01:19:24 +0200
  • 1ee0195a0d Sanitize trailing backslash when in root directory mataha 2023-06-11 04:46:01 +0200
  • e7dba81869 Quote external command macros directly mataha 2023-06-11 04:41:14 +0200
  • 3f2283c502 Fall back to being `cd` if directory exists mataha 2023-06-11 04:31:16 +0200
  • 6f3d0a24b8 Don't hardcode command names mataha 2023-06-11 04:26:02 +0200
  • 0d0f557580 Make the Command Extensions requirement more clear mataha 2023-06-11 04:23:24 +0200
  • ae74cea6ac Don't run with Command Extensions disabled mataha 2023-06-07 04:27:36 +0200
  • ed35b884db Make sure `OLDPWD` is not set mataha 2023-06-07 02:36:42 +0200
  • c21e82ac49 Fix whitespace suppression in `cmd.exe` template mataha 2023-06-07 00:59:49 +0200
  • 23e4e78431 Disable delayed expansion in `cmd init` mataha 2023-06-06 23:51:22 +0200
  • 06c19d8d31 Make percent characters work in all contexts mataha 2023-06-06 23:01:19 +0200
  • 1a403b4322 Fix rustfmt errors mataha 2023-06-06 01:33:19 +0200
  • 6e88046442 Make the test run mataha 2023-06-06 01:24:24 +0200
  • ba2c1345e4 Add tests for path prefix normalization mataha 2023-06-06 01:00:25 +0200
  • 80d870c071 Normalize path prefix on Windows mataha 2023-06-06 01:00:03 +0200
  • b3fa50fa89 Update `dunce` to 1.0.4 mataha 2023-06-06 00:57:02 +0200
  • bf8429db6b Mark template tests with `cfg` directives mataha 2023-05-11 02:46:45 +0200
  • 85b2596b29 Add support for `cmd.exe` (experimental) mataha 2023-05-10 23:40:23 +0200
  • b106d384e7 disble filtering Juhan280 2026-02-13 17:48:16 +0600
  • 2fe842dcb1
    avoid-db-writes-sorting-by-score Sebastian Sarco 2026-02-12 15:02:51 -0300
  • 08dc03c65e Fix trailing slash handling in directory tests Michael Collard 2026-02-12 10:41:51 -0600
  • 9ae8519506 always escape the paths Juhan280 2026-02-12 20:09:10 +0600
  • 79f5f6671b update minimum nushell version 0.106.0 Juhan280 2026-02-12 19:15:37 +0600
  • bdedc2a813 Wrap nushell integration script in a module Juhan280 2026-02-12 17:08:30 +0600
  • 32ed3ec28a Add nushell completion for __zoxide_z Juhan280 2025-11-04 13:15:25 +0600
  • ce46915901 install.sh: Prefix global variables Ajeet D'Souza 2026-02-07 12:15:06 +0530
  • d208a66f58 install.sh: early exit on error Ajeet D'Souza 2026-02-07 11:59:53 +0530
  • 976a721020
    pwsh: handling `z ~` and `z` separately Chawye Hsu 2026-01-13 17:44:53 +0800
  • 2a63987acd Feat: fix more formatting issues Zhengang Li 2026-02-06 11:26:50 +1100
  • 938ecc693f Feat: fix formatting issues Zhengang Li 2026-02-06 11:17:12 +1100
  • 05256e29e3 Feat: use uniq child to target parent directory Zhengang Li 2026-02-06 09:45:13 +1100
  • f3934a2b1c
    fix: linting Adeeb HS 2026-02-04 00:12:07 +0530
  • 1398a0be6a
    add: jump to child shell shortcut Adeeb HS 2026-02-03 23:58:13 +0530
  • 6b71292dd1 style: align bash guard with shfmt Kaiiiiiiiii 2026-02-03 13:54:49 +0800
  • 97f89e3ee3 style: format guard tests Kaiiiiiiiii 2026-02-03 13:44:20 +0800
  • 5a6626cada fix: guard empty interactive completion results Kaiiiiiiiii 2026-02-03 13:36:15 +0800
  • d7458b756e
    Support symlinks on Windows (#1149) Andrew Bradley 2026-02-02 00:37:36 -0500
  • 7eefd81e90
    fix(lint): maybe no empty lines? Helmut K. C. Tessarek 2026-02-01 15:14:34 -0500
  • 2d885a3152
    ci: add workflow to publish to crates.io Helmut K. C. Tessarek 2026-02-01 14:50:12 -0500
  • 6af34b40c2 CHANGELOG Ajeet D'Souza 2026-02-01 11:46:43 +0530
  • 0066d6863c typo Ajeet D'Souza 2026-02-01 11:40:59 +0530
  • 459a95382c fish/zsh/posix Ajeet D'Souza 2026-02-01 11:37:47 +0530
  • 6c4ba1fd31 Merge branch 'main' into windows-shell-integration-fixes Ajeet D'Souza 2026-02-01 10:20:04 +0530
  • 9cdc6aa374 chore(release): v0.9.9 v0.9.9 Ajeet D'Souza 2026-01-31 13:12:16 +0530
  • 5c17b3b35b fix issue #1166 Morten Brøns-Pedersen 2026-01-30 14:48:58 +0100
  • 52a716fed6
    chore: improve code comments clarity (#1158) stringscut 2026-01-30 19:25:23 +0800
  • 324b0d35e7
    fish: clear existing completions before defining aliases (#1165) Simon Olofsson 2026-01-30 12:24:27 +0100
  • d22f251cfd
    fish: clear existing completions before defining aliases Simon Olofsson 2026-01-29 10:59:13 +0100
  • 528a8c9242 z to pick up ~HOME Al Farhaan khan I Inamdar 2026-01-27 23:35:55 +0530
  • 2185d79a11 chore: improve code comments clarity stringscut 2025-12-17 23:38:34 +0800
  • 142b9cd216
    Merge c2ec2aa965 into f00fe0f0ae Taha Mahmoud 2025-12-16 15:29:58 +0900
  • f00fe0f0ae
    Bump actions/upload-artifact from 5 to 6 (#1157) dependabot[bot] 2025-12-16 00:19:31 +0530
  • df06b6eb04
    Bump actions/upload-artifact from 5 to 6 dependabot[bot] 2025-12-15 18:07:24 +0000
  • 405efe9d59 feat: Modernize zoxide init nushell Charles Taylor 2025-12-13 10:27:49 -0500
  • 20dd3e1ec6
    Bump actions/checkout from 5 to 6 (#1152) dependabot[bot] 2025-12-02 03:14:34 +0530
  • da3905ba84
    Bump Swatinem/rust-cache from 2.8.1 to 2.8.2 (#1154) dependabot[bot] 2025-12-02 03:14:24 +0530
  • 3c438ce372
    Bump Swatinem/rust-cache from 2.8.1 to 2.8.2 dependabot[bot] 2025-12-01 19:43:46 +0000
  • a6aa4a697f
    Bump actions/checkout from 5 to 6 dependabot[bot] 2025-11-24 18:26:22 +0000
  • 8e7f2406d4
    Add colors to --help/-h Filip Czaplicki 2025-11-23 19:53:09 +0100
  • c2ec2aa965 Feature: Add alias support for zoxide with tests tahamahmoud7097-wq 2025-11-23 06:15:33 +0200
  • 8772cde987 Fix #1147 and #1148 Andrew Bradley 2025-11-18 11:25:29 -0500
  • d304543d2e
    Remove uses of builtin from POSIX (#1146) Ajeet D'Souza 2025-11-18 20:14:28 +0530
  • a9c31f59df Remove uses of builtin from POSIX Ajeet D'Souza 2025-11-18 20:10:30 +0530
  • ecf72c9cfd
    Update zoxide to support Fish 4.1.x (#1046) Mark Derricutt 2025-11-18 22:19:41 +1300
  • 18ec305917
    Merge branch 'main' into main Ajeet D'Souza 2025-11-18 14:31:07 +0530
  • 9e82a6d127
    Add ARMv7 target for Android in release workflow (#1144) Ajeet D'Souza 2025-11-18 14:05:45 +0530
  • a9e8b60b1b
    Add ARMv7 target for Android in release workflow Ajeet D'Souza 2025-11-18 14:03:18 +0530
  • e3212cdc08
    Use template for mktemp (#1140) Ajeet D'Souza 2025-11-18 13:54:46 +0530
  • bce46a2295 chore: clippy dracarys18 2025-11-18 11:18:06 +0530
  • 84080ff59f fix: prefer exact keyword match over score match dracarys18 2025-11-18 10:44:08 +0530
  • 0c55cb9621
    Avoid wrecking pipestatus in Bash (#1141) Ajeet D'Souza 2025-11-18 06:32:03 +0530