README.md 639 Bytes
Newer Older
Marc Cornellà's avatar
Marc Cornellà committed
1
2
# `transfer` plugin

3
4
5
6
**NOTICE: The `transfer` plugin is deprecated and will be removed soon, since the [transfer.sh](https://transfer.sh) service will be shutdown on 30th November 30th, 2018. Please move your files to an alternative file sharing service provider.**

----

Marc Cornellà's avatar
Marc Cornellà committed
7
[`transfer.sh`](https://transfer.sh) is an easy to use file sharing service from the command line
8
9
10

## Usage

Marc Cornellà's avatar
Marc Cornellà committed
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Add `transfer` to your plugins array in your zshrc file:
```zsh
plugins=(... transfer)
```

Then you can:

- transfer a file:

```zsh
transfer file.txt
```

- transfer a whole directory (it will be automatically compressed):

```zsh
transfer directory/
```