ghcurl 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +16 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c45d8416cf634acf751c84dfbed618f3d60b40c886f2eb8f0d5827a687e3ffa
|
4
|
+
data.tar.gz: a9ad039e7dd52435f09a6650b6a8dd8dab1f9d9e78f455147de812a427dde14b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf0588b0f92a469aee6e6d996efa199f232dc95a348e960e43492482c5d1205a34ff6ff786444bcc2fa9c6ea755629bbad70d44127f83d7932a26830563fa6f9
|
7
|
+
data.tar.gz: 3df90ee0ee3fad0505b0d2c5ac36923cf4ccd767c83be93cf328468dc67ced1f8ee63558b2faf2d62d3fd8a6d3ca55a1fec60345745978b241ed59e42c2a19b8
|
data/README.md
CHANGED
@@ -1,13 +1,19 @@
|
|
1
|
-
|
1
|
+
<div align="center">
|
2
2
|
|
3
|
-
|
3
|
+
# ghcurl
|
4
4
|
|
5
|
-
|
5
|
+
[](https://rubygems.org/gems/ghcurl)
|
6
6
|
|
7
7
|
```bash
|
8
8
|
gem install ghcurl
|
9
9
|
```
|
10
10
|
|
11
|
+
<br>
|
12
|
+
|
13
|
+
Download files (and install) from Github releases.
|
14
|
+
|
15
|
+
</div>
|
16
|
+
|
11
17
|
## Usage
|
12
18
|
|
13
19
|
```bash
|
@@ -17,7 +23,13 @@ ghcurl BetaPictoris/timeleft timeleft
|
|
17
23
|
# Download timeleft version 1.1.0
|
18
24
|
ghcurl BetaPictoris/timeleft timeleft -v1.1.0
|
19
25
|
|
20
|
-
|
26
|
+
|
27
|
+
# Download deb/rpm and install it
|
28
|
+
ghcurl cli/cli gh_2.7.0_linux_amd64.deb -i
|
29
|
+
ghcurl cli/cli gh_2.7.0_linux_amd64.rpm -i
|
30
|
+
|
31
|
+
|
32
|
+
# Download a binary and install it
|
21
33
|
ghcurl BetaPictoris/timeleft timeleft -i
|
22
34
|
|
23
35
|
# Download and install it to a path you like
|