diff options
author | Florrie <towerofnix@gmail.com> | 2017-09-07 08:36:25 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2017-09-07 08:36:25 -0300 |
commit | 098d3e3f1dd236e43f16badeab5f369b485f3f7d (patch) | |
tree | 274126048e7f3bb6a96beae948a6254d60be3316 | |
parent | 920ca88b5aa02961c739586a45dd9a488a6f4dd0 (diff) |
Quick screenshots
-rw-r--r-- | README.md | 26 | ||||
-rw-r--r-- | screenshots/hm-basic-usage.png | bin | 0 -> 59539 bytes | |||
-rw-r--r-- | screenshots/hm-clearkeep.png | bin | 0 -> 53733 bytes | |||
-rw-r--r-- | screenshots/hm-crawllocal.png | bin | 0 -> 103094 bytes | |||
-rw-r--r-- | screenshots/hm-remote.png | bin | 0 -> 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 |