fpf-cli 1.6.55 → 1.6.56

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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # fpf-cli (`fpf`) 📦
2
2
 
3
- Simple fuzzy package finder for people who live in the terminal.
3
+ Simple fuzzy package finder for people who live in the terminal. *half the time it is working, sorry.
4
4
 
5
5
  Search packages with `fzf`, preview details, and install/remove/update from one place.
6
6
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/fpf CHANGED
@@ -82,7 +82,7 @@ resolve_script_path() {
82
82
  try_exec_packaged_go_binary "$@"
83
83
 
84
84
  SCRIPT_NAME="fpf"
85
- SCRIPT_VERSION="1.6.55"
85
+ SCRIPT_VERSION="1.6.56"
86
86
  TMP_ROOT="${TMPDIR:-/tmp}/fpf"
87
87
  SESSION_TMP_ROOT=""
88
88
  HELP_FILE=""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fpf-cli",
3
- "version": "1.6.55",
3
+ "version": "1.6.56",
4
4
  "description": "Cross-platform fuzzy package finder powered by fzf",
5
5
  "bin": {
6
6
  "fpf": "fpf"