Revisions of fzf

buildservice-autocommit accepted request 1172487 from smolsheep's avatar smolsheep (revision 117)
baserev update by copy to link target
smolsheep's avatar smolsheep accepted request 1172486 from smolsheep's avatar smolsheep (revision 116)
- Update to 0.52.0:
  * Added --highlight-line to highlight the whole current line (à
    la set cursorline of Vim)
  * Added color names for selected lines: selected-fg, selected-bg,
    and selected-hl
  * Added click-header event that is triggered when the header
    section is clicked. When the event is triggered,
    $FZF_CLICK_HEADER_COLUMN and $FZF_CLICK_HEADER_LINE are set.
  * Add $FZF_COMPLETION_{DIR,PATH}_OPTS for separately
    customizing the behavior of fuzzy completion
  * Bug fixes and improvements
  * The code was heavily refactored to allow using fzf as a library
    in Go programs. The API is still experimental and subject to
    change.
buildservice-autocommit accepted request 1171134 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 115)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 114)
- Update to 0.51.0:
  - Added a new environment variable $FZF_POS exported to the
    child processes. It's the vertical position of the cursor in
    the list starting from 1.
    # Toggle selection to the top or to the bottom
    seq 30 | fzf --multi --bind 'load:pos(10)' \
      --bind 'shift-up:transform:for _ in $(seq $FZF_POS $FZF_MATCH_COUNT); do echo -n +toggle+up; done' \
      --bind 'shift-down:transform:for _ in $(seq 1 $FZF_POS); do echo -n +toggle+down; done'
  - Added --with-shell option to start child processes with a
    custom shell command and flags
    gem list | fzf --with-shell 'ruby -e' \
      --preview 'pp Gem::Specification.find_by_name({1})' \
      --bind 'ctrl-o:execute-silent:
          spec = Gem::Specification.find_by_name({1})
          [spec.homepage, *spec.metadata.filter { _1.end_with?("uri") }.values].uniq.each do
            system "open", _1
          end
      '
  - Added change-multi action for dynamically changing --multi option
        change-multi - enable multi-select mode with no limit
        change-multi(NUM) - enable multi-select mode with a limit
        change-multi(0) - disable multi-select mode
  - Bug fixes and improvements
buildservice-autocommit accepted request 1170041 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 113)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 112)
Fix the generation of /etc/profile.d/fzf-bash.sh
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 111)
- Shell subpackages should be Enahncing (not Supplementing) fzf.
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 110)
- Rearranging and renaming shell-related subpackages (reaction to
  the discussion gh#akinomyoga/ble.sh$441 and
  https://github.com/junegunn/fzf?tab=readme-ov-file#setting-up-shell-integration).
buildservice-autocommit accepted request 1167679 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 109)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 108)
- Update to version 0.50.0:
  - Search performance optimization. You can observe 50%+
    improvement in some scenarios.
  - Added jump and jump-cancel events that are triggered when
    leaving jump mode
  - Added a new environment variable $FZF_KEY exported to the
    child processes. It's the name of the last key pressed.
  - fzf can be built with profiling options. See BUILD.md for
    more information.
  - Bug fixes
buildservice-autocommit accepted request 1165093 from smolsheep's avatar smolsheep (revision 107)
baserev update by copy to link target
smolsheep's avatar smolsheep accepted request 1165092 from smolsheep's avatar smolsheep (revision 106)
- Update to version 0.49.0:
  * Ingestion performance improved by around 40% (more or less
    depending on options)
  * --info=hidden and --info=inline-right will no longer hide the
    horizontal separator by default. This gives you more
    flexibility in customizing the layout.
  * Added two environment variables exported to the child
    processes. FZF_PREVIEW_LABEL and FZF_BORDER_LABEL.
  * Renamed track action to track-current to highlight the
    difference between the global tracking state set by --track and
    a one-off tracking action. track is still available as an
    alias.
  * Added untrack-current and toggle-track-current actions
  * Bug fixes and minor improvements
buildservice-autocommit accepted request 1163994 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 105)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 104)
- Revendor
buildservice-autocommit accepted request 1158763 from smolsheep's avatar smolsheep (revision 103)
baserev update by copy to link target
smolsheep's avatar smolsheep accepted request 1158762 from smolsheep's avatar smolsheep (revision 102)
- Update to version 0.48.1:
  * CTRL-T and ALT-C bindings can be disabled by setting
    FZF_CTRL_T_COMMAND and FZF_ALT_C_COMMAND to empty strings
    respectively when sourcing the script
  * Bug fixes
buildservice-autocommit accepted request 1158062 from smolsheep's avatar smolsheep (revision 101)
baserev update by copy to link target
smolsheep's avatar smolsheep accepted request 1158061 from smolsheep's avatar smolsheep (revision 100)
- Switch to generated shell integration scripts
smolsheep's avatar smolsheep accepted request 1158056 from smolsheep's avatar smolsheep (revision 99)
Revert changes
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 98)
- Version 0.48.0 doesn't include shell completion scripts
  anymore, shell integration scripts are now embedded in the
  fzf binary. This simplifies the distribution, and the users
  are less likely to have problems caused by using incompatible
  scripts and binaries.
    bash
    # Set up fzf key bindings and fuzzy completion
    eval "$(fzf --bash)"
    zsh
    
    # Set up fzf key bindings and fuzzy completion
    eval "$(fzf --zsh)"
    
    fish
    
    # Set up fzf key bindings
    fzf --fish | source
Displaying revisions 1 - 20 of 117
openSUSE Build Service is sponsored by