RmXattr Gem Version

Remove Mac Extended Attributes

Requirements

ruby >= 1.9

Installation

$ gem install rm_xattr

Usage

rm_xattr [file | directory] ...

Example

$ ls -l
total 129208
-rw-r--r--@ 1 sue445  staff  66150602 12 21 22:10 jenkins.war

$ rm_xattr jenkins.war

$ ls -l
total 129208
-rw-r--r--  1 sue445  staff  66150602 12 21 22:10 jenkins.war

Changelog

master

full changelog

0.0.2

full changelog

  • support multiple args

0.0.1

  • first release

Contributing

  1. Fork it
  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 new Pull Request