-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Move command should support copying files without modifying database #435
Comments
Good idea. Maybe the flag should be called -e for --external or --export? |
Export makes sense. Could also be a separate command instead of just a flag. I think either will work. |
Hey guys! we would like to tackle this issue, if anyone is going to work on this soon let me know so we can look at other issues! We're planning to start working on this on Monday February 1st. Thanks! -Jake |
Greetings..I was thinking about tackling this issue but it is really old. Is it worth tackling it or not? Thanks a lot. |
Absolutely, if you're interested! |
Nice, could you explain me what you want me to do exactly? |
The idea would be to add a flag to the |
Should I do that in the commnad.py file or somewhere else? |
Right in commands.py is the right place. |
Could you explain to me briefly how the |
I'd be happy to explain more, but can I please ask you to be specific with your question? The comments we've put there are already my best effort at explaining what's going on. What part specifically are you wondering about? |
I see that the |
Aha! Good question. That's the |
In line 1491 in command.py |
Oops! I'm so sorry; I lost track of what we were talking about and looked at the wrong function ( |
So should I make changes to the |
Good question! Just in the |
I think that the move command is specifically happening at line 1491: |
There's no current way to make |
What do you mean by adding a flag to the move command? |
I just mean adding one more command-line option, like these ones: |
Something like: |
Yep, like that! Then, you'll notice that the options get exposed in the |
What do you mean by exposed? |
The values are available—for example, as |
So the work that will happen in the |
Yep, exactly! |
Okay I will start the work and stay in touch for any further explanation. Thanks a lot! |
Currently the
copy
flag on themove
command will copy files and change their paths in the database. It would be useful to have a version of this that copies without modifying the library.The text was updated successfully, but these errors were encountered: