dharple / detox

Tames problematic filenames
BSD 3-Clause "New" or "Revised" License
332 stars 19 forks source link

Refactor config_file_spoof and add other sequences #42

Closed dharple closed 3 years ago

dharple commented 3 years ago

Running detox without a config file leaves the user with only the default sequence. This is OK, but doesn't agree with the man pages at all.

Refactor the config_file_spoof logic so that we can easily build extra sequences, and then build out a full set of sequences.

Alternatively, do something like what was done in #21, converting the stock detoxrc into C code that can be loaded at will.