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

multiple changes to the batch file. one change to the bash script, added search(). #14

Closed
wants to merge 7 commits into from

Conversation

kodybrown
Copy link
Contributor

No description provided.

Added functionality to search boilerplates for expr. Useful for finding a specific file extension, etc.
    > gibo -s suo
    Unity.gitignore:10:*.suo
    VisualStudio.gitignore:5:*.suo
    > gibo -s node_modules
    GitBook.gitignore:8:node_modules
    Node.gitignore:27:node_modules
Added search functionality to the bash script.
Add GIBO_BOILERPLATES envar for local repo location
@simonwhitaker
Copy link
Owner

Thanks for this Kody, but the search option doesn't work on Unix/Linux platforms. It would need adding to the main while loop at the end of gibo, and the code immediately before that that sanity-checks for either opts or args would need amending to allow opts with arguments.

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