Git Product home page Git Product logo

shuffle-files's Introduction

SHUFFLE-FILES

This is a CLI tool which shuffles the files in the directory, their content, but without changing the file names.

NOTE: If the path contains subdirectories, this has no effect on them. Also, the application ignores all files that begin with a dot "."

DOTOCA Ltd.

Install

🍺 Homebrew. Let’s try it!

brew tap xvoland/shuffle-files

brew install shuffle-files

or

brew install xvoland/shuffle-files

🐙 GitHub Releases

Alternatively, binaries are available in the GitHub Releases. Or you can visit the home page



ℹ️ How it use

Path

shuffle-files ./some_path_to_files

Shuffles the files in the specified path ./some_path_to_files For example, the directory contains:

- file1 (content1)
- file2 (content2)
- file3 (content3)

After running the shuffle_file, now has content like this:

- file1 (content2)
- file2 (content1)
- file3 (content3)

-o (output)

shuffle-files ./some_path_to_files -o /output_path

Shuffles the files in the specified path ./some_path_to_files and copy output result to /output_path

--debug

shuffle-files ./some_path_to_files --debug

Shuffles the files in the specified path ./some_path_to_files and display the result of the program on the screen

--test

shuffle-files ./some_path_to_files --test

Shuffles the files in the specified path ./some_path_to_files and do nothing with the files

Combination of flags

shuffle-files ./some_path_to_files --test --debug

You have the ability to combine keys. For example, shuffles the files in the specified path ./some_path_to_files and do nothing with the files, and display the result of the program on the screen

--help

shuffle-files --help

Show help on the screen

--version

shuffle-files --version

Show program version



⚠️ Donation

No matter if I get the money or not, I'm gonna keep making the app better 'cause I love seeing folks use it and reach their goals.
And you know what? Every $1 really makes a difference for folks like me.
It helps cover stuff like domain hosting and the hours I put into coding, which would be super awesome and free up some more family time. Thanks a bunch!

Donate here for my projects

Click here to lend your support to my projects and make a donation!



☎️ Connect with me:

Social

xVoLAnD xvoland | Instagram Vitalii Tereshchuk | YouTube



⛔ License

© 2023, Vitalii Tereshchuk via Apache2.0 license.

shuffle-files's People

Contributors

xvoland avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.