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 "."
brew tap xvoland/shuffle-files
brew install shuffle-filesor
brew install xvoland/shuffle-filesAlternatively, binaries are available in the GitHub Releases. Or you can visit the home page
shuffle-files ./some_path_to_filesShuffles 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)
shuffle-files ./some_path_to_files -o /output_pathShuffles the files in the specified path ./some_path_to_files and copy output result to /output_path
shuffle-files ./some_path_to_files --debugShuffles the files in the specified path ./some_path_to_files and display the result of the program on the screen
shuffle-files ./some_path_to_files --testShuffles the files in the specified path ./some_path_to_files and do nothing with the files
shuffle-files ./some_path_to_files --test --debugYou 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
shuffle-files --helpShow help on the screen
shuffle-files --versionShow program version
Whether I receive the money or not, I’ll keep improving the app because I genuinely love seeing people use it to achieve their goals. Every single dollar truly makes a difference for creators like me. It helps cover things like domain hosting and the countless hours I spend coding. Your support would mean the world to me and even give me a bit more time to spend with my family. Thank you so much!
BTC (ERC20): 0x17496b75d241d377334717f8cbc16cc1a5b80396
USDT (TRC20): TAAsGXjNoQRJ7ewxSBL2W3DUCoG7h8LCT6
- 🔴 Zed Editor: How to Install Local Predictions Ollama or Another LLM
- 🍌 Whats New Photoshop Plugin jsxNanaBanana v0.7.0 ? | #photoshop #tutorial
- 🔴 How to make a Trump Knife WITHOUT using power tools, it's possible? | ASMR
- DIY Vax Cordless Vacuum Repair – It Runs for a Few Seconds and Shuts Off
- Voice Isolation Mode on iOS iPhone
© 2023, Vitalii Tereshchuk via Apache2.0 license.

