Sha256: 3777459729cb56bcd9b6ec9c7657cbbc66d9ad3fe5fdeb507d5ec75ed9156552
Contents?: true
Size: 652 Bytes
Versions: 1
Compression:
Stored size: 652 Bytes
Contents
# URLTrimmer Reads in plain text files with one URL per line and outputs a list of unique URLs by domain. ## Installation Install it yourself as: $ gem install url_trimmer ## Usage ### URL Trimmer ```bash url-trimmer urls1.txt urls2.txt .. urlsN.txt > unique-urls.txt ``` ### URL Differ ```bash url-differ urls1.txt urls2.txt > urls2-unique.txt ``` ## Contributing 1. Fork it ( https://github.com/wecodeio/url_trimmer/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
url_trimmer-0.1.0 | README.md |