Releases: hahnjo/dynconf
Releases · hahnjo/dynconf
1.1.1
- Add variables for extra flags to Makefile.
1.1
- Ensure that begin and end of context do not match the same substring.
1.1rc1
- Support for contexts to conditionally enable / disable deletes and replaces.
- Option to check how often a delete / replace is applied.
- Add script for bash completion.
1.0.2
- Do not append newline if 'append' already has one.
1.0.1
- Make sure delete doesn't remove empty lines after the pattern
1.0
Initial version that is able to replace my scripts using sed
.
- Deleting lines based on regular expressions.
- Search and replace using regular expressions.
- Appending lines at the end of files.
- Atomic writing of configuration files, honoring permissions and ownership.