diff options
author | Griffin J Rademacher <frdrckblrgnsnrf@gmail.com> | 2019-10-07 12:37:42 -0400 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-10-07 18:37:42 +0200 |
commit | fdebc2272e8789e9120ab9b195754e423990b317 (patch) | |
tree | 2cfa65f8be6d3120d59efbe1a77c777617a31dfd /plugins/tugboat | |
parent | 13d889470e8f09f5bfa15afe4e14d2c2c10e3885 (diff) | |
download | zsh-fdebc2272e8789e9120ab9b195754e423990b317.tar.gz zsh-fdebc2272e8789e9120ab9b195754e423990b317.tar.bz2 zsh-fdebc2272e8789e9120ab9b195754e423990b317.zip |
Add READMEs for tugboat and colemak plugins (#8207)
Diffstat (limited to 'plugins/tugboat')
-rw-r--r-- | plugins/tugboat/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/tugboat/README.md b/plugins/tugboat/README.md new file mode 100644 index 000000000..14f828f85 --- /dev/null +++ b/plugins/tugboat/README.md @@ -0,0 +1,12 @@ +# Tugboat plugin + +This plugin adds autocompletion for Tugboat, a command line tool for interacting with your +[DigitalOcean droplets](https://www.digitalocean.com/products/droplets/). + +To use it, add it to the plugins array in your `~/.zshrc` file: + +```zsh +plugins=(... tugboat) +``` + +Further documentation for Tugboat can be found in the [Tugboat repository](https://github.com/petems/tugboat). |