peco v0.4.8 Release Notes

Release Date: 2017-02-27 // about 7 years ago
  • v0.4.8 - 26 Feb 2017
      Features:
      * A new command line option `--on-cancel` has been added. This allows you
        to determine if the user has canceled the query, which can be useful in
        a pipeline of commands.
      * `OnCancel` does the equivalent of `--on-cancel` in the config file.
      * A new command line option `--selection-prefix` has been added. This
        allows you to use a string prefix instead of highlighting currently
        selected lines.
      * `SelectionPrefix` does the equivalent of `--selection-prefix` in the
        config file.
      Miscellaneous
      * Build using go 1.8