Commit graph

82 commits

Author SHA1 Message Date
nothingelsematters ee52d21952 fzf preview bug fixed 2020-03-22 22:10:59 +08:00
Wenxuan Zhang 4eb0832e53 fix: 🐛 Fix issue on ga when path contains blanks 2020-01-15 15:30:52 +08:00
Wenxuan Zhang fa3303b432 Refactor 2020-01-14 22:36:52 +08:00
Carlos de Paula 0c6199b8cd Add files as arguments
Add case where "ga" command can accept files as arguments
that will be passed directly to "git add" bypassing fzf.
2020-01-14 22:10:40 +08:00
Wenxuan Zhang 1cdc643e84 feat: 🎸 Improve diff preview on untracked files for ga. #66 2019-12-22 12:14:06 +08:00
Wenxuan Zhang 10308be2c3 fix: 🐛 Fix path issue on osx. #65 2019-12-17 11:46:15 +08:00
Wenxuan Zhang 779e8b4d36 style: 💄 refactor xargs parameter format 2019-11-26 18:42:22 +08:00
Wenxuan Zhang 0de4c2c91f fix: 🐛 fix more whitespace related bugs 2019-11-26 18:40:03 +08:00
Wenxuan Zhang 724d507e5d fix: 🐛 Fix bug when path contains blanks 2019-11-23 12:02:41 +08:00
Wenxuan Zhang 90e9235778 fix: 🐛 Fix path error on deleted files
BREAKING CHANGE: 🧨 Paths listed by forgit::diff will use repo's root as start point.
2019-11-23 12:02:41 +08:00
Wenxuan Zhang add3a02ebb fix: 🐛 No necessary to check if fzf exists during loading. #57 2019-11-22 17:52:09 +08:00
Benjamin Caradeuc 903fba2c2f 🐛 fix typo in warning message 2019-11-20 23:46:45 +01:00
Wenxuan Zhang 1054326ff6 feat: 🎸 Read git's pager configuration. #51 2019-11-11 18:06:28 +08:00
Laur Aliste 6255d8b405 fix shell error in forgit.plugin.zsh 2019-11-06 13:12:27 +01:00
Christopher Apple 325e98cd03 Moved warning for no fzf to forgit::warn 2019-11-05 20:06:45 -07:00
Christopher Apple 4ab5a2daae Fixed readme and added fzf check to zsh to be the same as fish version 2019-11-05 08:54:29 -07:00
Wenxuan Zhang b7ef3ac3eb fix: 🐛 Fix darwin compatibility on gd. #39 2019-10-24 11:27:36 +08:00
Wenxuan Zhang e1418c0402 fix: 🐛 Fix relative path issue on forgit::diff 2019-10-22 12:28:55 +08:00
Gerrit Kieffer fce64385df Added -q flag for git reset HEAD 2019-08-26 09:13:40 +02:00
Gerrit Kieffer 3eff37d931 fix: 🐛 Fix relative path issue in add and reset head. #30 2019-08-25 11:27:12 +02:00
Wenxuan Zhang 02822e2fe9 feat: 🎸 Do not emojify on diff content 2019-08-17 11:16:32 +08:00
Wenxuan Zhang 3b36db0153 fix: 🐛 Fix relative path issue in diff. #29 2019-08-07 16:39:31 +08:00
Wenxuan Zhang 631cca8c12 feat: 🎸 Support diff with given commit (and paths).#27 2019-08-03 11:59:20 +08:00
Nattaphoom Chaipreecha 0b52a28ab0 Add grh command for git reset HEAD (unstage) 2019-07-05 23:06:46 +07:00
Wenxuan Zhang c1666a4270 fix: 🐛 Fix copy keybind 2019-05-30 18:22:18 +08:00
Wenxuan Zhang 0d542fb3f4 Support multiple lines fzf opts. 2019-05-29 18:11:11 +08:00
Wenxuan Zhang a93657c1fc Bug fix. 2019-05-29 16:39:04 +08:00
Doron Behar 827d1e56a3 Add documentation and align it with actual functionality 2019-05-29 09:32:17 +03:00
Doron Behar bd48b08e4a Use a more general usage env vars to add opts 2019-05-29 09:25:30 +03:00
Doron Behar cf54db9c72 Fix some more bindings and preview commands 2019-05-29 06:39:43 +03:00
Doron Behar b6f1476d86 Enable configuring preview command for every cmd 2019-05-28 15:41:45 +03:00
Wenxuan Zhang 7459ba7cda Support custom gitignore templates repo. #20 2019-03-14 14:15:05 +08:00
Wenxuan Zhang 3c7b9ea4b8 Remove theme & style config for bat. 2019-01-22 15:53:40 +08:00
Wenxuan 9651acbef2 Fix bat url refer comment. 2019-01-22 12:01:12 +08:00
Wenxuan 28d55baf67 Update keybinds table. 2019-01-22 11:58:47 +08:00
Wenxuan ee79b779fd Clean up. 2019-01-22 11:25:38 +08:00
Wenxuan 1b0254a7c6 Respect user's config for bat. 2019-01-21 11:39:32 +08:00
Wenxuan 8a647a9cea Respect user's config for bat(except style). 2019-01-21 11:33:31 +08:00
Wenxuan 2463d767fc Fix function name. 2019-01-21 11:00:45 +08:00
Wenxuan 7c0da36ba7 Feature: Remove option list on gi. #16 2019-01-18 17:52:52 +08:00
Wenxuan 99b3c66cd6 Update README 2019-01-18 17:41:15 +08:00
Wenxuan 99c973a3a1 Specified a better bat theme for gitignore 2019-01-18 17:19:22 +08:00
Wenxuan 92e64772f7 Feature: Add highlight support for gi. 2019-01-18 16:59:35 +08:00
Wenxuan 126453c777 Feature: Support templates not ending with .gitignore 2019-01-18 16:11:53 +08:00
Wenxuan babb299206 Fix a bug which ignoring the files with link type. 2019-01-18 15:48:56 +08:00
Wenxuan 947954ea84 Update LICENSE. 2019-01-18 15:06:27 +08:00
Wenxuan c14ce9312a Improve git color process logic. #15 2019-01-18 14:55:55 +08:00
Wenxuan 621676feb2 Avoid variables polluting env. 2019-01-18 12:23:24 +08:00
Wenxuan ac6e61d692 Improving logging message. 2019-01-17 20:44:24 +08:00
Wenxuan 268c6282cb Refactor & Share code between zsh & sh. 2019-01-17 19:20:03 +08:00