Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate search-replace steps in recipe #31

Merged
merged 1 commit into from Apr 25, 2017

Conversation

claui
Copy link
Contributor

@claui claui commented Feb 19, 2017

Just like in PR #30, this PR tries to leverage the (macOS flavor of) find and sed to automate the execution of steps 5.1.1 and 5.1.2. in the recipe, ultimately merging both into a single step of 5.1.

Hopefully, this saves template maintainers a bit of time when executing those recipe steps, and seems less tedious to me than the manual process. It also loses the dependency on the text editor.

This commit tries to leverage the (macOS flavor of) `find` and `sed`
to automate steps 5.1.1 and 5.1.2. of the recipe, ultimately merging
both into a single step of 5.1.

Hopefully, this saves template maintainers a bit of time when
executing those recipe steps and is less tedious. It also loses the
dependency on the text editor.
@fulldecent
Copy link
Owner

Thank you, much appreciated, This is exactly what I was looking for.

Do still want to analyze a bit to understand this better.

@fulldecent
Copy link
Owner

Thank you, love it, this works great!

@fulldecent fulldecent merged commit aa94678 into fulldecent:master Apr 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants