« get me outta code hell

http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md26
-rw-r--r--screenshots/hm-basic-usage.pngbin0 -> 59539 bytes
-rw-r--r--screenshots/hm-clearkeep.pngbin0 -> 53733 bytes
-rw-r--r--screenshots/hm-crawllocal.pngbin0 -> 103094 bytes
-rw-r--r--screenshots/hm-remote.pngbin0 -> 82300 bytes
5 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`.)
diff --git a/screenshots/hm-basic-usage.png b/screenshots/hm-basic-usage.png
new file mode 100644
index 0000000..60ece02
--- /dev/null
+++ b/screenshots/hm-basic-usage.png
Binary files differdiff --git a/screenshots/hm-clearkeep.png b/screenshots/hm-clearkeep.png
new file mode 100644
index 0000000..04a1c0a
--- /dev/null
+++ b/screenshots/hm-clearkeep.png
Binary files differdiff --git a/screenshots/hm-crawllocal.png b/screenshots/hm-crawllocal.png
new file mode 100644
index 0000000..7c839a1
--- /dev/null
+++ b/screenshots/hm-crawllocal.png
Binary files differdiff --git a/screenshots/hm-remote.png b/screenshots/hm-remote.png
new file mode 100644
index 0000000..f61fdfd
--- /dev/null
+++ b/screenshots/hm-remote.png
Binary files differ