An open API service indexing awesome lists of open source software.

https://github.com/nishidayuya/fdupes_parser

A parser for fdupes(1) result
https://github.com/nishidayuya/fdupes_parser

fdupes ruby rubygems

Last synced: 5 months ago
JSON representation

A parser for fdupes(1) result

Awesome Lists containing this project

README

          

# FdupesParser

[![License X11](https://img.shields.io/badge/license-X11-blue.svg)](https://raw.githubusercontent.com/nishidayuya/fdupes_parser/master/LICENSE.txt)
[![Gem Version](https://badge.fury.io/rb/fdupes_parser.svg)](https://rubygems.org/gems/fdupes_parser)

## Installation

```console
$ bundle add fdupes_parser
```

If bundler is not being used to manage dependencies, install the gem by executing:

```console
$ gem install fdupes_parser
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/nishidayuya/fdupes_parser .