linutil icon indicating copy to clipboard operation
linutil copied to clipboard

fix every issue related to printf && increase synergy between scripts

Open nnyyxxxx opened this issue 5 months ago • 3 comments

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

  1. Increases synergy
  2. Fixes problems with packager not being double quoted and because of that it unquotes itself (shellcheck noticed that)
  3. fixes issues with newlines being created on interactive prints
  4. fixes an issue with the zsh script (shellcheck noticed that)
  5. multiple quoting fixes
  6. 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

nnyyxxxx avatar Sep 21 '24 20:09 nnyyxxxx