1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-23 08:09:49 +00:00

Commit Graph

  • 16f4c7b468 update doc skywind3000 2019-02-06 22:41:29 +08:00
  • 18656b120e fixed: purge in fish shell skywind3000 2019-02-06 20:47:35 +08:00
  • 78c170c988 update batch file skywind3000 2019-02-06 20:42:47 +08:00
  • 839d8c256f z --purge to clear bad paths manually if you set $_ZL_NO_CHECK skywind3000 2019-02-06 20:40:51 +08:00
  • b54c96ac51 update doc skywind3000 2019-02-06 18:00:30 +08:00
  • 22e0588ce6 update doc skywind3000 2019-02-06 10:51:57 +08:00
  • c5f0862dda simplify random_init skywind3000 2019-02-06 03:26:16 +08:00
  • 4c5d0aa404 Merge pull request #35 from BarbUk/new/fzf_tab_completion Linwei 2019-02-06 00:48:54 +08:00
  • a842fb97c6 Define selected var as local BarbUk 2019-02-05 20:36:21 +04:00
  • 5cd9136e28 Handle fzf height BarbUk 2019-02-05 20:36:00 +04:00
  • 7f1dd0a1dd Add some documentation for fzf option BarbUk 2019-02-05 20:22:17 +04:00
  • bc0403e5c7 Define fzf as an option BarbUk 2019-02-05 20:21:45 +04:00
  • 642549b7a5 Merge pull request #34 from BarbUk/fix/useless_cat Linwei 2019-02-05 23:24:22 +08:00
  • b87fb5684b Quote tmpname to handle space BarbUk 2019-02-05 19:15:20 +04:00
  • 69ad680b68 BASH: tab complete using fzf BarbUk 2019-02-05 19:01:52 +04:00
  • e06daee0a7 Useless use of cat for fzf completion BarbUk 2019-02-05 18:19:20 +04:00
  • 655fbe5834 Merge pull request #33 from 0xflotus/patch-1 Linwei 2019-02-05 19:03:12 +08:00
  • 0c5f00413d clean linting warnings skywind3000 2019-02-05 18:59:48 +08:00
  • ae759af360 fixed small erroros 0xflotus 2019-02-05 11:41:32 +01:00
  • 4a3729cf4d Merge branch 'master' of https://github.com/skywind3000/z.lua skywind3000 2019-02-05 18:35:24 +08:00
  • 49bcd2d050 clear linting issues skywind3000 2019-02-05 18:35:08 +08:00
  • 56d56af771 Merge pull request #31 from timvdalen/master Linwei 2019-02-05 17:30:35 +08:00
  • aea6321e11 Fix small typo in README Tim van Dalen 2019-02-05 09:22:41 +01:00
  • f9c849dfd1 update doc skywind3000 2019-02-05 14:11:16 +08:00
  • f728c96518 slim down skywind3000 2019-02-05 12:21:20 +08:00
  • 177cb48e27 commit new z.lua skywind3000 2019-02-05 06:13:15 +08:00
  • db3835d0ca add manual purge skywind3000 2019-02-05 06:03:40 +08:00
  • 932fe1f463 update doc skywind3000 2019-02-05 04:40:07 +08:00
  • 76099e3d7d update doc skywind3000 2019-02-05 02:34:24 +08:00
  • 43c3657bfb update docs skywind3000 2019-02-05 01:44:58 +08:00
  • 6f1528398b [powershell] new: _zlua --update for people who override global:prompt skywind3000 2019-02-05 01:31:09 +08:00
  • 35cbad3e3f update doc skywind3000 2019-02-04 23:58:09 +08:00
  • 833505385d Merge pull request #24 from TeddyDD/fish-b-completion Linwei 2019-02-04 23:22:54 +08:00
  • 73ba5012b4 add -b flag completion to fish Daniel Lewan 2019-02-04 15:15:41 +01:00
  • 60e90fe5fa new: z -b .., z -b ..., z -b ..... skywind3000 2019-02-04 14:41:00 +08:00
  • 877ea56263 fzf on cygwin skywind3000 2019-02-04 05:10:07 +08:00
  • b75c089147 update doc skywind3000 2019-02-04 04:56:07 +08:00
  • ab93150cc1 update doc skywind3000 2019-02-04 04:53:23 +08:00
  • 9496be09e5 path insensitive detection in z_remove skywind3000 2019-02-04 04:41:59 +08:00
  • 0933731f1c Merge pull request #23 from manhong2112/master Linwei 2019-02-04 04:10:41 +08:00
  • d55d82292f [=] Doc manhong2112 2019-02-04 04:09:29 +08:00
  • f7ef550b0c [=] Increase version number to 1.4.0 manhong2112 2019-02-04 04:08:35 +08:00
  • cae9749e2c [=] cont. change variable manhong2112 2019-02-04 04:07:55 +08:00
  • 688155ca6f update doc skywind3000 2019-02-04 03:59:09 +08:00
  • 5e7d686ffb update doc skywind3000 2019-02-04 03:54:25 +08:00
  • c7d5f3b085 [=] change variable name of LuaExe and LuaScript [=] fix -I manhong2112 2019-02-04 03:41:00 +08:00
  • f170a97d2e Merge pull request #22 from manhong2112/master Linwei 2019-02-04 03:12:05 +08:00
  • 6b3dad6b18 [=] move pwd outside of while loop manhong2112 2019-02-04 02:51:07 +08:00
  • 77c96548b6 [+] init enchaned, once [+] _ZL_NO_PROMPT_COMMAND [+] Prevent repeating init [+] pwd [=] change default value of LuaExe [=] fix wrong impl of _ZL_RANDOM [=] fix wrong type of param -t -r manhong2112 2019-02-04 02:32:51 +08:00
  • f35d235e02 Upsteam manhong2112 2019-02-04 02:03:28 +08:00
  • 6cfe10c632 fixed pwd skywind3000 2019-02-04 01:47:21 +08:00
  • 13c63e87dd upgrade zsh plugin entry, add z -b alias skywind3000 2019-02-04 01:17:05 +08:00
  • ab87d65b05 update doc skywind3000 2019-02-04 01:14:27 +08:00
  • 0b262ce614 update doc skywind3000 2019-02-04 00:56:59 +08:00
  • c597d1d622 new option: '-b' to jump backwards skywind3000 2019-02-04 00:07:38 +08:00
  • 7f902b28aa update: os.path.abspath skywind3000 2019-02-03 21:16:24 +08:00
  • 8274913b02 passes all the tests for os.path.split skywind3000 2019-02-03 20:19:14 +08:00
  • 588b2fc468 passed all path_join tests skywind3000 2019-02-03 19:34:01 +08:00
  • 99529516fb passes all tests in path_join skywind3000 2019-02-03 19:02:05 +08:00
  • 5f5df0418b add test skywind3000 2019-02-03 18:57:37 +08:00
  • 589e474814 refactor string lib and path lib skywind3000 2019-02-03 17:46:42 +08:00
  • bfabcee4dd [+] _ZL_RANDOM [=] change default _ZL_CMD to z [=] fix -h manhong2112 2019-02-03 15:13:02 +08:00
  • d0b1df5a01 [+] _ZL_CMD support manhong2112 2019-02-03 15:04:22 +08:00
  • 919c3f7229 [+] Param parse of powershell support manhong2112 2019-02-03 14:47:40 +08:00
  • 60779c1d2b update doc skywind3000 2019-02-03 12:43:10 +08:00
  • 7c98dff872 [+] Powershell support manhong2112 2019-02-03 01:19:26 +08:00
  • ab8277f0cd update zsh alias skywind3000 2019-02-03 00:32:30 +08:00
  • 1401eb39a0 fixed: issue on calculating absolute path name of a symbol link skywind3000 2019-02-03 00:17:37 +08:00
  • f482f32cd3 Merge pull request #21 from TeddyDD/fish-completion Linwei 2019-02-02 23:04:10 +08:00
  • 1c8e2e9d50 update doc skywind3000 2019-02-02 22:50:36 +08:00
  • b5c876cc79 update doc skywind3000 2019-02-02 22:09:58 +08:00
  • aace57e416 update fzf.png skywind3000 2019-02-02 22:01:52 +08:00
  • a84d0e2c13 add fish completion for -i and -I options Daniel Lewan 2019-02-02 13:15:22 +01:00
  • d029ce9172 update doc skywind3000 2019-02-02 16:34:24 +08:00
  • e0f3709f88 update doc skywind3000 2019-02-02 16:00:56 +08:00
  • 781994c1ea new image skywind3000 2019-02-02 15:45:29 +08:00
  • 38f0d99668 fixed: fzf height issue skywind3000 2019-02-02 15:29:58 +08:00
  • ab848bd9ca version 1.1.0, supports fzf by z -I xxx skywind3000 2019-02-02 15:25:35 +08:00
  • 8f8efb9d31 rename oh-my-zsh entry skywind3000 2019-02-02 11:40:30 +08:00
  • b013719a83 update doc skywind3000 2019-02-02 06:52:17 +08:00
  • b20ae58a82 update doc skywind3000 2019-02-02 01:01:28 +08:00
  • a63d1210f9 fixed: fish shell completion setup parameters error and close https://github.com/skywind3000/z.lua/issues/16 skywind3000 2019-02-01 21:08:56 +08:00
  • b34d22bc21 fixed -i issue in fish shell skywind3000 2019-02-01 19:24:01 +08:00
  • e50761a2c4 fixed: typo skywind3000 2019-02-01 18:26:07 +08:00
  • 6a53ba62b1 more safe to get script name skywind3000 2019-02-01 17:47:22 +08:00
  • c88b8213c5 clean and safe random seed initializer skywind3000 2019-02-01 17:27:23 +08:00
  • 01b83844db Merge pull request #14 from fannheyward/fix-tmp-files Linwei 2019-02-01 16:15:15 +08:00
  • 9fe0fc67a0 fix: indent format Heyward Fann 2019-02-01 13:55:51 +08:00
  • ddadb20521 fix: no more lua_XXXXXX temp files Heyward Fann 2019-02-01 13:21:55 +08:00
  • 90996309f3 update doc skywind3000 2019-02-01 03:06:38 +08:00
  • 776a08ebcf update doc skywind3000 2019-02-01 02:31:55 +08:00
  • 97cb32da9c update doc skywind3000 2019-02-01 02:19:27 +08:00
  • decfbb7bec update doc skywind3000 2019-02-01 01:51:27 +08:00
  • 7bf1c9b76a update doc skywind3000 2019-02-01 01:12:25 +08:00
  • fbbe1456ca update doc skywind3000 2019-02-01 00:52:00 +08:00
  • 3400df8e6d update doc skywind3000 2019-02-01 00:18:07 +08:00
  • 4c0c800ded update doc skywind3000 2019-02-01 00:10:10 +08:00
  • 22001acac5 update doc skywind3000 2019-01-31 23:44:10 +08:00
  • bd59c00f3e update doc skywind3000 2019-01-31 23:17:42 +08:00
  • 3ccccfcfc4 update chinese README skywind3000 2019-01-31 22:36:11 +08:00