2
0
mirror of https://github.com/kazhala/dotbare synced 2024-11-04 06:00:45 +00:00
Commit Graph

355 Commits

Author SHA1 Message Date
Kevin Zhuang
65951fadb2 docs(test): added readme for test 2020-07-17 10:02:24 +10:00
Kevin Zhuang
eec121800f docs(contributing): added contributing.md 2020-07-17 09:30:31 +10:00
Kevin Zhuang
17d6cdc84e docs(readme): update structure and wording 2020-07-16 22:54:13 +10:00
Kevin Zhuang
38535d0470 fix(completion): update and fix completion to reflect new fgrep 2020-07-15 15:08:32 +10:00
Kevin Zhuang
f9203b0824 fix: minor tweaks to be shellcheck comply 2020-07-15 14:53:25 +10:00
Kevin Zhuang
b92337702a docs(changlog): update 2020-07-15 14:51:25 +10:00
Kevin Zhuang
bd8ba1f7dc test(fgrep): added test for fgrep 2020-07-15 14:49:08 +10:00
Kevin Zhuang
4acc4963c9 feat(fgrep): added fgrep 2020-07-15 14:28:09 +10:00
Kevin Zhuang
8f69044794 style: change the way how usage print the help info 2020-07-15 12:37:33 +10:00
Kevin Zhuang
0a81217772 fix(completion): bash completion broken awk command 2020-07-15 12:27:54 +10:00
Kevin Zhuang
2c49e6de67 fix(completion): bash completion fix 2020-07-15 11:54:57 +10:00
Kevin Zhuang
d407ba0134 docs: readme and changelog update 2020-07-15 11:05:39 +10:00
Kevin Zhuang
9ba536d482 feat(completion): include option to activate git completion in bash 2020-07-15 09:13:17 +10:00
Kevin Zhuang
069affde01 feat(completion): improve filtering 2020-07-13 21:17:26 +10:00
Kevin Zhuang
e5a8995ff5 fix(completion): zsh completion fix 2020-07-13 14:46:37 +10:00
Kevin Zhuang
bf12e82de3 test: include zsh plugin shellcheck 2020-07-13 14:41:35 +10:00
Kevin Zhuang
3850c6a387 docs(changelog): update 2020-07-13 14:12:13 +10:00
Kevin Zhuang
2222937f6c feat(completion): update zsh completion and added dynamic function to
trigger it
2020-07-13 14:10:40 +10:00
Kevin Zhuang
d82f4f241e feat(completion): complete zsh completion for dotbare 2020-07-13 12:53:46 +10:00
Kevin Zhuang
47b7e13dba feat(completion): init zsh completion 2020-07-13 12:08:42 +10:00
Kevin Zhuang
b8d2f02d10 v1.2.2
Refer to CHANGELOG.md
2020-07-11 09:10:33 +10:00
Kevin Zhuang
504be1c88d
Merge pull request #18 from kazhala/dev
Fix migration issue on big dotfile base
2020-07-11 09:07:02 +10:00
Kevin Zhuang
6c0d49f49f fix(fbackup): fixed the inconsistent if statement check 2020-07-11 09:02:30 +10:00
Kevin Zhuang
cca89e4ca6 fix(fbackup): fix the crash when user have symlink need to use cp to
backup
2020-07-11 08:49:10 +10:00
Kevin Zhuang
c7880075dd fix(finit): fix the crash when migrating large dotfile repo. Closes #12 2020-07-11 08:30:40 +10:00
Kevin Zhuang
f8f577f24a docs(changelog): update changelog and version number 2020-07-09 11:20:28 +10:00
Kevin Zhuang
b1c9f96b66
v1.2.1
See CHANGELOG.md and the updated README.md
2020-07-09 11:19:04 +10:00
Kevin Zhuang
3a557d643e docs: update changelog and readme 2020-07-09 11:17:11 +10:00
Kevin Zhuang
613305a115 fix(test): fix test faile 2020-07-09 11:17:05 +10:00
Kevin Zhuang
450625de1d test(funtrack): update funtrack test 2020-07-07 15:18:43 +10:00
Kevin Zhuang
85066017be test(freset): update freset test 2020-07-07 15:15:18 +10:00
Kevin Zhuang
c8e5a68d8f test(freset): update freset test 2020-07-07 15:06:12 +10:00
Kevin Zhuang
ec37d7914b test(flog): update flog test 2020-07-07 14:58:43 +10:00
Kevin Zhuang
b1ee2f11fa refactor(finit): remove the /usr/bin/git invokation 2020-07-07 14:35:56 +10:00
Kevin Zhuang
7f24d4319a test(fedit): update fedit test 2020-07-07 14:34:22 +10:00
Kevin Zhuang
42f530d611 test: update fcheckout and fadd test with the reverted fzf executable 2020-07-07 13:44:06 +10:00
Kevin Zhuang
d897c5f2b4 revert: revert the fzf mock file 2020-07-07 13:43:51 +10:00
Kevin Zhuang
4c2a5a9b28 test(fcheckout): update test for fcheckout 2020-07-07 12:01:59 +10:00
Kevin Zhuang
245b9a66a2 test(fbackup): update fbackup test 2020-07-07 11:49:26 +10:00
Kevin Zhuang
27c923a55a test(fadd): update fadd test 2020-07-07 11:49:17 +10:00
Kevin Zhuang
cba4e36faa test: begin update all mocks 2020-07-07 11:20:22 +10:00
Kevin Zhuang
abafd6b7af refactor(main): remove the /usr/bin/git invoke, directly use git
commands

Main reason is that this is not really needed and it makes all the
git testing impossible to mock and lead to inconsistent test result
in different environments
2020-07-07 11:06:27 +10:00
Kevin Zhuang
1bcdfe5cce chore(preview): remove unnecessary flag with bat 2020-07-07 11:05:08 +10:00
Kevin Zhuang
b78fc7e027 feat: update branch log preivew to align with git log new style 2020-07-07 10:54:00 +10:00
kevin zhuang
248802baa8 fix(test): shellcheck .. 2020-07-04 22:25:55 +10:00
kevin zhuang
12765d9b02 feat: support tools like diff-so-fancy and delta for pretty diff preview 2020-07-04 22:09:11 +10:00
kevin zhuang
9353df5552 fix(test): avoid shellcheck fail 2020-07-04 21:47:06 +10:00
kevin zhuang
20cccb1f8d feat: show relative date in git log helper and use the preview script in
fedit and search_file
2020-07-04 21:43:59 +10:00
kevin zhuang
983e89ee14 docs: update changelog and readme 2020-07-04 19:37:42 +10:00
kevin zhuang
b70e87c93f fix: fix the preview script 2020-07-04 19:37:24 +10:00