facebookarchive / codemod

Codemod is a tool/library to assist you with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention. Codemod was developed at Facebook and released as open source.
Apache License 2.0
4.11k stars 198 forks source link

Single key operation #77

Open snickl opened 8 years ago

snickl commented 8 years ago

Small patch I've been using for a while now under Linux to avoid having to press Enter all the time. It probably only works for Unix-like systems so I don't expect it to be merged per se, but maybe someone will be inspired to make it cross-platform.

ghost commented 8 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks!

modocache commented 8 years ago

Awesome, thanks! ❤️

I have a few questions that I'll post inline. Also, it looks like you'll need to rebase before these changes can be merged.

ghost commented 8 years ago

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

modocache commented 8 years ago

As per your comment above, let me try this on an OS X machine before merging. Give me a few days to get around to it -- thanks!