Skip to content

Commit 97c079e

Browse files
committed
docs: update shell/README.md
1 parent f06417b commit 97c079e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

shell/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ $ cp autofill.sh /usr/local/bin
5656

5757
TODO:
5858

59-
- Where to put the Node script so it can reference it.
60-
- How to automated the install process for upgrades. Maybe the JS + shell script as NPM package or at least on GitHub with cURL install.
61-
- Figure out how to switch between staged and not, with `--cached`. Like passing a param to the shell script and having two aliases. Or to have it as pass of the shell script to fallback to all if anything is staged. Or just control with filenames e.g. `git c .` or `git c package*` - oh wait, the shell script doesn't look at what is passed to `git commit`, only what is staged or not.
59+
- [] Where to put the Node script so it can reference it.
60+
- [] Windows support
61+
- [] How to automated the install process for upgrades. Maybe the JS + shell script as NPM package or at least on GitHub with cURL install.
62+
- [] Figure out how to switch between staged and not, with `--cached`. Like passing a param to the shell script and having two aliases. Or to have it as pass of the shell script to fallback to all if anything is staged. Or just control with filenames e.g. `git c .` or `git c package*` - oh wait, the shell script doesn't look at what is passed to `git commit`, only what is staged or not.
6263

6364
#### Alias
6465

@@ -79,9 +80,9 @@ $ git c foo.txt
7980

8081
#### TODO
8182

82-
- For now this points to the output directory so it limited in real world use. This is a stepping
83+
- [] For now this points to the output directory so it limited in real world use. This is a stepping
8384
stone. But ideally the JS files can be copied outside of this project to a central location (maybe
8485
with a `bin` entry point). And the SH script can be added to an individual project in `.git/hooks` dir as `prepare-commit-msg`.
85-
- When using this as a hook, consider reading from the **existing** commit message file in the case
86+
- [] When using this as a hook, consider reading from the **existing** commit message file in the case
8687
of template, so it that can be passed on.
87-
- Add a flag for staged to get `--cached` flag.
88+
- [] Add a flag for staged to get `--cached` flag.

0 commit comments

Comments
 (0)