Skip to content

Commit

Permalink
small patch (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: Oleksandr Kucherenko <[email protected]>
  • Loading branch information
OleksandrKucherenko and Oleksandr Kucherenko committed Dec 23, 2023
1 parent 32b1951 commit 3e6d934
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# utility folders
coverage/
report/

# IDE folders
.vscode/
.idea/

# backup/temporary files
*.tmp
Expand All @@ -24,3 +27,6 @@ report/

# version file composed by version-up.sh script
version.properties

# self-update .versions folder
.versions/
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- [UI: Ask for Password](#ui-ask-for-password)
- [Profile BASH script execution](#profile-bash-script-execution)
- [Colors support in my terminal](#colors-support-in-my-terminal)
- [References](#references)

## Roadmap

Expand Down Expand Up @@ -188,3 +189,10 @@ bin/profiler/profile.sh bin/version-up.sh
# print all colors for easier selection
demos/demo.colors.sh
```

## References

- PV - https://manpages.ubuntu.com/manpages/focal/man1/pv.1.html
- https://catern.com/posts/pipes.html
- https://stackoverflow.com/questions/238073/how-to-add-a-progress-bar-to-a-shell-script
-

0 comments on commit 3e6d934

Please sign in to comment.