docs
This commit is contained in:
+27
-1
@@ -1,11 +1,37 @@
|
|||||||
# Documentation
|
# Documentation
|
||||||
|
|
||||||
* initiate
|
* initiate
|
||||||
|
* idea
|
||||||
* [Bash Tips](./bash_tips.md)
|
* [Bash Tips](./bash_tips.md)
|
||||||
* [todo](./todo.md)
|
|
||||||
|
|
||||||
## initiate
|
## initiate
|
||||||
|
|
||||||
Rk: useful when timezone has changed or ghostty command has been installed aftwerwards
|
Rk: useful when timezone has changed or ghostty command has been installed aftwerwards
|
||||||
|
|
||||||
`miaou-bash --initiate`
|
`miaou-bash --initiate`
|
||||||
|
|
||||||
|
## IDEA
|
||||||
|
|
||||||
|
### distinguish heredoc over pipe
|
||||||
|
|
||||||
|
```bash
|
||||||
|
miaou-bash <<EOF
|
||||||
|
echo HEREDOC
|
||||||
|
EOF
|
||||||
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
|
miaou-bash < <(echo 'echo PIPE1')
|
||||||
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
|
echo 'echo PIPE2' | miaou-bash
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## TODO
|
||||||
|
|
||||||
|
* [ ] prompt git shows version with `+` when there is more than one commit over current version. ie: v0.0.0 + 2 commits more should display v-1.0.0+
|
||||||
|
* [ ] semver_git_tag should append `RELEASE_NOTES.md` from this TODO markdown file, providing that NEW NOTE section below contains appropriate items to fulfill the current release note
|
||||||
|
* [ ] git log <LATEST_TAG>..HEAD --oneline
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
# TODO
|
|
||||||
|
|
||||||
* [ ] prompt git shows version with `+` when there is more than one commit over current version. ie: v0.0.0 + 2 commits more should display v-1.0.0+
|
|
||||||
* [ ] semver_git_tag should append `RELEASE_NOTES.md` from this TODO markdown file, providing that NEW NOTE section below contains appropriate items to fulfill the current release note
|
|
||||||
* [ ] git log <LATEST_TAG>..HEAD --oneline
|
|
||||||
Reference in New Issue
Block a user