Skip to content

Releases: tanaikech/gorearrange

v1.0.3

03 Jan 03:18
Compare
Choose a tag to compare
  • v1.0.3 (January 3, 2020)

    1. It seems that the specification of github.com/urfave/cli was changed by the update of https://github.com/urfave/cli. By this, when go get -u github.com/tanaikech/gorearrange is run, an error occurred. So this error was removed.

v1.0.2

18 Oct 05:45
Compare
Choose a tag to compare
  • v1.0.2 (October 18, 2017)

    • From this version, data included multi-bytes characters can be used. At Linux, it works fine. At Windows DOS, rearranging and selecting data can be done. But the displayed data is shifted. Although this may be a bug of termbox-go, I don't know the reason. I'm sorry. On the other hand, data with only single-byte characters works fine. About MAC, I don't have it. If someone can confirm and tell me it, I'm glad.

v1.0.1

16 Oct 06:34
Compare
Choose a tag to compare
  • v1.0.1 (October 16, 2017)

    • As one of outputs, indexmode (bool) was added. If this is true, the rearranged result is output as the change of index for the source data. For example, if the source data and rearranged data are ["a", "b", "c"] and ["c", "b", "a"], respectively. The output will become [2, 1, 0].

v1.0.0

15 Oct 07:33
Compare
Choose a tag to compare

This is a CLI tool to interactively rearrange a text data on a terminal.

  • Initial release.