2
0
mirror of https://github.com/kazhala/dotbare synced 2024-11-13 13:10:35 +00:00
Commit Graph

365 Commits

Author SHA1 Message Date
Kevin Zhuang
de1acc32cb ci: specify COLUMNS as env to avoid inconsisten test result 2020-07-28 11:10:55 +10:00
Kevin Zhuang
e341f3710f docs(changelog): include new changes 2020-07-28 10:57:06 +10:00
Kevin Zhuang
33b0cf1165 feat: hide preview window on small window, use alt-t to re-open preview
window
2020-07-28 10:50:13 +10:00
Kevin Zhuang
a2b894aa4b refactor(fgrep): adjust function name to be more readable 2020-07-28 10:25:48 +10:00
Kevin Zhuang
1a394c2355 test: adjust test to reflect new changes 2020-07-28 10:17:13 +10:00
Kevin Zhuang
6da932adab ci(codebuild): push version tag as well 2020-07-28 10:10:12 +10:00
Kevin Zhuang
0b0561c4c9 fix: fix some wrong wording in fzf header 2020-07-28 10:01:05 +10:00
Kevin Zhuang
b84b2af971 v1.2.3
Refer to changelog, previouse commit forgot to update changelog and
version number
2020-07-17 10:44:11 +10:00
Kevin Zhuang
50ef7c3d91
v1.2.3
Refer to CHANGELOG
2020-07-17 10:39:43 +10:00
Kevin Zhuang
a1a4d1a452 docs: update doc links 2020-07-17 10:36:40 +10:00
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