Morning,
Update pick to 2.0.0 from maintainer, the complete changelog can be
found here[1] and the most notable changes are:

- Add Ctrl-O key binding used to toggle sorting.

- Ignore OSC escape sequences while calculating the line width and
  filtering.

- Fix exit code for -h option.

- Optimize filtering by safely reducing the number of choices to
  reconsider when the query grew longer.

- Only redraw the choices when necessary.

- Replace example in manual with a more portable but equally useful one.

Comments? OK?

[1] https://github.com/calleerlandsson/pick/releases/tag/v2.0.0

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/pick/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile    5 Oct 2017 08:06:24 -0000       1.6
+++ Makefile    7 Nov 2017 07:46:30 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      fuzzy select anything
 
-V =            1.9.0
+V =            2.0.0
 DISTNAME =     pick-${V}
 
 CATEGORIES =   sysutils
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/pick/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo    5 Oct 2017 08:06:24 -0000       1.5
+++ distinfo    7 Nov 2017 07:46:30 -0000
@@ -1,2 +1,2 @@
-SHA256 (pick-1.9.0.tar.gz) = l9PzEOt95E++UK00UcSdhZ1gf6FKzQxYSq+ul+6mUmc=
-SIZE (pick-1.9.0.tar.gz) = 106379
+SHA256 (pick-2.0.0.tar.gz) = DocUG5zKfDHU13yHp8BYLjFvQPkHZETHxuh6eR8a6As=
+SIZE (pick-2.0.0.tar.gz) = 107860

Reply via email to