-
Notifications
You must be signed in to change notification settings - Fork 17
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
Creating a revert feature to return to last state. #24
Comments
I was thinking we could have json with something like
|
That looks good for now. |
sorry for a lame question but I wanted to ask how can I run pysorter after git cloning. I basically do
and it gives me an error |
python -m pysorter should do the trick. Here we run the pysorter package as if it was a program. I'd recommend creating a
|
Can we create a '.pysorter' file in the directory so that we store changes done. and later on maybe revert back to the previous directory state using a '--revert' flag?
This can also be done while logging to standard output.
The text was updated successfully, but these errors were encountered: