summaryrefslogtreecommitdiff
path: root/plugins/cloudapp/README.md
diff options
context:
space:
mode:
authorMarc Cornellà <hello@mcornella.com>2021-08-13 12:42:56 +0200
committerMarc Cornellà <hello@mcornella.com>2021-08-13 12:42:56 +0200
commitaf6c7f3d6782cf0a34e4e68f661df526d35795be (patch)
tree82bd0dcb70bcc3af03ff77217f97bbd677410e7c /plugins/cloudapp/README.md
parente1f0d826f1f0d362eb377ef4a8124062ec63c3e9 (diff)
downloadzsh-af6c7f3d6782cf0a34e4e68f661df526d35795be.tar.gz
zsh-af6c7f3d6782cf0a34e4e68f661df526d35795be.tar.bz2
zsh-af6c7f3d6782cf0a34e4e68f661df526d35795be.zip
refactor(cloudapp)!: remove deprecated `cloudapp` plugin
BREAKING CHANGE: the `cloudapp` plugin has been removed due to removed API.
Diffstat (limited to 'plugins/cloudapp/README.md')
-rw-r--r--plugins/cloudapp/README.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/plugins/cloudapp/README.md b/plugins/cloudapp/README.md
deleted file mode 100644
index ef304edc2..000000000
--- a/plugins/cloudapp/README.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# CloudApp plugin
-
-## The CloudApp API is deprecated, so the plugin will be removed shortly
-
-[CloudApp](https://www.getcloudapp.com) brings screen recording, screenshots, and GIF creation to the cloud, in an easy-to-use enterprise-level app. The CloudApp plugin allows you to upload a file to your CloadApp account from the command line.
-
-To use it, add `cloudapp` to the plugins array of your `~/.zshrc` file:
-
-```zsh
-plugins=(... cloudapp)
-```
-
-## Requirements
-
-1. [Aaron Russell's `cloudapp_api` gem](https://github.com/aaronrussell/cloudapp_api#installation)
-
-2. That you set your CloudApp credentials in `~/.cloudapp` as a simple text file like below:
- ```
- email
- password
- ```
-
-## Usage
-
-- `cloudapp <filename>`: uploads `<filename>` to your CloudApp account, and if you're using
- macOS, copies the URL to your clipboard.