1
0
forked from pool/zoxide

32 Commits

Author SHA256 Message Date
6ece08b6aa Accepting request 1284384 from utilities
OBS-URL: https://build.opensuse.org/request/show/1284384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zoxide?expand=0&rev=13
2025-06-11 14:22:00 +00:00
bedd8eae60 fix build without %check (boo#1227364)
OBS-URL: https://build.opensuse.org/package/show/utilities/zoxide?expand=0&rev=31
2025-06-10 08:33:09 +00:00
76702818cf Accepting request 1280952 from utilities
- Update to 0.9.8:
  Added
  * Support for Tcsh.
  * Added --score flag to zoxide add.
  * POSIX: add doctor to diagnose common issues.
  * Nushell: add CLI completions.
  Changed
  * Bash: zoxide will now automatically cd when selecting Space-Tab completions.
  Fixed
  * Bash: doctor now handles PROMPT_COMMAND being an array.
  * Bash: doctor now handles Visual Studio Code's shell integration.
  * Bash: completions now work with ble.sh.
  * Nushell: stop ignoring symlinks when cd-ing into a directory.
  * Fzf: updated minimum supported version to v0.51.0.
  * PowerShell: avoid setting $error when defining __zoxide_hooked.
  * PowerShell: handle special characters in file paths when cd-ing into them.
  * Database corruption issue when the filesystem is 100% full.
- added %check section to run unit tests
- compress manpages (forwarded request 1280897 from amanzini)

OBS-URL: https://build.opensuse.org/request/show/1280952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zoxide?expand=0&rev=12
2025-05-30 12:34:54 +00:00
dbec0eb13c - Update to 0.9.8:
Added
  * Support for Tcsh.
  * Added --score flag to zoxide add.
  * POSIX: add doctor to diagnose common issues.
  * Nushell: add CLI completions.
  Changed
  * Bash: zoxide will now automatically cd when selecting Space-Tab completions.
  Fixed
  * Bash: doctor now handles PROMPT_COMMAND being an array.
  * Bash: doctor now handles Visual Studio Code's shell integration.
  * Bash: completions now work with ble.sh.
  * Nushell: stop ignoring symlinks when cd-ing into a directory.
  * Fzf: updated minimum supported version to v0.51.0.
  * PowerShell: avoid setting $error when defining __zoxide_hooked.
  * PowerShell: handle special characters in file paths when cd-ing into them.
  * Database corruption issue when the filesystem is 100% full.
- added %check section to run unit tests
- compress manpages

OBS-URL: https://build.opensuse.org/package/show/utilities/zoxide?expand=0&rev=29
2025-05-28 15:13:05 +00:00
268d68965c Accepting request 1244669 from utilities
OBS-URL: https://build.opensuse.org/request/show/1244669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zoxide?expand=0&rev=11
2025-02-10 16:29:11 +00:00
Andreas Schneider
5de10e1698 - Update to 0.9.7:
Added:
  * Nushell: support for 0.102.0.
  * Bash / Zsh: add doctor to diagnose common issues.
  Fixed:
  * ksh: alias to regular POSIX implementation for better compatibility.

OBS-URL: https://build.opensuse.org/package/show/utilities/zoxide?expand=0&rev=27
2025-02-10 07:51:29 +00:00
f8c36c6a9e Accepting request 1202327 from utilities
OBS-URL: https://build.opensuse.org/request/show/1202327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zoxide?expand=0&rev=10
2024-09-23 13:19:27 +00:00
Andreas Schneider
13e8913080 - Update to 0.9.6:
* Fish: builtin abbr doesn't work on older versions.
  * Zsh: make __zoxide_z_complete available with --no-cmd.

OBS-URL: https://build.opensuse.org/package/show/utilities/zoxide?expand=0&rev=25
2024-09-21 12:08:12 +00:00
3b2e71dbb4 Accepting request 1201228 from utilities
OBS-URL: https://build.opensuse.org/request/show/1201228
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zoxide?expand=0&rev=9
2024-09-16 15:42:21 +00:00
Andreas Schneider
3165ddd7bd - Update to 0.9.5:
Added:
  * zsh: improved cd completions.
  * Lazily delete excluded directories from the database.
  * fish: detect infinite loop when using alias cd=z.
  * Installer: added flags for --bin-dir, --man-dir, --arch, and --sudo.
  * Nushell: support for v0.94.0+.
  * bash/fish/zsh: support for z -- dir style queries.
  * fish: improved Space-Tab completions.
  * ksh: added support for the Korn shell.
  Changed:
  * fzf: removed --select-1 from default options. The interactive selector will
    now open up even if there is only one match.
  * Enforce that $_ZO_DATA_DIR is an absolute path.
  Fixed:
  * zsh: Space-Tab completion repeating output multiple times when matching single
    directory
  * fish / Nushell / PowerShell: handle queries that look like args (e.g. z -x).
  * elvish: z - now works as expected.
  * fish: generated shell code avoids using aliased builtins.
  * fish: cd command is now copied directly from
    $__fish_data_dir/functions/cd.fish. This should minimize the chances of an
    infinite loop when aliasing cd=z.
  * Symlinks not getting added to the database when $_ZO_RESOLVE_SYMLINKS=0.
  * Symlinked database files getting replaced instead of the actual files.
- Use new cargo service features for package

OBS-URL: https://build.opensuse.org/package/show/utilities/zoxide?expand=0&rev=23
2024-09-15 07:53:44 +00:00
2bca766c69 Accepting request 1148400 from utilities
- Update to 0.9.4:
  * zsh: improved Space-Tab completions

- Update to 0.9.3:

OBS-URL: https://build.opensuse.org/request/show/1148400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zoxide?expand=0&rev=8
2024-02-21 16:58:01 +00:00
c8df2e2b54 - Update to 0.9.4:
* zsh: improved Space-Tab completions
- Update to 0.9.3:

OBS-URL: https://build.opensuse.org/package/show/utilities/zoxide?expand=0&rev=21
2024-02-21 06:26:20 +00:00
ffae22acab Accepting request 1146530 from utilities
OBS-URL: https://build.opensuse.org/request/show/1146530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zoxide?expand=0&rev=7
2024-02-14 22:19:19 +00:00
Andreas Schneider
6163cc50f3 Accepting request 1146308 from home:jubalh:branches:utilities
- Update to 0.9.2:
  Added:
  * Nushell: support for v0.89.0.

OBS-URL: https://build.opensuse.org/request/show/1146308
OBS-URL: https://build.opensuse.org/package/show/utilities/zoxide?expand=0&rev=19
2024-02-14 09:22:18 +00:00
c557bbe964 Accepting request 1102333 from utilities
OBS-URL: https://build.opensuse.org/request/show/1102333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zoxide?expand=0&rev=6
2023-08-04 13:04:38 +00:00
Andreas Schneider
18deda84a0 Accepting request 1102298 from home:jubalh:branches:utilities
- Update to 0.9.2:
  Added:
  * Short option -a for zoxide query --all.
  Fixed:
  * PowerShell: use global scope for variables / functions.

OBS-URL: https://build.opensuse.org/request/show/1102298
OBS-URL: https://build.opensuse.org/package/show/utilities/zoxide?expand=0&rev=17
2023-08-04 09:44:44 +00:00
b201b4aab9 Accepting request 1085377 from utilities
OBS-URL: https://build.opensuse.org/request/show/1085377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zoxide?expand=0&rev=5
2023-05-08 15:24:26 +00:00
Andreas Schneider
c6576fe35a Accepting request 1085329 from home:jubalh:branches:utilities
- Update to 0.9.1:
  Added:
  * Fish/Zsh: aliases on __zoxide_z will now use completions.
  * Nushell: add support for v0.78.0.
  * Fish: plugin now works on older versions.
  * PowerShell: warn when PowerShell version is too old for z - and z +.
  * PowerShell: support for PWD hooks on all versions.
  Fixed:
  * Fish: not providing cd completions when there is a space in the path.
  * Bash/Fish/Zsh: providing z completions when the last argument starts with z!.
  * Bash/Fish/Zsh: attempting to cd when the last argument is z!.

OBS-URL: https://build.opensuse.org/request/show/1085329
OBS-URL: https://build.opensuse.org/package/show/utilities/zoxide?expand=0&rev=15
2023-05-08 05:40:14 +00:00
ccd37a54a9 Accepting request 1057207 from utilities
OBS-URL: https://build.opensuse.org/request/show/1057207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zoxide?expand=0&rev=4
2023-01-10 13:59:59 +00:00
Andreas Schneider
5cd43df6a1 Accepting request 1057140 from home:jubalh:branches:utilities
- Update to 0.9.0:
  Added:
  * edit subcommand to adjust the scores of entries.
  Fixed:
  * Zsh: completions clashing with zsh-autocomplete.
  * Fzf: 'invalid option' on macOS.
  * PowerShell: handle UTF-8 encoding correctly.
  * Zsh: don't hide output from chpwd hooks.
  * Nushell: upgrade minimum supported version to v0.73.0.
  * Zsh: fix extra space in interactive completions when no match is found.
  * Fzf: various improvements.
  * Nushell: Accidental redefinition of hooks when initialized twice.
  Removed:
  * remove -i subcommand: use edit instead.

OBS-URL: https://build.opensuse.org/request/show/1057140
OBS-URL: https://build.opensuse.org/package/show/utilities/zoxide?expand=0&rev=13
2023-01-10 07:11:13 +00:00
db6ce8762c Accepting request 1006953 from utilities
OBS-URL: https://build.opensuse.org/request/show/1006953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zoxide?expand=0&rev=3
2022-09-30 15:57:20 +00:00
Andreas Schneider
63d32c821f Accepting request 1006928 from home:jacobbaungard:tumbleweed_pkgs
- Version 0.8.3
  * ADDED: Nushell: support for `z -` and PWD hooks.
  * CHANGED: Fish: change fuzzy completion prefix to `z!`.
  * CHANGED: Zsh: allow z to navigate dirstack via +n and -n.
  * CHANGES: Fzf: improved preview window.
  * FIXED: Bash: double forward slash in completions.

OBS-URL: https://build.opensuse.org/request/show/1006928
OBS-URL: https://build.opensuse.org/package/show/utilities/zoxide?expand=0&rev=11
2022-09-29 13:28:12 +00:00
df86a29192 Accepting request 986560 from utilities
OBS-URL: https://build.opensuse.org/request/show/986560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zoxide?expand=0&rev=2
2022-07-05 10:09:02 +00:00
Jacob Hansen
b1809325b9 Accepting request 986552 from home:jacobbaungard:tumbleweed_pkgs
- Version 0.8.2:
  * CHANGED: Fzf: show preview window below results.
  * FIXED: Fish: completions not working on certain systems.
  * FIXED: Bash: completions not escaping spaces correctly.

OBS-URL: https://build.opensuse.org/request/show/986552
OBS-URL: https://build.opensuse.org/package/show/utilities/zoxide?expand=0&rev=9
2022-07-04 08:09:51 +00:00
e14548c30a Accepting request 983851 from utilities
New package see https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/WRJVXP7I7ZCLNKRGQRDS4BAWFZ45C5JF/

OBS-URL: https://build.opensuse.org/request/show/983851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zoxide?expand=0&rev=1
2022-06-20 13:37:14 +00:00
Jacob Hansen
7b886cb81b Accepting request 983432 from home:jacobbaungard:tumbleweed_pkgs
As we get the source directly from git, update the spec file to
point to the local source rather than the github archive.

OBS-URL: https://build.opensuse.org/request/show/983432
OBS-URL: https://build.opensuse.org/package/show/utilities/zoxide?expand=0&rev=7
2022-06-20 06:31:28 +00:00
Jacob Hansen
37d63e8809 Accepting request 983342 from home:jacobbaungard:tumbleweed_pkgs
Removed README.suse-maint.md from OBS project as factory-auto complains.

OBS-URL: https://build.opensuse.org/request/show/983342
OBS-URL: https://build.opensuse.org/package/show/utilities/zoxide?expand=0&rev=6
2022-06-17 12:34:07 +00:00
Jacob Hansen
85226e2f67 Accepting request 983165 from home:jacobbaungard:tumbleweed_pkgs
- Updated description in spec file so it matches the description
  provided by the upstream project.

OBS-URL: https://build.opensuse.org/request/show/983165
OBS-URL: https://build.opensuse.org/package/show/utilities/zoxide?expand=0&rev=5
2022-06-17 08:14:19 +00:00
Andreas Schneider
bc4eff0b31 Accepting request 982633 from home:jacobbaungard:tumbleweed_pkgs
- Ship shell completions for:
  * bash
  * zsh
  * fish
- Ship man-pages

OBS-URL: https://build.opensuse.org/request/show/982633
OBS-URL: https://build.opensuse.org/package/show/utilities/zoxide?expand=0&rev=4
2022-06-14 18:36:05 +00:00
Andreas Schneider
6aa5707255 Accepting request 982420 from home:jacobbaungard:tumbleweed_pkgs
Updated to 0.8.1

OBS-URL: https://build.opensuse.org/request/show/982420
OBS-URL: https://build.opensuse.org/package/show/utilities/zoxide?expand=0&rev=3
2022-06-13 11:00:16 +00:00
Andreas Schneider
1d92a45758 Fix URL
OBS-URL: https://build.opensuse.org/package/show/utilities/zoxide?expand=0&rev=2
2021-08-02 06:47:55 +00:00
2c5b23c09e Accepting request 908911 from home:gladiac
A smarter cd command

OBS-URL: https://build.opensuse.org/request/show/908911
OBS-URL: https://build.opensuse.org/package/show/utilities/zoxide?expand=0&rev=1
2021-07-30 13:13:32 +00:00