summaryrefslogtreecommitdiff
path: root/plugins/transfer/README.md
blob: 37c7ca2f7c41b4e2494f831e8a0afde4c742ad5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# `transfer` plugin

**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.**

----

[`transfer.sh`](https://transfer.sh) is an easy to use file sharing service from the command line

## Usage

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/
```