Skip to content

Releases: miku/xmlcutty

xmlcutty 0.1.7

11 Sep 11:51
Compare
Choose a tag to compare
  • maintenance release, Go 1.21.1

xmlcutty 0.1.6

01 Aug 15:39
975eb08
Compare
Choose a tag to compare

xmlcutty 0.1.5

21 Dec 17:10
Compare
Choose a tag to compare
  • Allow multiple newlines in -rename

Example:

$ curl -s https://git.io/fhf2b > FIFA.CT
$ cat FIFA.CT | xmlcutty -path /CheatTable/CheatEntries/CheatEntry -rename "\n\nSNIP\n\n"
...
      <LastState Value="" RealAddress="00000000"/>
      <GroupHeader>1</GroupHeader>
    

SNIP


      <ID>614</ID>
      <Description>"Support author by sending a donation:"</Description>
      <LastState Value="" RealAddress="00000000"/>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>615</ID>
          <Description>"buymeacoff.ee/Aranaktu"</Description>
          <LastState Value="" RealAddress="00000000"/>
          <GroupHeader>1</GroupHeader>
        </CheatEntry>
      </CheatEntries>

xmlcutty 0.1.4

13 Sep 19:39
Compare
Choose a tag to compare
  • disable strict parsing

xmlcutty 0.1.3

20 Nov 11:05
Compare
Choose a tag to compare
  • ux: do display complete document, when path is the default slash

xmlcutty 0.1.2

12 Nov 15:21
Compare
Choose a tag to compare
  • bugfix release, fixes </ends>

xmlcutty 0.1.1

12 Nov 14:47
Compare
Choose a tag to compare
  • support something like XPath' text() as well

xmlcutty 0.1.0

12 Nov 14:08
Compare
Choose a tag to compare

A dead simple tool to carve out elements from XML files.