« get me outta code hell

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:
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 24 insertions, 2 deletions
diff --git a/README.md b/README.md
index cfddd6e..e0f7d4e 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,11 @@
 # `http-music`
 
-A command line program that lets you download music from places and play it.
-It's also decently powerful.
+![Play demo](screenshots/hm-basic-usage.png)
+![Local crawl demo](screenshots/hm-crawllocal.png)
+
+A command line program that lets you download music from places (like the
+internet, or your hard drive) and play it. It's also
+[decently powerful](#screenshots).
 
 ## Installation
 
@@ -47,6 +51,24 @@ $ http-music play
 # run a quick and easy directory listing, to pass into crawl-http!)
 ```
 
+## Screenshots
+
+**Super-basic usage (`http-music play`):**
+
+![Basic usage](screenshots/hm-basic-usage.png)
+
+**Load music from the file system:**
+
+![Local crawl](screenshots/hm-crawllocal.png)
+
+**Load music from an HTTP server:**
+
+![Crawl HTTP](screenshots/hm-remote.png)
+
+**Filter by a specific group:**
+
+![Clear/keep](screenshots/hm-clearkeep.png)
+
 ## Documentation
 
 Check out [the man pages](man/). (Or view them with `man http-music`.)