Skip to content

v0.0.3.0

Latest
Compare
Choose a tag to compare
@vst vst released this 09 Mar 01:11
· 2 commits to develop since this release

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.