Coder Social home page Coder Social logo

renamer's People

Contributors

adriangoransson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

docoder

renamer's Issues

Support string patterns around increments

Currently --{pre,suf}fix-increment supports a starting index and a formatting width. The input 0503 will produce 0503, 0504, 0505 and so on.

The increments are tacked on at the beginning or end though with no separation from the original file name. 0503file.jpg or file0503.jpg. A workaround is to add a delimiter using a pattern as increments are added after the patterns have been applied.

Support before<digits>after.

Idea

struct Increment {
     /// String template.
    raw: String,
    /// Where to insert formatted digits in `raw`.
    inc_pos: usize,
    width: usize,
    start: usize,
}

The input `-0503@' would yield

Increment {
    raw: "-@",
    inc_pos: 1,
    width: 3,
    start: 4,
}

To avoid ambiguity, prohibit more than one group of digits in args.

Print warnings (or maybe exit prematurely) on "bad" patterns

Some patterns will result in an empty string which will return an IO error. Easy to catch and present nicely.

For some patterns the results will have leading dots. Those files will then be hidden on *nix systems. This is hard to spot without --verbose or --dry-run.

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.