This repository was archived by the owner on Jun 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 66* .dylib
77
88# binary
9- podcast-cli
10- main
9+ podcast-cli *
10+ main *
11+ ! main.go
1112
1213# Test binary, built with `go test -c`
1314* .test
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ Fetch the [latest release](https://github.com/goulinkh/podcast-cli/releases)
1515#### Linux
1616
1717``` bash
18- sudo wget https://github.com/goulinkh/podcast-cli/releases/download/1.2 .0/podcast-cli-1.2 .0-linux-amd64 -O /usr/local/bin/podcast-cli
18+ sudo wget https://github.com/goulinkh/podcast-cli/releases/download/1.3 .0/podcast-cli-1.3 .0-linux-amd64 -O /usr/local/bin/podcast-cli
1919sudo chmod +x /usr/local/bin/podcast-cli
2020```
2121
2222#### OS X
2323
2424``` bash
25- sudo curl -Lo /usr/local/bin/podcast-cli https://github.com/goulinkh/podcast-cli/releases/download/1.2 .0/podcast-cli-1.2 .0-darwin-amd64
25+ sudo curl -Lo /usr/local/bin/podcast-cli https://github.com/goulinkh/podcast-cli/releases/download/1.3 .0/podcast-cli-1.3 .0-darwin-amd64
2626sudo chmod +x /usr/local/bin/podcast-cli
2727```
2828
@@ -35,6 +35,8 @@ sudo chmod +x /usr/local/bin/podcast-cli
3535| ------------------------ | ------------------------------------------- |
3636| ` -h or --help ` | Print help information |
3737| ` -s or --search <query> ` | List podcasts that matches the search query |
38+ | ` -r or --rss <query> ` | Custom podcast rss url source |
39+ | ` -o or --offset <query> ` | Play episode number |
3840
3941### Keybindings
4042
You can’t perform that action at this time.
0 commit comments