Skip to content

v1.1.0

Latest

Choose a tag to compare

@Syktox Syktox released this 11 Sep 17:46

RemoveFromFile - Release Notes

Version 1.0.0 – September 11, 2025

New Features

  • File Modification Tool: This utility allows you to remove all occurrences of a specified character or sentence from one or more files.

  • Input Format: The program expects an input file structured as follows:

    FILEPATH 1
    FILEPATH 2
    FILEPATH 3
    ...
    
    EMPTY LINE
    
    CHAR / SENTENCE to delete
    

    Each line before the empty line should contain an absolute file path, and the line after the empty line specifies the character or sentence to be removed.

  • Direct File Modification: The tool directly modifies the specified files by removing the specified character or sentence.

Known Issues

  • No known issues at this time.

Future Plans

  • Consideration is being given to developing a fully functional GUI application to enhance user experience.

More Information

For more information and to access the source code, please visit the [RemoveFromFile GitHub repository](https://github.com/Syktox/RemoveFromFile).