kevin zhuang
|
ac8fc97991
|
refactor(freset): update arguments handling
|
2020-06-28 10:05:49 +10:00 |
|
kevin zhuang
|
31783e73e9
|
refactor(freset): handle white space reset
|
2020-06-28 10:05:49 +10:00 |
|
kevin zhuang
|
e678b15107
|
feat(freset): remove the -a flag, not working, use fcheckout -a instead
|
2020-06-28 10:05:49 +10:00 |
|
kevin zhuang
|
adfb6b9edc
|
fix(git_query): get_modified_file handle space in preview
|
2020-06-28 10:05:49 +10:00 |
|
kevin zhuang
|
bf2e5ac3ef
|
test(fadd): mock success, more test coverage
|
2020-06-28 10:05:49 +10:00 |
|
kevin zhuang
|
5885b21f79
|
refactor(fadd): handle white space
|
2020-06-28 10:05:49 +10:00 |
|
kevin zhuang
|
231afce740
|
refactor(fadd): update fadd option handling
|
2020-06-28 10:05:49 +10:00 |
|
kevin zhuang
|
b1a4e23138
|
test(main): update test
|
2020-06-28 10:05:49 +10:00 |
|
kevin zhuang
|
6bdd568b38
|
refactor(main): remove some shellcheck disable
|
2020-06-28 10:05:49 +10:00 |
|
kevin zhuang
|
cc2d60169d
|
docs(readme): update
|
2020-06-28 09:58:50 +10:00 |
|
kevin zhuang
|
be723da53b
|
fix(completion): fix inconsistent bash completion
|
2020-06-18 15:39:42 +10:00 |
|
kevin zhuang
|
15db38463f
|
fix(shellcheck): comply with shellcheck and update README
|
2020-06-18 15:17:13 +10:00 |
|
kevin zhuang
|
868cf2d80b
|
feat(finit): added option to clone submodules for finit, Closes #8
|
2020-06-18 15:11:38 +10:00 |
|
kevin zhuang
|
3ff3f485ad
|
fix(main): fix main script No such directory Closes #10
|
2020-06-11 00:16:43 +10:00 |
|
kevin zhuang
|
534babf0dc
|
fix(main): use find over ls
|
2020-06-08 16:03:27 +10:00 |
|
kevin zhuang
|
682cc87a60
|
fix(finit): fix successful checkout doesn't ignore files
|
2020-06-08 11:49:40 +10:00 |
|
kevin zhuang
|
a944303a1a
|
test(docker): test container now source bash plugin
|
2020-06-07 14:56:59 +10:00 |
|
kevin zhuang
|
b586a2b6a7
|
feat(completion): bash completion format each entry to a single line
|
2020-06-07 14:53:48 +10:00 |
|
kevin zhuang
|
074546f4f4
|
docs(changelog): changelog update to reflect changes made according #8
|
2020-06-07 14:32:02 +10:00 |
|
kevin zhuang
|
95eb81770f
|
docs(readme): added .gitignore tips and some wording tweaks
|
2020-06-07 14:24:34 +10:00 |
|
kevin zhuang
|
6b512699e0
|
fix(finit): don't alter user .gitignore during migration, no need
|
2020-06-07 14:24:08 +10:00 |
|
kevin zhuang
|
c983e916fe
|
chore(docker): update docker file to include completion
|
2020-06-06 23:01:10 +10:00 |
|
kevin zhuang
|
1b86c05860
|
fix(completion): fix bash completion on fbackup -p
|
2020-06-06 23:00:44 +10:00 |
|
kevin zhuang
|
acf788466d
|
docs(readme): typo
|
2020-06-06 14:42:35 +10:00 |
|
kevin zhuang
|
f5fe96f1f3
|
feat(complete:bash): remove selected option from complete list
|
2020-06-06 14:34:50 +10:00 |
|
kevin zhuang
|
98ccd058dc
|
docs(main): help add freset, missed out on that
|
2020-06-06 14:33:14 +10:00 |
|
kevin zhuang
|
381ee71b4d
|
refactor(plugin.bash): improve completion logic
|
2020-06-06 13:15:25 +10:00 |
|
kevin zhuang
|
da006ab488
|
docs(changelog): added bash completion capabilities
|
2020-06-06 12:05:50 +10:00 |
|
Kevin Zhuang
|
1b24185545
|
Merge pull request #7 from kazhala/feat/completion-bash
Feat/completion bash
|
2020-06-06 12:04:48 +10:00 |
|
kevin zhuang
|
f3309cb568
|
test(shellcheck): tell shellcheck to use bash when checking
dotbare.plugin.bash
|
2020-06-06 12:02:43 +10:00 |
|
kevin zhuang
|
868897ec2b
|
test(shellcheck): fix
|
2020-06-06 12:02:27 +10:00 |
|
kevin zhuang
|
d5356ceae7
|
docs(readme): mention bash completion
|
2020-06-06 11:48:28 +10:00 |
|
kevin zhuang
|
a73d7f3d67
|
test(shellcheck): check dotbare.plugin.bash
|
2020-06-06 11:42:14 +10:00 |
|
kevin zhuang
|
a27758be2c
|
chore(shellcheck): get dotbare.plugin.bash shellcheck comply
|
2020-06-06 11:40:15 +10:00 |
|
kevin zhuang
|
9f53730dbd
|
feat(complete:bash): completion for third level commands
|
2020-06-06 11:21:34 +10:00 |
|
kevin zhuang
|
0b665b2aae
|
feat(complete:bash): setup subcommands option complete
|
2020-06-06 11:04:28 +10:00 |
|
kevin zhuang
|
1b648d4c3f
|
feat(complete:bash): set up completion for subcommands
|
2020-06-06 10:31:06 +10:00 |
|
kevin zhuang
|
a6052af017
|
docs(readme): update readme about installation methods
|
2020-06-05 23:20:45 +10:00 |
|
kevin zhuang
|
e0a871e39e
|
docs(changelog): added changelog
|
2020-06-05 22:44:23 +10:00 |
|
kevin zhuang
|
683ce6f970
|
chore(install): added bash plugin to use for bash
|
2020-06-05 22:33:18 +10:00 |
|
Kevin Zhuang
|
060de98635
|
Merge pull request #6 from NICHOLAS85/extend
Add drop-in functionality
|
2020-05-22 17:07:49 +10:00 |
|
NICHOLAS85
|
359065a68b
|
Add drop-in functionality
|
2020-05-22 02:43:11 -04:00 |
|
kevin zhuang
|
a89958a520
|
Include oh-my-zsh install method
|
2020-05-22 15:32:58 +10:00 |
|
Kevin Zhuang
|
a63f2a0e54
|
Merge pull request #5 from kazhala/feat/relocate-shellchecksh
relocate shellcheck.sh
|
2020-05-22 14:59:03 +10:00 |
|
kevin zhuang
|
9062e01767
|
adjust CI shellcheck
|
2020-05-22 14:52:04 +10:00 |
|
kevin zhuang
|
0e2a23154b
|
relocate shellcheck
|
2020-05-22 14:50:53 +10:00 |
|
Kevin Zhuang
|
21dad0be4a
|
Merge pull request #4 from NICHOLAS85/zsh-plugin
Create simple zsh plugin which can be loaded by most major plugin managers
|
2020-05-22 13:32:07 +10:00 |
|
NICHOLAS85
|
4c7897ee38
|
Create zsh plugin
|
2020-05-21 23:05:20 -04:00 |
|
Kevin Zhuang
|
69c1930541
|
Merge pull request #3 from NICHOLAS85/ambig-fix
Prevent ambiguous argument error
|
2020-05-21 16:27:03 +10:00 |
|
NICHOLAS85
|
6abbe09505
|
Prevent ambiguous argument error
|
2020-05-21 02:20:42 -04:00 |
|