« get me outta code hell

Add respective command beside each screenshot - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2017-09-07 08:40:20 -0300
committerFlorrie <towerofnix@gmail.com>2017-09-07 08:40:20 -0300
commite66b70fafc140af7abbe0ade44ed55bbd757e7d7 (patch)
tree698da52f0363c8cb3b693f5e7633cfdc74734fb4 /README.md
parent4ee2bc2484183efee12f14e525dd0b71562955fa (diff)
Add respective command beside each screenshot
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index e0f7d4e..ce2a4c9 100644
--- a/README.md
+++ b/README.md
@@ -57,15 +57,17 @@ $ http-music play
 
 ![Basic usage](screenshots/hm-basic-usage.png)
 
-**Load music from the file system:**
+**Load music from the file system (`http-music crawl-local . > playlist.json`):**
 
 ![Local crawl](screenshots/hm-crawllocal.png)
 
-**Load music from an HTTP server:**
+**Load music from an HTTP server (<code>http-music crawl-http http://<a href="https://stackoverflow.com/q/7943751/4633828">some.directory.listing</a></code>):**
 
 ![Crawl HTTP](screenshots/hm-remote.png)
 
-**Filter by a specific group:**
+**Filter by a specific group (`http-music play --clear --keep 'C418/one'`):**
+
+(A shorthand also works! Try `http-music play -c -k C418/one`.)
 
 ![Clear/keep](screenshots/hm-clearkeep.png)