try icon indicating copy to clipboard operation
try copied to clipboard

Code quality/refactor

Open mgree opened this issue 1 year ago • 1 comments

We should:

  • [ ] Unify error reporting and debug output
  • [ ] Normalize style (variable names, quoting, indentation, ; use)
  • [ ] Clarify dependencies, distinguishing between dev/testing dependencies (e.g., expect) and runtime dependencies
  • [ ] Ensure that mergerfs is optional/produces a legible error when we need it and it's not there
  • [ ] #72
  • [ ] #76
  • [x] #45
  • [ ] Clean up testing infrastructure (see #66 for some initial directions)
  • [ ] Have CI confirm the version in the manpage matches the script

mgree avatar Jun 29 '23 13:06 mgree

Great list!

angelhof avatar Jun 29 '23 14:06 angelhof

Consider using shfmt to unify the codestyle across the scripts, and perhaps enforcing it in CI.

Consider picking some shell styleguide for the project, such as https://google.github.io/styleguide/shellguide.html

a1346054 avatar Jul 06 '23 12:07 a1346054