From c5bb6d891708759e04ef253fcaaf1b22511cd388 Mon Sep 17 00:00:00 2001 From: chawley Date: Wed, 7 Feb 2024 14:34:46 -0500 Subject: [PATCH] Added fzf note --- Clipboard.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Clipboard.md b/Clipboard.md index 9834547..99b5179 100644 --- a/Clipboard.md +++ b/Clipboard.md @@ -20,3 +20,9 @@ * [PinePods is a Python based app that can sync podcasts for individual accounts that rely on a central database with a web frontend and apps available on multiple platforms](https://www.pinepods.online/) ## 2023-09-26 * [Install AWX on Ubuntu](https://bgx4k3p.github.io/blog/linux-awx-microk8s-ubuntu/) + +## 2024-02-07 [Upgrade fzf](https://github.com/junegunn/fzf?tab=readme-ov-file#upgrading-fzf) + +fzf is being actively developed, and you might want to upgrade it once in a while. Please follow the instruction below depending on the installation method used. + +* git: `cd ~/.fzf && git pull && ./install`