File tree 1 file changed +13
-2
lines changed
1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# rope
2
2
3
+ ![ Build Status] [ build-image ]
4
+ [ ![ Apache 2.0 Licensed] [ license-image ]] [ license-link ]
5
+ ![ Rust 1.64+] [ rustc-version ]
6
+
7
+ [ build-image ] : https://github.com/rnbguy/rope/actions/workflows/cargo.yml/badge.svg
8
+ [ license-image ] : https://img.shields.io/badge/License-AGPL%20v3-blue.svg
9
+ [ license-link ] : https://github.com/rnbguy/rope/blob/main/LICENSE
10
+ [ rustc-version ] : https://img.shields.io/badge/Rustc-Stable%201.74.1+-blue.svg
11
+
3
12
P2P file transfer utility.
4
13
5
14
![ rope transfer] ( assets/rope.gif )
6
15
7
- This is based on my previous project [ figo] ( https://github.com/rnbguy/figo ) , but in Rust.
16
+ This is based on my previous project [ figo] ( https://github.com/rnbguy/figo ) , but
17
+ in Rust.
8
18
9
19
# Installation
10
20
11
21
```
12
22
$ cargo install --git https://github.com/rnbguy/rope
13
23
```
14
24
15
- ` rope ` uses mDNS to find each other. Before using, make sure both machines are connected to the same network.
25
+ ` rope ` uses mDNS to find each other. Before using, make sure both machines are
26
+ connected to the same network.
16
27
17
28
# Send
18
29
You can’t perform that action at this time.
0 commit comments