A simple console tool in C# with the .NET framework for replacing a certain phrase across all the files in a folder on your computer.
My personal usecase for this was replacing a specific sentence across all my .md files in my Obsidian vault.
Quick tutorial: If you want to run the program go to download the TextReplacer.exe; If you want to see the code open Program.cs.