Added a few features and tried to make it shellcheck compliant#22
Added a few features and tried to make it shellcheck compliant#22txtyash wants to merge 2 commits intotremby:mainfrom txtyash:main
Conversation
|
Sorry, but personally I don't think I see a point to much of this.
As a suggestion for PRs you may open in the future, on any project, try to keep each PR to a single narrow topic -- this was too broad. By all means maintain a fork if you like -- I think it's great that you're adding features which make it function the way you want it to -- but I won't merge this. I may at some point apply some of shellcheck's suggested changes. |
Curl's progress bar could look ugly to some people. I added it anyways.
I think instead of using global variables, the program should prompt the user.
I've tested the new functions I added and seem to work fine.
Couldn't fix this part for shell compliance:
Also didn't try to fix(shellcheck) the global variables for copying to clipboard because I think you should use a prompt instead. Can I work on that?