1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-22 07:39:48 +00:00

Commit Graph

  • 6025da3ae5 fix: don't reassign for-loop variable master v1.8.25 skywind3000 2026-03-09 21:15:58 +08:00
  • 1ebe5bcaa7 Merge pull request #228 from botantony/lua-5.5-patch Linwei 2025-12-24 17:47:50 +08:00
  • e1eb7a2104 fix: don't reassign for-loop variable botantony 2025-12-23 22:49:39 +01:00
  • f80e22498c Merge pull request #223 from fabiob/patch-1 Linwei 2025-08-01 14:42:55 +08:00
  • ce1ee31529 Adds NixOS instructions to README.md Fábio D. Batista 2025-07-31 18:18:15 -03:00
  • aebea97d8e Merge pull request #222 from brglng/feature/nushell Linwei 2025-05-29 21:52:11 +08:00
  • 314dd0a29d fix: installation instructions in README.md Zhaosheng Pan 2025-05-29 17:37:09 +08:00
  • 3482460bd2 update version number 1.8.24 skywind3000 2025-05-24 23:05:00 +08:00
  • bcb5599c12 Merge pull request #221 from brglng/feature/nushell Linwei 2025-05-21 23:37:24 +08:00
  • ef8767c5f0 feat(nushell)!: improve nushell support for nushell v0.96+ Zhaosheng Pan 2025-05-21 22:41:59 +08:00
  • 23aeabedd9 update version number 1.8.23 skywind3000 2025-05-18 00:18:33 +08:00
  • 27dceb9899 Merge pull request #219 from chrisant996/allow_interactive_with_no_args Linwei 2025-05-18 00:16:39 +08:00
  • 19b2d1747e Fix when _ZL_MATCH_MODE=1. Chris Antos 2025-05-17 04:29:40 -07:00
  • 7c1c73af33 1. upgrade internal batch script 2. made _ZL_FZF_HEIGHT available on windows. 1.8.22 skywind3000 2025-05-17 13:57:37 +08:00
  • b63a38b11a Merge pull request #218 from chrisant996/allow_interactive_with_no_args Linwei 2025-05-16 15:12:21 +08:00
  • c524e28851 Make z -i and z -I with no arguments be interactive. Chris Antos 2025-05-15 09:47:19 -07:00
  • c3a182c6c9 Merge pull request #216 from chrisant996/fix_invalid_path_on_window 1.8.21 Linwei 2025-05-15 22:14:44 +08:00
  • 771c72de5f Fix invalid pathname in z -I xyz on Windows. Chris Antos 2025-05-14 16:49:50 -07:00
  • 4bbd0f1e58 Merge pull request #214 from russell7/patch-1 Linwei 2025-02-21 00:55:49 +08:00
  • db1fb1f256 fix(readme): fix typo 洪运 2025-02-20 22:46:25 +08:00
  • 19cb43d1ac Merge pull request #212 from ShalokShalom/patch-1 Linwei 2025-01-14 17:28:48 +08:00
  • 787da9512c Remove Fig ShalokShalom 2025-01-14 10:23:57 +01:00
  • 3875d774cb fixed nushell completion issue 1.8.20 skywind3000 2024-10-18 10:35:14 +08:00
  • dff590adc1 update docs skywind3000 2024-10-18 03:09:39 +08:00
  • 20c0494d44 update docs skywind3000 2024-10-17 08:04:13 +08:00
  • 67405d57e8 update gitignore skywind3000 2024-10-16 00:31:50 +08:00
  • 6e67a32520 fix: indentation consistency skywind3000 2024-10-14 15:42:46 +08:00
  • c334bc1ae5 Merge pull request #210 from brglng/feature/nushell 1.8.19 Linwei 2024-10-10 15:17:31 +08:00
  • 0f6318ce4c fix(nushell): chdir failure Zhaosheng Pan 2024-10-09 14:59:05 +08:00
  • 3b55089ad8 improve README Zhaosheng Pan 2024-10-09 12:44:15 +08:00
  • c58d31ec1d feat: add initial support for nushell Zhaosheng Pan 2024-10-08 17:43:45 +08:00
  • 7c890c3645 Improve handling of the '--help' option in _zlua() function to improve zsh compatibility. skywind3000 2024-04-30 17:16:36 +08:00
  • 7af012cc35 fixed: interpret _ZL_ZSH_NO_FZF in a wrong way. skywind3000 2024-04-20 20:38:20 +08:00
  • 019b2af475 add a return statement for nil case in os.interpreter() function. skywind3000 2024-04-07 11:26:35 +08:00
  • ef9a49d73d Merge pull request #158 from ibayramli/fig 1.8.18 Linwei 2024-03-20 22:19:26 +08:00
  • 7cd399b30d bloat version skywind3000 2024-03-20 22:17:58 +08:00
  • 9112f0e9cc Merge pull request #189 from Arkaeriit/fix_pipes_in_filenames Linwei 2024-03-20 22:13:57 +08:00
  • cb4c9d3c8f Revert back to the old separator and improve db reading Maxime Bouillot 2024-03-20 14:23:53 +01:00
  • 924f61a48b Change separator in data file Maxime Bouillot 2023-08-31 16:51:40 +02:00
  • 30220996ca fix typo 1.8.17 skywind3000 2024-02-20 12:40:23 +08:00
  • d3ba781d4d Refactor the z.lua.plugin.zsh script to ensure proper initialization with or without FZF support skywind3000 2024-02-20 11:43:00 +08:00
  • 9a24fef334 Refactor logic to initialize fzf in zsh plugin to support a new condition where fzf can be disabled. skywind3000 2024-02-19 11:29:04 +08:00
  • a9e034cb5c Update z.lua zsh plugin to allow customization of the fzf command used for fuzzy finding. skywind3000 2024-02-19 11:24:30 +08:00
  • 992134061a Merge pull request #196 from ilyagr/hyphens Linwei 2023-12-11 01:11:14 +08:00
  • b62784b66d Make z.lua try treating - as a normal character if there are no results Ilya Grigoriev 2023-12-08 21:36:38 -08:00
  • 7f2bfcbfc1 Merge pull request #185 from kang8/feature/support-fzf-for-zsh-tab Linwei 2023-07-13 11:02:56 +08:00
  • 86cb43af67 ZSH: TAB complete using fzf kang 2023-07-08 17:32:58 +08:00
  • 71bae7fc0b refine window batch script initializing skywind3000 2023-05-19 10:51:41 +08:00
  • 4d89b55363 Merge pull request #181 from chrisant996/clink_changes Linwei 2023-05-18 05:49:33 +08:00
  • db1a863d40 Update z completions for Clink. Chris Antos 2023-05-17 10:48:42 -07:00
  • dff016528c z.lua was missing some lines for z.cmd. Chris Antos 2023-05-17 10:48:05 -07:00
  • 6fe677aae4 Merge pull request #179 from Kosette/master Linwei 2023-05-04 18:17:06 +08:00
  • ba83bf67b2 fix potential compatibilty issue for some fish shell versions and add autocompletion for cmd options Simsum 2023-05-04 17:49:20 +08:00
  • 0992ebf9f1 update z.lua skywind3000 2022-09-29 15:48:52 +08:00
  • 83dfec0843 Merge pull request #170 from ilyagr/fuzzy-zb Linwei 2022-09-06 21:13:00 +08:00
  • 3703c5a0ea Put z -b foo bar in command summary, add regex docs Ilya Grigoriev 2022-08-22 18:24:10 -07:00
  • 3894a6b936 Reduce indentation and add comments Ilya Grigoriev 2022-08-27 21:18:36 -07:00
  • 0905165889 Allow z -b to do fuzzy matching Ilya Grigoriev 2022-08-27 21:12:16 -07:00
  • 3009e33176 Merge pull request #167 from FlTr/convert-string-to-float Linwei 2022-08-15 17:17:25 +08:00
  • 32786a0592 Substitute comma with dot before conversion FlTr 2022-08-15 09:37:36 +02:00
  • 47468a8588 Merge pull request #165 from ilyagr/ilya Linwei 2022-08-14 15:52:11 +08:00
  • f347eaf1c8 Slight stylistic edits to ranger_zlua.py Ilya Grigoriev 2022-08-13 17:26:30 -07:00
  • e11d2e2017 Fixes and docs for the ranger plugin Ilya Grigoriev 2022-08-13 15:27:24 -07:00
  • 3ecc14747f prevent loading skywind3000 2022-08-10 16:58:47 +08:00
  • 632f722ee4 bloat version number 1.8.16 skywind3000 2022-07-21 22:12:50 +08:00
  • 9b9c0b82e6 Merge pull request #163 from jpcirrus/patch-1 Linwei 2022-07-21 22:11:56 +08:00
  • 08510fe6c6 Update fzf --inline-info option to --info=inline John Purnell 2022-07-21 15:30:21 +02:00
  • 4c05e0d911 Add Fig as an installation method to the README Ilkin Bayramli 2022-06-15 10:12:16 -07:00
  • 1ead694395 Merge pull request #157 from wtfzambo/patch-1 Linwei 2022-06-14 20:35:45 +08:00
  • ee6aa2c5ce docs: added warning for powershell users wtfzambo 2022-06-14 06:16:58 -04:00
  • a8e92e0216 fix Monterey initialization issues 1.8.15 skywind3000 2022-03-27 21:51:29 +08:00
  • e2cce39ee4 bloat version to 1.8.14 1.8.14 skywind3000 2022-01-30 21:54:08 +08:00
  • 3c88f8d8fa recognize %_ZL_CD% in cmd.exe skywind3000 2022-01-30 10:55:40 +08:00
  • 786225005c Merge pull request #148 from phanirithvij/imgbot Linwei 2022-01-29 18:37:34 +08:00
  • 481c1774ed [ImgBot] Optimize images ImgBotApp 2022-01-29 07:03:13 +00:00
  • 35e1199eff Merge pull request #145 from doubleloop/zluaexec Linwei 2021-11-14 01:40:55 +08:00
  • 99dbe7b677 Mention support for luajit in README Jakub Łuczyński 2021-11-13 11:29:00 +01:00
  • c88746629b zsh plugin: fix ZLUA_EXEC check Jakub Łuczyński 2021-11-13 10:33:41 +01:00
  • 336e95b05a Try luajit in zsh and fish Jakub Łuczyński 2021-11-13 10:32:59 +01:00
  • a3d4f5db68 Merge pull request #138 from FlTr/path-exists-17 1.8.13 Linwei 2021-05-05 16:41:06 +08:00
  • a991162428 #136 path valid if error code 17 by os.rename TRF2SGM 2021-05-03 12:09:30 +02:00
  • 8210c56414 Merge pull request #132 from ilyagr/patch-1 Linwei 2021-03-08 23:16:40 +08:00
  • a01b28a8d3 Fixup #2 Ilya Grigoriev 2021-03-08 01:26:22 -08:00
  • 695533cee1 Fixup Ilya Grigoriev 2021-03-08 01:17:50 -08:00
  • 58425dad65 Improve Fish installation instructions Ilya Grigoriev 2021-03-08 01:15:26 -08:00
  • 44a2489ba3 Merge pull request #131 from ilyagr/add_builtin_cd_doc Linwei 2021-03-04 22:28:18 +08:00
  • 6e01d4ad52 Add default to docs for $_ZL_CD Ilya Grigoriev 2021-03-04 00:56:51 -08:00
  • c3c15a3ca9 remove redundant comments skywind3000 2021-02-15 05:13:24 +08:00
  • cfad8f54ce update doc 1.8.12 skywind3000 2021-02-15 00:06:38 +08:00
  • 501f619f94 improve powershell 7 compatibility skywind3000 2021-02-15 00:02:23 +08:00
  • 7a8acd469d update z.lua to 1.8.11 1.8.11 skywind3000 2020-12-31 02:11:09 +08:00
  • 52e066aae7 commit new z.lua skywind3000 2020-12-31 02:05:46 +08:00
  • e1a44ee9a5 fix: pushd leak in windows cmd skywind3000 2020-12-31 01:47:18 +08:00
  • 9c0eb6cfbc Merge pull request #127 from chrisant996/fixpushd Linwei 2020-12-30 23:01:17 +08:00
  • e646d5baa5 A better fix for the final blank line. Chris Antos 2020-12-30 05:00:26 -08:00
  • be90b1a528 Match original output. Chris Antos 2020-12-30 04:50:29 -08:00
  • bda94435fc Fix leaked pushd. Chris Antos 2020-12-30 04:42:05 -08:00
  • 831d617cef improve clink 1.1 compatibility 1.8.10 skywind3000 2020-12-24 15:27:48 +08:00
  • 97fa941ac3 Merge pull request #126 from chrisant996/master Linwei 2020-12-24 10:36:57 +08:00
  • c0ff299d67 Add flags to the z arg matcher for Clink. Chris Antos 2020-12-23 14:48:48 -08:00