aspiers / book-indices

Indices for music books
29 stars 36 forks source link

Add utility script to apply an offset to book indices #45

Closed strk closed 2 months ago

strk commented 2 months ago

I wrote this simple perl script to help me out with writing the recent indices. See https://github.com/aspiers/book-indices/pull/42#issuecomment-2220523572

aspiers commented 2 months ago

Thanks! This seems useful and I can see the value in having it within this repo, but it really needs documentation so that it's clear what it does and how to use it. Please could you add that first?

strk commented 2 months ago

Where would you want to see that documentation ? Usage is printed if you invoke it with no args: https://github.com/aspiers/book-indices/blob/faa0c18a9ce191a0d3cc98d6f73dfdd1ad408f92/utils/offset.pl#L6

aspiers commented 2 months ago

I saw that usage text, but it doesn't cover:

I suggest documenting it either in comments at the top of the script, or in a new utils/README.md.

strk commented 2 months ago

On Sat, Jul 13, 2024 at 08:22:23AM -0700, Adam Spiers wrote:

I saw that usage text, but it doesn't cover:

  • what the utility does
  • what the offset is
  • how to use it (e.g. what are the inputs and outputs)

I suggest documenting it either in comments at the top of the script, or in a new utils/README.md.

Done with comment on top of the file