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

Create a 'renamer' / text replacement generator #73

Open
cliffordp opened this issue Mar 6, 2020 · 4 comments
Open

Create a 'renamer' / text replacement generator #73

cliffordp opened this issue Mar 6, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@cliffordp
Copy link
Owner

Like this one: https://github.com/BracketSpace/Notification-Extension-Boilerplate/blob/master/rename.sh

The idea is that there would be a 'texts' JSON/YAML/etc file (ideally a format that allows comments). You set it and, when you run the 'texts' command, it does its replacements.

Ideally, it could run the replacement command over and over, not just the initial time, in case there was a typo or such... might require keeping start/end boundaries (like curly braces) to find them again and again to be replaced... but then that would require the build command to remove such boundaries/placeholders... Maybe the placeholders stay permanently there but then the build command does the string replacements. I think I like that idea the best 🤔

Related to #64

@cliffordp
Copy link
Owner Author

@cliffordp
Copy link
Owner Author

@cliffordp
Copy link
Owner Author

http://velocity.apache.org/engine/devel/user-guide.html is used by PhpStorm's "File and Code Templates"

@cliffordp cliffordp added the enhancement New feature or request label Apr 3, 2020
@cliffordp
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant