Commit graph

30 commits

Author SHA1 Message Date
Christopher Apple f8514beb26 Adding grc 2022-03-21 08:31:40 -07:00
Christopher Apple 4027bee420 Apparently working preview update 2022-03-21 07:52:58 -07:00
Chris Apple 7b26cd46ac
Merge pull request #173 from cjappl/FixGaProblem
Reverted change b1c4c11959 to fix fish ga
2021-12-05 15:20:53 -08:00
Christopher Apple fe912482b5 Reverted change b1c4c11959 2021-12-05 15:17:05 -08:00
Chris Apple 656087369f Fixed git add for fish shell 2021-12-01 09:03:24 -08:00
Chinmay Dalal b1c4c11959
use fish to interpret preview command
fixes #168
2021-11-30 09:03:41 +05:30
Peter Tri Ho ed51746687 fix: restore setting FORGIT_INSTALL_DIR in fish #165 2021-10-26 13:32:05 +11:00
Wenxuan Zhang a047bae35a
Revert "support fish shell" #164
This reverts commit 950a7352db.
2021-10-25 10:27:32 +08:00
Wenxuan eb6db722cd
Merge pull request #164 from wren/git-forgit-147 2021-10-22 10:41:00 +08:00
Wenxuan Zhang 05ab1c5864
Revert "fix: gcb can switch to an existed branch"
This reverts commit 8107352941.
2021-10-20 10:55:53 +08:00
Wenxuan Zhang 950a7352db
support fish shell 2021-10-20 10:17:03 +08:00
Wenxuan Zhang 8107352941
fix: gcb can switch to an existed branch 2021-09-23 10:17:23 +08:00
Chris Apple 9f3a423920
Fix issue where gitignore cache was not being properly set up
fix #161
2021-08-02 09:15:02 -07:00
Milan Vit da234f6947
Fix gcb alias in Fish 2021-07-19 13:27:52 +09:00
Chris Apple 3ca1d2c1aa Moved git checkout branch to parity with zsh. Check out remote branch when possible 2021-06-26 09:52:09 -07:00
ray-x 6b4df330e1 Bugfix: gd(git diff) for fish does not work with arguments 2021-06-10 12:53:14 +10:00
Chris Apple 82f964e31e first attempt gco fish 2021-04-08 15:26:00 -07:00
Chris Apple 81c35227cb
feat: implement gfu for fish (#149)
* first attempt at fish gfu

* small tweak for test

* First commit

* Second commit

* fixup! First commit

* fixup! First commit

* removing test files

* Fixing typo after testing

* fixup! First commit

* Fix bug in original implementation

* fixup! First commit

* removing test file

* Commit 1 test

* Commit 2 test

* Finished fish implementation
2021-04-07 08:37:21 +08:00
Chris Apple e7940f3755 Implemented log format for fish 2021-04-05 11:26:29 -07:00
Christopher Apple 74724a80cb Moved to new argument names version of arg parsing 2021-03-12 13:15:48 -08:00
Christopher Apple 58ae7dce87 first attempt at fixing both 2021-03-12 12:58:50 -08:00
Wenxuan Zhang 15383e6b4d
fix: fix copy without newline (#141)
Don't known why `tr -d '\n'` inner fzf options doesn't work.
Use `tr -d '[:space:]'` instead. It's OK for this scenario.
2021-03-10 10:01:20 +08:00
Chris Apple 7b18caa340
Fish checkout branch - updated internal function names to checkout::file and checkout::branch (#134)
* Initial commit, gcb working and function names fixed

* Fixing indentation
2021-02-18 11:51:54 +08:00
me 0e7399ce15 Reset color in git format after each line so next line does not get affected 2020-12-22 08:13:01 +03:00
Frédéric Bonnard 2baf9180ff Fix forgit::diff's fzf execute because of undefined $cmd 2020-12-03 15:37:28 +01:00
Wenxuan Zhang 95526b3130
refactor: replace "-R" with "-r" for less pager 2020-11-11 19:36:14 +08:00
Christopher Apple 32807e67da Git rebase for fish shell 2020-11-09 10:07:47 -08:00
Wenxuan Zhang 2d950aa2c4
fix: export global variables for omf (#116) 2020-10-14 12:11:56 +08:00
Wenxuan Zhang 18edc577a0
refactor: replace symbol link with actual file (#116) 2020-10-14 10:33:26 +08:00
AoHiyuki 56f5aaafbc
feat: add fisher support for fish
Fix typo in function name and add some function descriptions

Update fish ci job

Update README

Update README for fish manual installation, revert shortlink

Merge all the files back to 1 like before

refactor: use symbol link

docs: simplify changes
2020-10-13 11:04:47 +08:00