1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-07-01 10:28:51 +00:00
Commit Graph

109 Commits

Author SHA1 Message Date
Linwei 7f4f43a0ba Merge pull request #9 from TeddyDD/fix-confd-docs
fix conf.d mistake in fish docs
2019-01-21 02:23:10 +08:00
Daniel Lewan 95ae9e2882 specify required Fish version 2019-01-20 19:21:20 +01:00
Daniel Lewan bed121d869 fix conf.d path in README 2019-01-20 19:16:23 +01:00
Linwei 5dda899b8d Merge pull request #7 from TeddyDD/fish
Fish shell support
2019-01-21 01:49:10 +08:00
Daniel Lewan 6ef3b15700 add Fish shell support
- _zlua cmd and _zlua_precmd
- add installation instruction
- once flag support
- support _ZL_CD variable
- completions
2019-01-20 18:28:49 +01:00
Linwei b66f0ef077 Merge pull request #8 from marsam/master 2019-01-20 04:15:01 +08:00
Mario Rodas 5aa17c3328 Don't return failed exit code when $_ZL_ECHO is unbind
Using the "&&" operator returns the exit code of the first failed
command, and when $_ZL_ECHO is unbind always return 1.
2019-01-19 14:16:36 -05:00
skywind3000 f2e328df22 update docs 2019-01-18 09:46:52 +08:00
skywind3000 be4754240d update README.md 2019-01-18 05:13:01 +08:00
skywind3000 650f3a2846 improve last segment detection 2019-01-18 05:08:35 +08:00
skywind3000 5705c49251 update doc 2019-01-18 05:00:48 +08:00
skywind3000 c19a4ddef8 fix typo 2019-01-18 04:03:52 +08:00
Linwei 9b38fc68b1 Merge pull request #5 from 0xC0FFEE/feature/fix_typos
Feature/fix typos
2019-01-18 04:02:25 +08:00
0xC0FFEE 02d3d836a1 Fix typos 2019-01-17 20:17:20 +01:00
0xC0FFEE a0cfe629b8 Remove trailing whitespace 2019-01-17 20:17:15 +01:00
0xC0FFEE 592771f70a Remove ^Ms 2019-01-17 20:17:00 +01:00
skywind3000 94c7709e15 update document 2019-01-17 23:35:14 +08:00
skywind3000 4eee1ac8a2 update doc 2019-01-17 22:50:14 +08:00
skywind3000 10bd804a03 new initializer 2019-01-17 22:45:52 +08:00
Linwei a6e3c5d9c7 Merge pull request #4 from marsam/master
Make z.lua executable
2019-01-17 22:34:33 +08:00
Mario Rodas 980a0bf055 Make z.lua executable 2019-01-17 00:16:19 -05:00
skywind3000 f037911038 update doc 2019-01-16 20:59:53 +08:00
skywind3000 db929ad738 update doc 2019-01-15 22:08:55 +08:00
skywind3000 025e514575 update doc 2019-01-15 21:01:31 +08:00
skywind3000 6ea54bfd94 update doc 2019-01-15 20:50:08 +08:00
skywind3000 5058dba5fb update doc 2019-01-15 20:48:01 +08:00
skywind3000 83df12bb53 update document 2019-01-15 20:47:02 +08:00
skywind3000 b4b0425f82 update README.md 2019-01-15 20:45:07 +08:00
skywind3000 2037c3d03a update 2019-01-15 17:04:15 +08:00
skywind3000 7ffebab4fa cd to existent directory if no match find. 2019-01-15 17:03:17 +08:00
skywind3000 504d5906cf update 2019-01-15 16:02:31 +08:00
skywind3000 471758a33b cd to existent directory if no match found. 2019-01-15 15:57:29 +08:00
skywind3000 7d50ab8fd8 cd to existent directory if no match 2019-01-15 15:53:07 +08:00
skywind3000 b042f0edc4 new _ZL_MATCH_MODE 2019-01-14 09:54:18 +08:00
skywind3000 7a837a3796 commit new z.lua 2019-01-14 09:45:18 +08:00
skywind3000 bef20b26ae new _ZL_MATCH_MODE 2019-01-14 09:42:56 +08:00
skywind3000 2159d89a4f new $_ZL_MATCH_NAME and $_ZL_SKIP_PWD 2019-01-13 00:20:59 +08:00
skywind3000 d6e8cbdce6 update doc for interactive selection and fzf aliases 2018-12-27 00:38:43 +08:00
skywind3000 bbedc34c8e new: option -i to cd with interactive selection 2018-12-26 21:54:21 +08:00
skywind3000 a37292fd42 polish 2018-12-26 21:29:36 +08:00
skywind3000 0fc9b39e57 polish 2018-12-26 21:28:40 +08:00
skywind3000 eaf499ce6e new: -i option to cd with interactive selection 2018-12-26 21:16:35 +08:00
skywind3000 3092d82408 new: interactive mode '-i' 2018-12-26 21:03:30 +08:00
skywind3000 9f8ac4f035 fixed: zsh completion issue 2018-12-26 17:31:59 +08:00
skywind3000 bb07e5b33d update documentation 2018-12-05 18:00:37 +08:00
skywind3000 c955609e9e update README.md 2018-12-05 17:54:41 +08:00
skywind3000 70e4c98cc0 update README.md 2018-12-05 17:51:26 +08:00
skywind3000 39c8c67a30 new _ZL_ECHO variable 2018-12-02 01:26:01 +08:00
skywind3000 da9d0a24b0 commit z.lua 2018-12-02 01:16:58 +08:00
skywind3000 c81669e091 fixed completion issues 2018-11-26 00:01:23 +08:00