Git Product home page Git Product logo

quiren's People

Contributors

sagittarius-a avatar sinono3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

quiren's Issues

Per-file renames

Allow running quiren file1 file2 dir/file4and process just those files. Maybe add an option to show the leading path or just the filename.

Index renames

Allow filename editing similar to vidir, where each filename is accompanied with an index at the start, so it's possible to move a line anywhere, even delete one, and the renames will still be correct.

The editor file should look roughly like this:

1	.git
2	.gitignore
3	Cargo.lock
4	Cargo.toml
5	LICENSE
6	README.md
7	src
8	target

Option for trashing files

An option for trashing files instead of deleting them would be nice. Maybe a flag will do for now. Or an environment variable.

Config files

Add a config file to set options by default for all runs.

[Feature Request] Dry run mode

Dry run could allow user to see changes that will be performed in a list such as:

/tmp/asdf/readme.md       -> /tmp/asdf/README.md
/tmp/asdf/Contributing.md -> /tmp/asdf/CONTRIBUTING.md

This could be handy to make sure changes are correct. It could be an interactive action where user must confirm renaming.

This could be handled with -n and --dry-run command line arguments (like the git clean command)

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.