-
Notifications
You must be signed in to change notification settings - Fork 47
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
Don't create a .bashful directory or add a setting to disable it #61
Comments
The reason for the temp dir is to:
I think it makes sense to keep these as default features but to add in a switch/configuration for doing one/all of the following:
|
Thanks for your answer. Could the tempdir be written to a temp dir by default? Like |
We'd have to rename the Since metadata should be persistent The nice thing about bashful is that it's fairly lightweight and portable, you can download the binary and get going, there isn't an install step or a dependency on any privileged locations (like I think the best compromise would be to:
|
You're right. Could metadata be stored use a directory in |
I ran a
bashful
script in a project from another directory and I was surprised to see thatgit
detected changes: a.bashful
directory has been created in my project.I think that
bashful
should not create a directory automatically, but there could be an option so that users who want that could enable this option.Context: I'm running code analysis tools so I don't need to store results or any other data, I only want to see if commands return
0
or fail, and the output if the command failed.The text was updated successfully, but these errors were encountered: