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
- Host: GitHub
- URL: https://github.com/nishidayuya/fdupes_parser
- Owner: nishidayuya
- License: mit
- Created: 2024-10-10T07:48:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-10T08:50:28.000Z (over 1 year ago)
- Last Synced: 2025-12-01T11:26:32.852Z (7 months ago)
- Topics: fdupes, ruby, rubygems
- Language: Ruby
- Homepage: https://rubygems.org/gems/fdupes_parser
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# FdupesParser
[](https://raw.githubusercontent.com/nishidayuya/fdupes_parser/master/LICENSE.txt)
[](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 .