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