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-files
or
brew install xvoland/shuffle-files
Alternatively, binaries are available in the GitHub Releases. Or you can visit the home page
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)
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
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
shuffle-files ./some_path_to_files --test
Shuffles the files in the specified path ./some_path_to_files
and do nothing with the files
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
shuffle-files --help
Show help on the screen
shuffle-files --version
Show 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
- 👀 WONLINK 1200Mb WL-NE3501 wireless repeater 802.11bgnac 1200 Megabits
- AirDrop Missing on macOS Sequoia? Easy Fix for Finder and AirDrop Issues!
- 👀 Review UGREEN HiTune H6 Pro Earbuds 2024 Best Deal: Hi-Res Wireless Headphones ANC LDAC
- ⚒️ How to Fix Drawer Slides with Ball Bearings – Easy DIY Guide. Lifetime guarantee
- 🔥 Lifehack Of Open a Sealed Tube. Did You Know?
© 2023, Vitalii Tereshchuk via Apache2.0 license.