ResourceClean
Delete resource file and xattr
- .AppleDouble
- .DS_Store
- .fseventsd
- .Spotlight-V100
- .TemporaryItems
- .Trashes
- .VolumeIcon.icns
- Desktop.ini
- Thumbs.db
and, "._" prefix file
Installation
Add this line to your application's Gemfile:
gem 'resource_clean'
And then execute:
$ bundle
Or install it yourself as:
$ gem install resource_clean
Usage
$ resource_clean [directory]
Contributing
- Fork it ( https://github.com/midnightSuyama/resource_clean/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 a new Pull Request