Skip to content

FileEditor

Abyss Morgan edited this page Jun 19, 2023 · 5 revisions

remove

Replace keywords in files

This tool is used for replace keywords string into replacement inside text files

Data entered:

  • Folders (one or multiple)
  • Extensions (Empty for all, separate with spaces for multiple)
  • Keywords file (text file contains replacement)

Example keywords file:

"Alfa A1" "Beta B2"
Delta Gamma

Rules:

  • Prevent write file while nothing changed
  • Validate keywords file before start

Remove keywords in files

This tool is used for remove keywords string inside text files

Data entered:

  • Folders (one or multiple)
  • Extensions (Empty for all, separate with spaces for multiple)
  • Keywords file (text file contains keywords)

Example keywords file:

"Alfa A1"
"Beta B2"
Delta
Gamma

Rules:

  • Prevent write file while nothing changed

Remove duplicate lines in file

This tool is used for remove duplicate lines inside text files

Data entered:

  • Single text file
  • Ignore empty lines comparison

Rules:

  • Prevent write file while nothing changed
  • Preserve UTF-8 BOM
  • Preserve first detected EOL

Informations:

Additional configuration

- Tools:

Clone this wiki locally