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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ 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)|
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
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
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
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)|
0 commit comments