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

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

## Usage

Marc Cornellà's avatar
Marc Cornellà committed
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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/
```