fpf-cli 1.6.12 → 1.6.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/fpf +4 -3
  2. package/package.json +1 -1
package/fpf CHANGED
@@ -3,7 +3,7 @@
3
3
  set -euo pipefail
4
4
 
5
5
  SCRIPT_NAME="fpf"
6
- SCRIPT_VERSION="1.6.12"
6
+ SCRIPT_VERSION="1.6.13"
7
7
  TMP_ROOT="${TMPDIR:-/tmp}/fpf"
8
8
  SESSION_TMP_ROOT=""
9
9
  HELP_FILE=""
@@ -1198,7 +1198,7 @@ collect_search_display_rows() {
1198
1198
  local output_file="$2"
1199
1199
  shift 2
1200
1200
  local managers=("$@")
1201
- local query_limit="${FPF_QUERY_RESULT_LIMIT:-80}"
1201
+ local query_limit="${FPF_QUERY_RESULT_LIMIT:-0}"
1202
1202
 
1203
1203
  : >"${output_file}"
1204
1204
 
@@ -1531,7 +1531,8 @@ run_fuzzy_selector() {
1531
1531
  --bind=ctrl-k:preview:"cat ${KBINDS_FILE}" \
1532
1532
  --bind=ctrl-h:preview:"cat ${HELP_FILE}" \
1533
1533
  --bind='ctrl-/:change-preview-window(hidden|)' \
1534
- --bind=ctrl-n:next-selected,ctrl-b:prev-selected)
1534
+ --bind=ctrl-n:next-selected,ctrl-b:prev-selected \
1535
+ --bind='focus:transform-preview-label:echo [{1}] {2}')
1535
1536
 
1536
1537
  if [[ -n "${reload_cmd}" ]]; then
1537
1538
  fzf_args+=(--bind="change:reload:${reload_cmd}")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fpf-cli",
3
- "version": "1.6.12",
3
+ "version": "1.6.13",
4
4
  "description": "Cross-platform fuzzy package finder powered by fzf",
5
5
  "bin": {
6
6
  "fpf": "fpf"