We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb346b commit 29ab25cCopy full SHA for 29ab25c
README.md
@@ -1,2 +1,15 @@
1
# SCDownload
2
-A command line tool for downloading tracks/playlist/albums from SoundCloud made in Rust
+
3
+## Usage
4
+scdownload <track/album/playlist> <id>
5
+### Example
6
+scdownload playlist zeunig/sets/hardstyle
7
+### Additional arguments
8
+--temp-dir="path" - Changes the cache dir
9
+--download-dir="path" - Changes the download dir
10
+## Features
11
+- Caching
12
+- Track/album/playlist support
13
+- Easy to use
14
+- 3 dependencies only
15
+- Made in Rust
0 commit comments