mataha
06c19d8d31
Make percent characters work in all contexts
2026-02-17 20:16:52 +01:00
mataha
1a403b4322
Fix rustfmt errors
2026-02-17 20:16:52 +01:00
mataha
6e88046442
Make the test run
2026-02-17 20:16:52 +01:00
mataha
ba2c1345e4
Add tests for path prefix normalization
2026-02-17 20:16:52 +01:00
mataha
80d870c071
Normalize path prefix on Windows
2026-02-17 20:16:52 +01:00
mataha
b3fa50fa89
Update `dunce` to 1.0.4
2026-02-17 20:16:50 +01:00
mataha
bf8429db6b
Mark template tests with `cfg` directives
2026-02-17 20:16:35 +01:00
mataha
85b2596b29
Add support for `cmd.exe` (experimental)
2026-02-17 20:16:01 +01:00
Ajeet D'Souza
ce46915901
install.sh: Prefix global variables
2026-02-07 12:15:06 +05:30
Ajeet D'Souza
d208a66f58
install.sh: early exit on error
2026-02-07 11:59:53 +05:30
Andrew Bradley
d7458b756e
Support symlinks on Windows ( #1149 )
2026-02-02 11:07:36 +05:30
Ajeet D'Souza
9cdc6aa374
chore(release): v0.9.9
2026-01-31 13:12:16 +05:30
stringscut
52a716fed6
chore: improve code comments clarity ( #1158 )
...
Signed-off-by: stringscut <stringscut@outlook.jp>
2026-01-30 16:55:23 +05:30
Simon Olofsson
324b0d35e7
fish: clear existing completions before defining aliases ( #1165 )
...
Fish ships with built-in completions for common commands like `j` (share/completions/j.fish for autojump). These override zoxide's completions when using `--cmd j`. Clear them before defining aliases.
2026-01-30 16:54:27 +05:30
dependabot[bot]
f00fe0f0ae
Bump actions/upload-artifact from 5 to 6 ( #1157 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-16 00:19:31 +05:30
dependabot[bot]
20dd3e1ec6
Bump actions/checkout from 5 to 6 ( #1152 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-02 03:14:34 +05:30
dependabot[bot]
da3905ba84
Bump Swatinem/rust-cache from 2.8.1 to 2.8.2 ( #1154 )
...
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache ) from 2.8.1 to 2.8.2.
- [Release notes](https://github.com/swatinem/rust-cache/releases )
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md )
- [Commits](https://github.com/swatinem/rust-cache/compare/v2.8.1...v2.8.2 )
---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
dependency-version: 2.8.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-02 03:14:24 +05:30
Ajeet D'Souza
d304543d2e
Remove uses of builtin from POSIX ( #1146 )
2025-11-18 20:14:28 +05:30
Mark Derricutt
ecf72c9cfd
Update zoxide to support Fish 4.1.x ( #1046 )
2025-11-18 14:49:41 +05:30
Ajeet D'Souza
9e82a6d127
Add ARMv7 target for Android in release workflow ( #1144 )
2025-11-18 14:05:45 +05:30
Ajeet D'Souza
e3212cdc08
Use template for mktemp ( #1140 )
2025-11-18 13:54:46 +05:30
Ajeet D'Souza
0c55cb9621
Avoid wrecking pipestatus in Bash ( #1141 )
2025-11-18 06:32:03 +05:30
nisbet-hubbard
fcce9804a7
Update README.md for RHEL 10 & derivatives ( #1078 )
2025-11-02 05:34:18 +05:30
Halil Özgür
55cd49d4a0
Strikeout apt.cli.rs due to sunsetting ( #1108 )
2025-11-02 05:21:57 +05:30
Sandro
5fde31383f
Don't downcast PROMPT_COMMAND ( #1036 )
2025-11-02 04:43:18 +05:30
dependabot[bot]
af220b11e7
Bump actions/upload-artifact from 4 to 5 ( #1126 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-28 15:50:05 +05:30
Ajeet D'Souza
194f8e31e4
Update README.md
2025-10-03 02:59:45 +05:30
Ajeet D'Souza
eb7b08fed3
Update README.md
2025-09-30 18:34:43 +05:30
dependabot[bot]
6ac39b7f41
Bump Swatinem/rust-cache from 2.8.0 to 2.8.1 ( #1119 )
...
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache ) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/swatinem/rust-cache/releases )
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md )
- [Commits](https://github.com/swatinem/rust-cache/compare/v2.8.0...v2.8.1 )
---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
dependency-version: 2.8.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-23 01:57:49 +05:30
Ajeet D'Souza
76125d9bd3
Update sponsorship
2025-09-18 21:11:43 +05:30
Ben Beasley
2299f2834b
Unpin and update tempfile ( #1105 )
2025-08-23 02:27:21 +05:30
Bryan Corey
c070535968
Add link to raycast-zoxide integration ( #1050 )
2025-08-16 09:57:04 +05:30
dependabot[bot]
4549438ffa
Bump actions/checkout from 4 to 5 ( #1101 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 08:12:29 +05:30
Azalea Colburn
261cf8846a
--basedir query option ( #1027 )
2025-08-10 13:26:52 +05:30
Ben Beasley
30129f4344
Update rstest from 0.25 to 0.26 ( #1099 )
2025-08-07 21:55:06 +05:30
dependabot[bot]
9b899e90e3
Bump Swatinem/rust-cache from 2.7.8 to 2.8.0 ( #1083 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-07 19:51:56 +05:30
Tony
6324b4e347
Add support for multi digits dirstack entry (e.g. +12). ( #1080 )
2025-06-17 15:27:46 +05:30
Steven Xu
db14bdc2ff
nushell: use sigil operator ( #1070 )
2025-05-31 04:53:54 +05:30
Ajeet D'Souza
d6c0203c09
Add Ubuntu install instructions
2025-05-27 05:28:12 +05:30
Ajeet D'Souza
859268aec8
chore(release): v0.9.8
2025-05-27 03:13:06 +05:30
Ajeet D'Souza
b318a2a190
Nushell: add CLI completions
2025-05-27 02:34:48 +05:30
smolsbs
ee8bbe57d3
Fixed the arg[0] argument position ( #1056 )
2025-05-16 03:19:09 -07:00
Koichi Murase
9c0dcf12f3
Run the cd command after "cd ... <space><tab>" in Bash integration ( #1055 )
2025-05-14 08:38:54 +05:30
benz
628f8542a0
Fixes #995 : Wildcard expansion for PowerShell ( #1001 )
...
Co-authored-by: Ajeet D'Souza <98ajeet@gmail.com>
2025-05-13 17:48:55 +05:30
Ajeet D'Souza
3d9f928e01
Upgrade to Rust 2024
2025-05-12 09:42:37 -07:00
Ajeet D'Souza
4807518c4b
Call fsync before close
2025-05-12 09:37:04 -07:00
Ajeet D'Souza
8e14038811
Fix lints
2025-05-12 06:22:54 -07:00
Ajeet D'Souza
1d08fe2b84
Add doctor for POSIX shells
2025-05-11 23:24:35 -07:00
Ajeet D'Souza
36537410cd
Doctor should handle PROMPT_COMMAND being an array
2025-05-10 23:41:55 -07:00
Ajeet D'Souza
306d7ae143
Fix shellcheck lint
2025-05-10 21:52:39 -07:00