Skip to content

Releases: phitsc/txtproc

v0.4.0

17 Jan 21:22
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • Add --changes option to print change history
  • Search & Replace - Markers and replacement text now support \n (newline), \t (tab)
    \0 (empty, i.e. no text). As a consequence, \ must be escaped with \
  • Change regex group substitution char from \ to $ (so it need not be escaped)
  • Improve matching of function name
  • Remove ToLeet and FromLeet
  • Fix RemoveTags and Tweet
  • Add line-endings support to checksum functions

v0.3.0

29 Dec 21:47
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Search & Replace processing functions can now mark finds with color on ANSI color-compatible terminals
  • Search & Replace processing functions now use a single parameter 'marker' to indicate finds
    (defaults to green or <<< >>>)

v0.2.0

23 Dec 22:39
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Add CountWordOccurence
  • Rename CountAlphabet to CountCharacterOccurence
  • Add ExtractColumn
  • Rename RemoveCharacters to TrimLine
  • Add RemoveCharacters
  • Add FlipUpsideDown
  • Add SpacesToTabs / TabsToSpaces

First public release

20 Dec 21:35
Compare
Choose a tag to compare
First public release Pre-release
Pre-release

Includes most of TIMU's algorithms and adds some new ones.

The .zip File below is for Windows, the .tar.gz for Linux.

See https://github.com/phitsc/txtproc for basic usage instructions.