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

Commit Graph

  • a485e06800 update chinese documentation skywind3000 2019-01-31 22:32:48 +08:00
  • 871020b7c2 update documentation about zsh plugin manager support skywind3000 2019-01-30 12:15:31 +08:00
  • 8c90b12c44 update: oh-my-zsh / antigen entry skywind3000 2019-01-30 00:05:08 +08:00
  • 0ce9a08cd7 update oh-my-zsh/antigen entry skywind3000 2019-01-30 00:03:54 +08:00
  • c02cea1439 add oh-my-zsh/antigen plugin entry skywind3000 2019-01-29 23:57:50 +08:00
  • 3806828eda update documentation skywind3000 2019-01-28 20:44:23 +08:00
  • 3fcf11f6d0 1. fixed: in fish shell, path contains spaces is not accepted. 2. supports fish 2.4.0. skywind3000 2019-01-28 20:41:22 +08:00
  • ce04313e29 fixed: _ZL_RANDOM skywind3000 2019-01-28 16:43:10 +08:00
  • 311dd46ece fixed: random number _ZL_RANDOM is empty in fish shell skywind3000 2019-01-28 16:39:25 +08:00
  • 65087e293b remove unnecessary variables skywind3000 2019-01-28 16:24:52 +08:00
  • 80e385b04d Merge pull request #10 from TeddyDD/fish-2-7 Linwei 2019-01-21 20:41:04 +08:00
  • d971ff8913 fix Fish 2.7.1 compability Daniel Lewan 2019-01-21 12:26:31 +01:00
  • 7f4f43a0ba Merge pull request #9 from TeddyDD/fix-confd-docs Linwei 2019-01-21 02:23:10 +08:00
  • 95ae9e2882 specify required Fish version Daniel Lewan 2019-01-20 19:21:20 +01:00
  • bed121d869 fix conf.d path in README Daniel Lewan 2019-01-20 19:16:23 +01:00
  • 5dda899b8d Merge pull request #7 from TeddyDD/fish Linwei 2019-01-21 01:49:10 +08:00
  • 6ef3b15700 add Fish shell support Daniel Lewan 2019-01-18 10:04:08 +01:00
  • b66f0ef077 Merge pull request #8 from marsam/master Linwei 2019-01-20 04:15:01 +08:00
  • 5aa17c3328 Don't return failed exit code when $_ZL_ECHO is unbind Mario Rodas 2019-01-19 14:16:36 -05:00
  • f2e328df22 update docs skywind3000 2019-01-18 09:46:52 +08:00
  • be4754240d update README.md skywind3000 2019-01-18 05:13:01 +08:00
  • 650f3a2846 improve last segment detection skywind3000 2019-01-18 05:08:35 +08:00
  • 5705c49251 update doc skywind3000 2019-01-18 05:00:48 +08:00
  • c19a4ddef8 fix typo skywind3000 2019-01-18 04:03:52 +08:00
  • 9b38fc68b1 Merge pull request #5 from 0xC0FFEE/feature/fix_typos Linwei 2019-01-18 04:02:25 +08:00
  • 02d3d836a1 Fix typos 0xC0FFEE 2019-01-17 20:17:20 +01:00
  • a0cfe629b8 Remove trailing whitespace 0xC0FFEE 2019-01-17 20:17:15 +01:00
  • 592771f70a Remove ^Ms 0xC0FFEE 2019-01-17 20:17:00 +01:00
  • 94c7709e15 update document skywind3000 2019-01-17 23:35:14 +08:00
  • 4eee1ac8a2 update doc skywind3000 2019-01-17 22:50:14 +08:00
  • 10bd804a03 new initializer skywind3000 2019-01-17 22:45:52 +08:00
  • a6e3c5d9c7 Merge pull request #4 from marsam/master Linwei 2019-01-17 22:34:33 +08:00
  • 980a0bf055 Make z.lua executable Mario Rodas 2019-01-17 00:16:19 -05:00
  • f037911038 update doc skywind3000 2019-01-16 20:59:53 +08:00
  • db929ad738 update doc skywind3000 2019-01-15 22:08:55 +08:00
  • 025e514575 update doc skywind3000 2019-01-15 21:01:31 +08:00
  • 6ea54bfd94 update doc skywind3000 2019-01-15 20:50:08 +08:00
  • 5058dba5fb update doc skywind3000 2019-01-15 20:48:01 +08:00
  • 83df12bb53 update document skywind3000 2019-01-15 20:47:02 +08:00
  • b4b0425f82 update README.md skywind3000 2019-01-15 20:45:07 +08:00
  • 2037c3d03a update skywind3000 2019-01-15 17:04:15 +08:00
  • 7ffebab4fa cd to existent directory if no match find. skywind3000 2019-01-15 17:03:17 +08:00
  • 504d5906cf update skywind3000 2019-01-15 16:02:31 +08:00
  • 471758a33b cd to existent directory if no match found. skywind3000 2019-01-15 15:57:29 +08:00
  • 7d50ab8fd8 cd to existent directory if no match skywind3000 2019-01-15 15:53:07 +08:00
  • b042f0edc4 new _ZL_MATCH_MODE skywind3000 2019-01-14 09:54:18 +08:00
  • 7a837a3796 commit new z.lua skywind3000 2019-01-14 09:45:18 +08:00
  • bef20b26ae new _ZL_MATCH_MODE skywind3000 2019-01-14 09:42:56 +08:00
  • 2159d89a4f new $_ZL_MATCH_NAME and $_ZL_SKIP_PWD skywind3000 2019-01-13 00:20:59 +08:00
  • d6e8cbdce6 update doc for interactive selection and fzf aliases skywind3000 2018-12-27 00:38:43 +08:00
  • bbedc34c8e new: option -i to cd with interactive selection skywind3000 2018-12-26 21:54:21 +08:00
  • a37292fd42 polish skywind3000 2018-12-26 21:29:36 +08:00
  • 0fc9b39e57 polish skywind3000 2018-12-26 21:28:40 +08:00
  • eaf499ce6e new: -i option to cd with interactive selection skywind3000 2018-12-26 21:16:35 +08:00
  • 3092d82408 new: interactive mode '-i' skywind3000 2018-12-26 21:03:30 +08:00
  • 9f8ac4f035 fixed: zsh completion issue skywind3000 2018-12-26 17:31:59 +08:00
  • bb07e5b33d update documentation skywind3000 2018-12-05 18:00:37 +08:00
  • c955609e9e update README.md skywind3000 2018-12-05 17:54:41 +08:00
  • 70e4c98cc0 update README.md skywind3000 2018-12-05 17:51:26 +08:00
  • 39c8c67a30 new _ZL_ECHO variable skywind3000 2018-12-02 01:26:01 +08:00
  • da9d0a24b0 commit z.lua skywind3000 2018-12-02 01:16:58 +08:00
  • c81669e091 fixed completion issues skywind3000 2018-11-26 00:01:23 +08:00
  • 9657251c4b new: _ZL_ADD_ONCE to update database only when pwd changed skywind3000 2018-11-25 02:06:52 +08:00
  • 39f8fae146 update doc skywind3000 2018-11-23 19:33:39 +08:00
  • a5830876f0 update doc skywind3000 2018-11-23 18:55:39 +08:00
  • 7cfd7962ea update doc skywind3000 2018-11-23 18:51:55 +08:00
  • d3e87a166f update z.lua skywind3000 2018-11-23 16:58:07 +08:00
  • daba2fe400 new: z -x path to remove path in history skywind3000 2018-11-23 16:41:20 +08:00
  • 026038622e update doc skywind3000 2018-11-23 00:36:37 +08:00
  • 24fe2d4a6e update path calculation skywind3000 2018-11-22 00:00:22 +08:00
  • b478abcf5e update random name skywind3000 2018-11-21 20:47:15 +08:00
  • 333677877a improve random filename skywind3000 2018-11-21 20:44:27 +08:00
  • 5fd9f71f7f update doc skywind3000 2018-11-21 19:56:23 +08:00
  • bf6d2fe237 update z.lua skywind3000 2018-11-21 19:43:04 +08:00
  • 5719135b9c update doc skywind3000 2018-11-21 18:08:04 +08:00
  • 65391b4678 commit new README.md skywind3000 2018-11-21 18:07:33 +08:00
  • 434855b673 update doc skywind3000 2018-11-21 18:06:29 +08:00
  • 1d1434e4b9 update doc skywind3000 2018-11-21 18:05:24 +08:00
  • 98a9b9a806 update skywind3000 2018-11-21 17:59:20 +08:00
  • c33f435df1 update doc skywind3000 2018-11-21 17:56:41 +08:00
  • 732acd3836 update doc skywind3000 2018-11-21 17:54:48 +08:00
  • a613e8d3c7 update doc skywind3000 2018-11-21 17:53:22 +08:00
  • e89ab23e53 update doc skywind3000 2018-11-21 17:52:31 +08:00
  • c63c758222 update doc skywind3000 2018-11-21 17:51:10 +08:00
  • 10160c4a1e update README.md skywind3000 2018-11-21 17:46:58 +08:00
  • 33a8ad3f5b commit new z.cmd skywind3000 2018-11-21 17:43:11 +08:00
  • 3944744e7d commit new z.lua skywind3000 2018-11-21 17:37:44 +08:00
  • f963493152 commit comments skywind3000 2018-11-21 17:00:49 +08:00
  • 9465f9f188 commit new update skywind3000 2018-11-21 16:57:04 +08:00
  • 5de7f1fabf commit new posix shell compatible skywind3000 2018-11-21 16:54:14 +08:00
  • 7c37f442ca fixed: os.interpreter() skywind3000 2018-11-21 16:45:38 +08:00
  • dac25a7197 commit new z.lua skywind3000 2018-11-21 16:00:37 +08:00
  • 800d8d3a7a commit z.lua skywind3000 2018-11-21 15:58:23 +08:00
  • 86c97bd4c2 commit new z.lua skywind3000 2018-11-21 15:42:12 +08:00
  • 8ef1b3a3dc commit new z.lua skywind3000 2018-11-21 15:33:07 +08:00
  • 9673f72fe9 remove unused line skywind3000 2018-11-21 15:13:50 +08:00
  • 761da27eaa update aging skywind3000 2018-04-03 19:54:38 +08:00
  • 24d21e67e4 update help skywind3000 2018-04-03 18:07:24 +08:00
  • 41c5a08cab commit new z.lua skywind3000 2018-04-03 03:43:51 +08:00
  • 7b9486c872 commit windows init skywind3000 2018-04-03 03:09:15 +08:00