displeased / ddm

ddm - dumb dotfile manager
GNU General Public License v3.0
0 stars 0 forks source link

Add configuration file to ddm to ignore directories #4

Closed displeased closed 2 years ago

displeased commented 2 years ago

Currently, ddm reads all folders in its working directory and assumes that all of those folders are applications if they have a subdirectory under them named conf. Some sort of ignore file would be a good fit to replace this system such that a subdirectory doesn't need to be checked for each time.

However, this may come at the cost of using yet another for loop which might pose a significant performance cost.

displeased commented 2 years ago

Started work on refining the spec to support this, starting with a rewrite of the current documentation/README.md.

displeased commented 2 years ago

Completed work on this; .ddmignore files now exist as a standard

More information was added to the STANDARD.md to demonstrate this functionality, but the wording of the article could benefit from being iterated on.

Closing this issue because it has been resolved, and merging the feature branch into main.