You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,18 +45,17 @@ Note - while these scripts could all be ZSH functions instead of scripts in the
45
45
|`d-rm`| Uses `fzf` to select `docker` containers to remove. | From the [fzf wiki](https://github.com/junegunn/fzf/wiki/examples)|
46
46
|`d-stop-container`| Stop a Docker container. | ? |
47
47
|`falias`| Searches your ZSH aliases, then puts your selection on the mac clipboard (macOS only) | ? |
48
-
|`fif`| Uses `fzf` and `rg` to find a term in files |[Boost Your Command-Line Productivity With Fuzzy Finder](https://betterprogramming.pub/boost-your-command-line-productivity-with-fuzzy-finder-985aa162ba5d)|
49
-
|`fzf-brew-cask-install`| Uses `fzf` to select programs to install (or show the home page) based on the output of `brew cask search`|[Boost Your Command-Line Productivity With Fuzzy Finder](https://betterprogramming.pub/boost-your-command-line-productivity-with-fuzzy-finder-985aa162ba5d)|
50
-
|`fzf-brew-cask-uninstall`| Uses `fzf` to select `brew`-installed programs to delete (or show the home page) |[Boost Your Command-Line Productivity With Fuzzy Finder](https://betterprogramming.pub/boost-your-command-line-productivity-with-fuzzy-finder-985aa162ba5d)|
51
-
|`fzf-brew-install`| Uses `fzf` to select programs to install based on the output of `brew search`|[Boost Your Command-Line Productivity With Fuzzy Finder](https://betterprogramming.pub/boost-your-command-line-productivity-with-fuzzy-finder-985aa162ba5d)|
52
-
|`fzf-brew-uninstall`| Uses `fzf` to select `brew`-installed programs to delete |[Boost Your Command-Line Productivity With Fuzzy Finder](https://betterprogramming.pub/boost-your-command-line-productivity-with-fuzzy-finder-985aa162ba5d)|
53
-
|`fzf-brew-update`| Uses `fzf` to select `brew`-installed programs to update |[Boost Your Command-Line Productivity With Fuzzy Finder](https://betterprogramming.pub/boost-your-command-line-productivity-with-fuzzy-finder-985aa162ba5d)|
48
+
|`fif`| Uses `fzf` and `rg` to find a term in files |[Boost Your Command-Line Productivity With Fuzzy Finder](https://archive.is/gdk8S)|
49
+
|`fzf-brew-cask-install`| Uses `fzf` to select programs to install (or show the home page) based on the output of `brew cask search`|[Boost Your Command-Line Productivity With Fuzzy Finder](https://archive.is/gdk8S)|
50
+
|`fzf-brew-cask-uninstall`| Uses `fzf` to select `brew`-installed programs to delete (or show the home page) |[Boost Your Command-Line Productivity With Fuzzy Finder](https://archive.is/gdk8S)|
51
+
|`fzf-brew-install`| Uses `fzf` to select programs to install based on the output of `brew search`|[Boost Your Command-Line Productivity With Fuzzy Finder](https://archive.is/gdk8S)|
52
+
|`fzf-brew-uninstall`| Uses `fzf` to select `brew`-installed programs to delete |[Boost Your Command-Line Productivity With Fuzzy Finder](https://archive.is/gdk8https://archive.is/gdk8S) to update |[Boost Your Command-Line Productivity With Fuzzy Finder](https://archive.is/gdk8S)|
54
53
|`fzf-browse-pods`| Use `fzf` to select a k8s pod. Preview shows pod's `log tail` output. |[Using fzf as the secondary filter](https://github.com/junegunn/fzf/blob/master/ADVANCED.md#using-fzf-as-the-secondary-filter)|
55
-
|`fzf-find-edit`| Uses `fzf` to select files (displaying previews) to edit with `$EDITOR`|[Boost Your Command-Line Productivity With Fuzzy Finder](https://betterprogramming.pub/boost-your-command-line-productivity-with-fuzzy-finder-985aa162ba5d)|
54
+
|`fzf-find-edit`| Uses `fzf` to select files (displaying previews) to edit with `$EDITOR`|[Boost Your Command-Line Productivity With Fuzzy Finder](https://archive.is/gdk8S)|
56
55
|`fzf-git-branch`| Uses `fzf` to select a branch name in a `git` repository for use in scripts | From Mark Nielsen's [Fuzzy Git Checkout](https://polothy.github.io/post/2019-08-19-fzf-git-checkout/) article |
57
56
|`fzf-git-checkout`| Uses `fzf` to check out a branch in a `git` repository | From Mark Nielsen's [Fuzzy Git Checkout](https://polothy.github.io/post/2019-08-19-fzf-git-checkout/) article |
58
-
|`fzf-grep-edit`| Uses `fzf` to select files (displaying previews) that contain a search term to edit with `$EDITOR`|[Boost Your Command-Line Productivity With Fuzzy Finder](https://betterprogramming.pub/boost-your-command-line-productivity-with-fuzzy-finder-985aa162ba5d)|
59
-
|`fzf-kill`| Uses `fzf` to select processes to kill |[Boost Your Command-Line Productivity With Fuzzy Finder](https://betterprogramming.pub/boost-your-command-line-productivity-with-fuzzy-finder-985aa162ba5d)|
57
+
|`fzf-grep-edit`| Uses `fzf` to select files (displaying previews) that contain a search term to edit with `$EDITOR`|[Boost Your Command-Line Productivity With Fuzzy Finder](https://archive.is/gdk8S)|
58
+
|`fzf-kill`| Uses `fzf` to select processes to kill |[Boost Your Command-Line Productivity With Fuzzy Finder](https://archive.is/gdk8S)|
60
59
|`fzf-vscode`| Uses `fzf` and `rg` to search for text and then open the file in vscode | Hangops post by Mark Carey |
61
60
|`lessfilter-fzf`| A less pre-processor to nicely display a wide range of file formats, including images and directories that can be used to show fzf previews (see [Customization](#customization) section). |[Aloxaf/fzf-tab - Wiki/Preview](https://github.com/Aloxaf/fzf-tab/wiki/Preview)|
62
61
|`pr-list`| Use `fzf` to select a PR using `gh`| ? |
0 commit comments