diff options
author | Marc Cornellà <marc.cornella@live.com> | 2019-03-25 19:51:25 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-03-25 19:51:25 +0100 |
commit | 1e7033d6600823d90cbadcaa7ea696ee7a88afe8 (patch) | |
tree | a884996008b7925814d5d1d8646c402ee73c25ee /plugins/fd/README.md | |
parent | f6a9a0a49855666f3311a2db040b9b27969da2bc (diff) | |
parent | 9538eae3d732f6c1e59136f0fb2dce7f98a129a1 (diff) | |
download | zsh-1e7033d6600823d90cbadcaa7ea696ee7a88afe8.tar.gz zsh-1e7033d6600823d90cbadcaa7ea696ee7a88afe8.tar.bz2 zsh-1e7033d6600823d90cbadcaa7ea696ee7a88afe8.zip |
Merge pull request #7166 from jounathaen/master
Diffstat (limited to 'plugins/fd/README.md')
-rw-r--r-- | plugins/fd/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/fd/README.md b/plugins/fd/README.md new file mode 100644 index 000000000..aabd624b8 --- /dev/null +++ b/plugins/fd/README.md @@ -0,0 +1,13 @@ +# fd + +This plugin adds completion for the file search tool [`fd`](https://github.com/sharkdp/fd), also known as `fd-find`. + +To use it, add `fd` to the plugins array in your zshrc file: + +```zsh +plugins=(... fd) +``` + +Completion is taken from the fd release [`7.3.0`](https://github.com/sharkdp/fd/releases/tag/v7.3.0). + +Updated on Febrary 13th, 2019. |