Skip to content

cloudcmd v12.1.0

Compare
Choose a tag to compare
@coderaiser coderaiser released this 15 Apr 12:37
· 964 commits to master since this release

Group Rename Pattern

In Cloud Commander v6.0.0 group rename feature was added. Now you can not only rename files in editor, but also apply pattern. Let's look an example.

Open Cloud Commander
Screen Shot 2019-04-15 at 3 16 52 PM

Select files you want to rename
Screen Shot 2019-04-15 at 3 17 05 PM

Press <Ctrl>+<M>
Screen Shot 2019-04-15 at 3 25 04 PM

Then press <Ctrl>+<P>
Screen Shot 2019-04-15 at 3 17 44 PM

Edit pattern in a way you like (here will be add counter)
Screen Shot 2019-04-15 at 3 17 51 PM

Apply new names
Screen Shot 2019-04-15 at 3 18 04 PM

Here is result
Screen Shot 2019-04-15 at 3 18 11 PM

This all made possible with help of multi-rename library.
Here is list of patterns you can work with:

  • [n] - name
  • [e] - extension
  • [c] - counter
  • [ymd] - year, month, date

fix

  • (heroku) app: add "}" (#236)

feature

  • (edit-names) add bulk rename (#231)
  • (package) stylelint v10.0.0