Skip to content

Commit

Permalink
tweak(external-tools): add fzf
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 27, 2024
1 parent fcc6358 commit d3d7d7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/me-external-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@
(:tool ripgrep
:link "https://github.com/BurntSushi/ripgrep"
:desc "Recursively search directories for a regex pattern while respecting your gitignore")
(:tool fzf
:link "https://github.com/junegunn/fzf"
:desc "A command-line fuzzy finder")
(:tool fd
:link "https://github.com/sharkdp/fd"
:desc "A simple, fast and user-friendly alternative to 'find'")
Expand Down

0 comments on commit d3d7d7c

Please sign in to comment.