SharedCount::Cli
CLI to the shared_count_api gem
Installation
$ gem install shared_count-cli
Usage
Note: supports bash globbing
- Redirect the CSV file to stdout
$ shared_count-cli ~/Desktop/file?.txt # => ~/Desktop/file1.txt ~/Desktop/file2.txt
- Redirect the CSV file to a file
$ shared_count-cli ~/Desktop/file?.txt > ~/Desktop/output.csv
- Launch it in debug mode
$ DEBUG=true shared_count-cli ~/Desktop/file?.txt > ~/Desktop/output.csv
$ tail -f shared_count-cli.log
Contributing
- Fork it ( http://github.com/
/shared_count-cli/fork ) - Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request