Skip to content

Releases: telostat/reforg

v0.0.3.0

09 Mar 01:11
@vst vst
Compare
Choose a tag to compare

This is the initial Haskell version of reforg as a Haskell library and CLI application. Please note that:

  1. The specification format is different.
  2. Users can specify multiple commands to be executed as per a rule match.
  3. Multiple commands can be chained via STDIN/STDOUT and this may be quite inefficient at the moment as these are not real file descriptors but Haskell handles.

v0.0.2

18 Feb 03:56
@vst vst
Compare
Choose a tag to compare

Features

  • allow running an external process while copying files (9bb6067)

Bug Fixes

  • docs: update README for correct URL to the installation script (533367c)

v0.0.1

18 Feb 03:48
@vst vst
Compare
Choose a tag to compare

Initial release.