Giter Site home page Giter Site logo

Comments (6)

lunalucadou avatar lunalucadou commented on August 20, 2024 1

That's pretty useful. I wish there was a help file or wiki page that described this stuff.

I think when the Regular expression option is ticked in the dialog, the hint text should change to mention back references.

Does not work for me.

from bulky.

xenopeek avatar xenopeek commented on August 20, 2024

Enumerate does not refer to regular expression back reference. The verb enumerate means to count and name each item in a list. E.g., %n replaces with 1, 2, 3, …; %00n replaces with 001, 002, 003, …. and so on.

I think when the Regular expression option is ticked in the dialog, the hint text should change to mention back references.

from bulky.

lunalucadou avatar lunalucadou commented on August 20, 2024

image

How exactly is enumerate supposed to work?

Also, when regular expression box is ticked, the hint text does not change for me.

from bulky.

xenopeek avatar xenopeek commented on August 20, 2024

That is strange and may be a separate bug, this strange behavior when the find field is left empty.

You'd normally enter what you want to find and what you want to replace it with. And instead of static text you can replace it with an automatic increasing number, an enumeration. Like this:
image

In the screenshot I have a set of files all with a name "somename something .txt" and I instruct Bulky to find the "name something " part and replace it with a 3 digit enumeration. The * in name* is a wildcard meaning zero or more characters (and as Bulky is set to replace name only the wildcard doesn't match the file extension).

And you can mix this with static text. For example if you want to rename all the "somename something .txt" files to "newname 3 digits.txt" like this:
image

from bulky.

xenopeek avatar xenopeek commented on August 20, 2024

Does not work for me.

I meant: I think this is an oversight and that this isn't programmed yet. That the hint text is static and it isn't programmed yet to change it based on context.

from bulky.

lunalucadou avatar lunalucadou commented on August 20, 2024

Oh, my mistake.

from bulky.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.