xMarkup (text manipulation utility)

Submit command line tools that you find here.
Post Reply
Message
Author
User avatar
Midas
Posts: 6726
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

xMarkup (text manipulation utility)

#1 Post by Midas »

xMarkup is basically a CLI utility that had a GUI frontend attached to it -- original "Submissions" topic by I am Baas is at viewtopic.php?t=6738.

xMarkup is a text transformation utility for processing of a set of text files. The transformations performed by utility can be extremely complicated comparing to ordinal search&replace procedures. Actually the utility uses a procedural language, with help of which any algorithms of text transformations can be implemented. However, using of these procedural extensions are needed only for a few cases. For most cases it is enough to define start and stop marks for searched text elements and describe templates of their transformation.
xMarkup utility is invoked by following command line:

Code: Select all

xm -p file [-f list] [-o path]

Post Reply