logo

ReplaceIN

main

The NN ReplaceIN is a console application, a tool to replace text in a multiple files with a dynamic range of options. The idea begun as I was in need of replacing something in all files with a unique identifier such as a line number, and so on.
Intended for Windows. Written in C#.

As an example of usage I will use the exact thing for why this exists. Imagine having a code in 20 files, each has 200 callings of a function that is, let's say "logWrite('');". And you need to distinct each of such a call. You put this app in the root folder, set it to filter ".c" files and replace "logWrite('" by "logWrite('{++++} - " which will assign a unique ID to each calling starting from 0000.



NejedNiko (c) 2021




Features

  • Replaces text in all filtered files
  • Can replace text for an incremental/decremental number, number of a line in the file, part of a filename, etc. (also - basic strings)
  • Reaches inside of subfolders

Planned features

  1. minor function tweaking
  2. OpenSourcing




Downloads

OpenSource

Not yet available.

Releases

Latest

v1.0.0 | .zip

Older

Nothing in this list yet


License

You can use this under the GNU GENERAL PUBLIC LICENSE.


Go back