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

Allow moving of files to subfolders #20

Merged
merged 1 commit into from
Oct 11, 2015
Merged

Allow moving of files to subfolders #20

merged 1 commit into from
Oct 11, 2015

Conversation

dufferzafar
Copy link
Contributor

We'll be able to do things like:

"./path1_subpath1_name.jpg" => "./path1/subpath1/name.jpg"

Fixes #18.

"./path1_subpath1_name.jpg" => "./path1/subpath1/name.jpg"

Fixes #18
@laurent22
Copy link
Owner

Hi, thanks for the pull request, however I cannot get it to work. I've created three files:

$ touch 123 456 789

Then I've ran massren and renamed this:

123
456
789

to this:

1/23
4/56
7/89

But the files have simply been renamed to "23", "56" and "89" and no sub-directory has been created. Am I using it wrong, or is something not working?

@dufferzafar
Copy link
Contributor Author

I hate saying this but... "It's working fine on my machine." :?

Screenshot

You're running the code from my mkdir branch, right?

@laurent22
Copy link
Owner

Right, I had the right branch but was using the wrong executable. Looks like the feature is good to merge then, thanks a lot.

laurent22 pushed a commit that referenced this pull request Oct 11, 2015
Allow moving of files to subfolders
@laurent22 laurent22 merged commit 3980d54 into laurent22:master Oct 11, 2015
@dufferzafar dufferzafar deleted the mkdir branch October 11, 2015 13:41
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.

None yet

2 participants