pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/55305: Update sysutils/fzf
>Number: 55305
>Category: pkg
>Synopsis: Update sysutils/fzf
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Wed May 27 06:10:01 +0000 2020
>Originator: jonathan buschmann
>Release:
>Organization:
>Environment:
>Description:
Update fzf from 0.18.0 to 0.21.1
--- Changelog
# 0.21.1
### Shell extension
* CTRL-R will remove duplicate commands)
### fzf-tmux
* Supports tmux popup window (require tmux 3.2 or above)
### Bug fixes
* Fixed Windows file traversal not to include directories
* Fixed ANSI colors with --keep-right
* Fixed _fzf_complete for zsh
# 0.21.0
- --height option is now available on Windows as well (@kelleyma49)
- Added --pointer and --marker options
- Added --keep-right option that keeps the right end of the line visible when it's too long
- More keys and actions for --bind
* Vim plugin: Built-in floating windows support
### Style changes
* --border will now print border with rounded corners around the finder instead of printing horizontal lines above and below it. The previous style is available via --border=horizontal
* Unicode spinner
### bash
* Various improvements in key bindings (CTRL-T, CTRL-R, ALT-C)
CTRL-R will start with the current command-line as the initial query
CTRL-R properly supports multi-line commands
- Fuzzy completion API changed
* Bug fixes and improvements
# 0.20.0
- Customizable preview window color (preview-fg and preview-bg for --color)
- Removed the immediate flicking of the screen on reload action.
- Added clear-query and clear-selection actions for --bind
- It is now possible to split a composite bind action over multiple --bind expressions by prefixing the later ones with +.
- Fixed parse error of --bind expression where concatenated execute/reload action contains + character.
- Fixed bugs of reload action
* Not triggered when there's no match even when the command doesn't have any placeholder expressions
* Screen not properly cleared when --header-lines not filled on reload
0.19.0
- Added --phony option which completely disables search functionality. Useful when you want to use fzf only as a selector interface.
- Added "reload" action for dynamically updating the input list without restarting fzf. See https://github.com/junegunn/fzf/issues/1750 to learn more about it.
- --multi now takes an optional integer argument which indicates the maximum number of items that can be selected
- If a placeholder expression for --preview and execute action (and the new reload action) contains f flag, it is replaced to the path of a temporary file that holds the evaluated list. This is useful when you multi-select a large number of items and the length of the evaluated string may exceed ARG_MAX.
- deselect-all no longer deselects unmatched items. It is now consistent with select-all and toggle-all in that it only affects matched items.
- Due to the limitation of bash, fuzzy completion is enabled by default for a fixed set of commands. A helper function for easily setting up fuzzy completion for any command is now provided.
- Info line style can be changed by --info=STYLE
* --info=default
* --info=inline (same as old --inline-info)
* --info=hidden
- Preview window border can be disabled by adding noborder to --preview-window.
- When you transform the input with --with-nth, the trailing white spaces are removed.
- ctrl-\, ctrl-], ctrl-^, and ctrl-/ can now be used with --bind
- See https://github.com/junegunn/fzf/milestone/15?closed=1 for more details
>How-To-Repeat:
>Fix:
diff --git i/sysutils/fzf/Makefile w/sysutils/fzf/Makefile
index 629acb34151..df2670388cd 100644
--- i/sysutils/fzf/Makefile
+++ w/sysutils/fzf/Makefile
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.24 2020/04/12 11:01:46 bsiegert Exp $
-DISTNAME= fzf-0.18.0
-PKGREVISION= 5
+DISTNAME= fzf-0.21.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=junegunn/}
Home |
Main Index |
Thread Index |
Old Index