Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/midnightsuyama/resource_clean
Delete resource file and xattr
https://github.com/midnightsuyama/resource_clean
Last synced: about 1 month ago
JSON representation
Delete resource file and xattr
- Host: GitHub
- URL: https://github.com/midnightsuyama/resource_clean
- Owner: midnightSuyama
- License: mit
- Created: 2014-10-13T13:32:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-13T15:28:53.000Z (about 10 years ago)
- Last Synced: 2024-11-18T02:15:18.884Z (about 1 month ago)
- Language: Ruby
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ResourceClean
[![Gem Version](https://badge.fury.io/rb/resource_clean.png)](http://badge.fury.io/rb/resource_clean)
[![Dependency Status](https://gemnasium.com/midnightSuyama/resource_clean.png)](https://gemnasium.com/midnightSuyama/resource_clean)
[![Build Status](https://travis-ci.org/midnightSuyama/resource_clean.png?branch=master)](https://travis-ci.org/midnightSuyama/resource_clean)Delete resource file and xattr
* .AppleDouble
* .DS_Store
* .fseventsd
* .Spotlight-V100
* .TemporaryItems
* .Trashes
* .VolumeIcon.icns
* Desktop.ini
* Thumbs.dband, "._" 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
1. Fork it ( https://github.com/midnightSuyama/resource_clean/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