Coder Social home page Coder Social logo

Comments (7)

75lb avatar 75lb commented on August 19, 2024 2

Work on this feature is in progress. In the next version you will be able to supply a file list via stdin, giving you full control over the files processed and their order. In this example, input comes from the output of find via sort:

$ find . | sort --reverse | renamer --find one --replace two

For the most precision, you could hand-roll a file containing one filename per line and pipe it into renamer.

$ cat file-list.txt | renamer --find one --replace two

from renamer.

75lb avatar 75lb commented on August 19, 2024 1

hi, that sounds like a good idea thanks. Feel free to work on an order-by feature and share the results with me. If the feature benefits other users I may include it in a future release.

from renamer.

ebastidas avatar ebastidas commented on August 19, 2024 1

@tibuurcio would appreciate a lot this new feature!

from renamer.

75lb avatar 75lb commented on August 19, 2024

Renamer v1 prerelease is available to test, see here. Does that solve your issue?

from renamer.

tibuurcio avatar tibuurcio commented on August 19, 2024

Hi @75lb, this solves my issues very well. It's even more robust than my first approach since we can use a file containing filenames. Thank you very much for working on this 👍

We can close this issue now since it's resolved!

from renamer.

75lb avatar 75lb commented on August 19, 2024

Pleased to hear your issue is resolved. I'll close this ticket once v1 goes live. If there are any other features you are lacking, now would be a good time to speak!

from renamer.

75lb avatar 75lb commented on August 19, 2024

fixed and released in renamer v1.0.0.

from renamer.

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.