You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fair enough. I'd hoped not to have to do that, but it's an understandable position.
One substantial downside though is that it makes testing commands much more onerous because it means cleaning up files in {dir} or re-creating {dir} to its proper state before testing the command again.
Thanks for all your help and feel free to close this issue unless that downside sways you at all.
do your testing in a git managed folder you quickly setup and then just do a hard reset on the repository to clean up? no? It's quick. rm -rf $tmpDir is also quick.
I know you can use
{dir}
to overwrite the original, but that can't help if the operation is a conversion from, for example,png
tojpg
.Thanks for sharing this great project!
The text was updated successfully, but these errors were encountered: