1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/sysutils/pick/pkg-descr
Kurt Jaeger 2be1d46a5f sysutils/pick: 1.3.0 -> 1.4.0
New features
- Add a test suite (Anton Lindqvist, prahlad, Score_Under)
- Add an -S option for disable sorting of choices (Calle Erlandsson)
- Add UTF-8 support (Anton Lindqvist)
- Add support for using the delete key and Ctrl-D interchangeably (prahlad)
- Make use of pledge(1) on OpenBSD (Anton Lindqvist)

Bug fixes
- Fix compatibility issues with the Android NDK and the musl libc
  (Fredrik Fornwall)
- Fix issues with newlines caused by colored input (Calle Erlandsson)
- Fix standout rendering of the last line (Anton Lindqvist)
- Refactoring and cleanup (Anton Lindqvist)

Removed features
- Remove altscreen condition if invoked from Vim (Anton Lindqvist)

PR:		210108
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2016-06-09 00:30:54 +00:00

5 lines
158 B
Plaintext

pick allows users to choose one option from a set of choices using
an interface with fuzzy search functionality.
WWW: https://www.github.com/thoughtbot/pick