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

Multiple files rename suggestions #2315

Closed
CodeLyokoXtEAM opened this issue Dec 6, 2017 · 4 comments
Closed

Multiple files rename suggestions #2315

CodeLyokoXtEAM opened this issue Dec 6, 2017 · 4 comments
Assignees
Labels

Comments

@CodeLyokoXtEAM
Copy link
Contributor

Its better if we can rename user given pattern or some words can add original file name.
Also its better if user can rename extention every selected files in multiple rename.
screenshot_20171206-132204

@nao-pon nao-pon added the feature label Dec 7, 2017
@nao-pon nao-pon self-assigned this Dec 7, 2017
@nao-pon nao-pon closed this as completed in 40c491b Dec 8, 2017
@nao-pon
Copy link
Member

nao-pon commented Dec 8, 2017

@CodeLyokoXtEAM Thanks! I done.

  • add an extras icon to open batch rename dialog in contextmenu
  • it can be to use query word "*" that original filename at inline rename input box
    • original filename is "text.txt"
      • "*abc.txt" to "textabc.txt"
      • "abc*.txt" to "abctext.txt"
      • "*.csv" to "text.csv"

@CodeLyokoXtEAM
Copy link
Contributor Author

I think user can short files number oder. I mean number oder can set using created date, file size or alphabetical oder (user selected oder).
Also its impossible to rename if user selected different file types files.

@CodeLyokoXtEAM
Copy link
Contributor Author

Also I wanted to rename files like 1.jpg, 2.jpg, .......
But there isn't any option to do it.
So I leave space in name & it say it will be rename like this
screenshot_20171208-183657

But actually it rename like this
screenshot_20171208-183725

@nao-pon
Copy link
Member

nao-pon commented Dec 9, 2017

@CodeLyokoXtEAM The order is processed in the order selected by the user. However, since the current sort order is not applied when choosing the whole, I will fix it.

Also, I will modify it so that I can make a batch rename only by increment numbers.

However, it is a desigin that you can not batch rename files with different extensions.

@nao-pon nao-pon reopened this Dec 9, 2017
@nao-pon nao-pon closed this as completed in a44b03d Dec 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants