Skip to content

Commit 5d99a7d

Browse files
Merge pull request #27 from manojkarthick/v0.3.2
Prepare for v0.3.2 release
2 parents 03d7ebf + 4fe07ba commit 5d99a7d

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reddsaver"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Manoj Karthick Selva Kumar <manojkarthick@ymail.com>"]
55
description = "CLI tool to download saved media from Reddit"
66
edition = "2018"

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Reddsaver ![build](https://github.com/manojkarthick/reddsaver/workflows/build/badge.svg) [![Crates.io](https://img.shields.io/crates/v/reddsaver.svg)](https://crates.io/crates/reddsaver)
22

3-
* Command line tool to download saved media from Reddit
3+
* Command line tool to download saved/upvoted media from Reddit
44
* Supports:
55
- Reddit: PNG/JPG images, GIFs, Image galleries, videos
66
- Giphy: GIFs
@@ -113,8 +113,11 @@ reddsaver --help
113113
# from your environment
114114
reddsaver -e reddsaver.env -d reddsaver --show-config
115115

116-
# Run the app to download the saved images
116+
# Run the app to download the saved media
117117
reddsaver -e reddsaver.env -d reddsaver
118+
119+
# Also allows you to download upvoted media
120+
reddsaver -e reddsaver.env -d reddsaver --upvoted
118121
```
119122

120123
NOTE: When running the application beyond the first time, if you use the directory as the initial run, the application will skip downloading the images that have already been downloaded.
@@ -128,7 +131,7 @@ View it in action here:
128131
Optionally override the values for the directory to save and the env file to read from:
129132

130133
```shell script
131-
ReddSaver 0.3.0
134+
ReddSaver 0.3.2
132135
Manoj Karthick Selva Kumar
133136
Simple CLI tool to download saved media from Reddit
134137

@@ -140,7 +143,8 @@ FLAGS:
140143
-h, --help Prints help information
141144
-H, --human-readable Use human readable names for files
142145
-s, --show-config Show the current config being used
143-
-U, --unsave Unsave post after processing
146+
-U, --undo Unsave or remote upvote for post after processing
147+
-u, --upvoted Download media from upvoted posts
144148
-V, --version Prints version information
145149

146150
OPTIONS:

0 commit comments

Comments
 (0)