linutil
linutil copied to clipboard
fix every issue related to printf && increase synergy between scripts
Warning: big diff incoming
Read description before looking at the diff, it will explain why so many files are changing.
Going to conflict with #573
Might conflict with #591
Type of Change
- [x] Refactoring
Description
- Increases synergy
- Fixes problems with packager not being double quoted and because of that it unquotes itself (shellcheck noticed that)
- fixes issues with newlines being created on interactive prints
- fixes an issue with the zsh script (shellcheck noticed that)
- multiple quoting fixes
- multiple formatting fixes
That's about it. Review carefully.
Testing
tested
Checklist
- [x] My code adheres to the coding and style guidelines of the project.
- [x] I have performed a self-review of my own code.
- [x] My changes generate no errors/warnings/merge conflicts.
credits
- @adamperkowski for some fixes