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

introduce list-ignore command and append mode in dump command #61

Closed
wants to merge 5 commits into from

Conversation

tamada
Copy link

@tamada tamada commented Nov 12, 2023

Thanks for a great tool.
I implemented two features for gibo.

  1. Introduce list-ignore command for listing the boilerplates from .gitignore file in the current directory.
  2. Introduce append mode for dump command.
    • If any arguments of dump command start with +, gibo dumps the boilerplates in append mode.
    • In append mode, at first, gibo extracts the list of boilerplates from .gitignore file in the current directory by removing +.
    • Then, we add the arguments of dump command to the list.
    • Finally, gibo dumps boilerplates of the resultant name list.

introduce list-ignore command for listing the boilerplates in `.gitignore`
introduce append mode for dump command.
implement the two new features
@tamada tamada marked this pull request as ready for review November 12, 2023 13:21
@simonwhitaker
Copy link
Owner

Hi! Thanks for your contribution to gibo.

Unfortunately I'm not going to accept this PR, because this isn't how I plan for gibo to work.

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.

2 participants