Remove ".deprecated" files #648
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello!
Thank you very much for all the work you put into your great tool!
I stumbled over a few remains of previous work that are no longer needed (e.g. the folder ".deprecated" that was untouched for 4 years). Removing them makes it easier to spot the work you do (and also when cloning the repository as a shallow clone it reduces the size). If one needs to get the other files, they can still check out an old commit of this repository.
Other question: I saw that in many of your dev-tools scripts you define e.g. the same colours and I wondered if you would like to have them defined in a central "lib.sh" file which you can source in all the rest of the scripts. That way, if you ever need to change anything, you only need to do that in one place. If you would like that, I could create a pull request for that, too.