diff options
author | Rolf Schröder <rolf.schr@gmail.com> | 2021-06-12 16:12:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-12 07:12:07 -0700 |
commit | e701fa49e7fc5f8aaef4ba680e012a14bce00c4b (patch) | |
tree | cf9a0eeeb27c7242e1aa809761f12017e5e6f716 /plugins/samtools/README.md | |
parent | 26e9cead1a7c9264962986fdc3038ad7266c92bd (diff) | |
download | zsh-e701fa49e7fc5f8aaef4ba680e012a14bce00c4b.tar.gz zsh-e701fa49e7fc5f8aaef4ba680e012a14bce00c4b.tar.bz2 zsh-e701fa49e7fc5f8aaef4ba680e012a14bce00c4b.zip |
feat(plugins): New plugins for samtools and bedtools (#3574)
* Add first impl of samtools autocompletion
* Just autocomplete with files all the time
* Add init impl of bedtools completion
* Add readme.md for bedtools plugin
* Add readme for samtools
Co-authored-by: Rolf Schroeder <rolf.schroeder@centogene.com>
Diffstat (limited to 'plugins/samtools/README.md')
-rw-r--r-- | plugins/samtools/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/samtools/README.md b/plugins/samtools/README.md new file mode 100644 index 000000000..f4baf41f7 --- /dev/null +++ b/plugins/samtools/README.md @@ -0,0 +1,5 @@ +# Samtools plugin + +This plugin adds support for [samtools](http://www.htslib.org/): + +* Adds autocomplete options for all samtools sub commands. |