README.md in ddbcli-0.3.6 vs README.md in ddbcli-0.3.7

- old
+ new

@@ -9,15 +9,15 @@ $ gem install ddbcli If you are not using RubyGems, you can use the script files that depend on only Ruby. -[ddbcli-0.3.6](https://bitbucket.org/winebarrel/ddbcli/downloads/ddbcli-0.3.6) +[ddbcli-0.3.7](https://bitbucket.org/winebarrel/ddbcli/downloads/ddbcli-0.3.7) ```sh -wget https://bitbucket.org/winebarrel/ddbcli/downloads/ddbcli-0.3.6 -mv ddbcli-0.3.6 ddbcli +wget https://bitbucket.org/winebarrel/ddbcli/downloads/ddbcli-0.3.7 +mv ddbcli-0.3.7 ddbcli chmod 755 ddbcli ./ddbcli # show prompt ``` ## Usage @@ -59,9 +59,13 @@ ``` ## Use Global Secondary Indexes * [https://gist.github.com/winebarrel/7938971](https://gist.github.com/winebarrel/7938971) + +## Use QueryFilter + +* [https://gist.github.com/winebarrel/cdfc59ff6188b1e49027](https://gist.github.com/winebarrel/cdfc59ff6188b1e49027) ## Enable ctrl-r (reverse-search-history) on OS X $ echo 'bind "^R" em-inc-search-prev' >> ~/.editrc