Download the PHP package mk-conn/structured-file-copy without Composer
On this page you can find all versions of the php package mk-conn/structured-file-copy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mk-conn/structured-file-copy
More information about mk-conn/structured-file-copy
Files in mk-conn/structured-file-copy
Download mk-conn/structured-file-copy
More information about mk-conn/structured-file-copy
Files in mk-conn/structured-file-copy
Vendor mk-conn
Package structured-file-copy
Short Description A little cli helper to copy files from one source folder into a target folder structure
License MIT
Package structured-file-copy
Short Description A little cli helper to copy files from one source folder into a target folder structure
License MIT
Please rate this library. Is it a good library?
Informations about the package structured-file-copy
Copy and make it a structure
A little cli helper to copy files from one source folder into a target folder structure
Why this in PHP and not just use given commandline linux/unix tools?
- Well... I like it like this:
structure-copy copy:struct --file-type=image --sort=date:year --sort=date:month
instead offind -type | xargs... err what?.. err.. what was the next unix tool to pipe and filter files or types...? *sigh* Lets have a look on stack-overflow 😊
- I primarly use it to copy photos and videos from my camera/phone into my local library which I have sorted by year and month.
How to use
Install
composer global require "mk-conn/structured-file-copy"
Or into a custom place of your choice:
git clone https://github.com/mk-conn/structured-file-copy.git
Usage
Composer is in your global path? Great! Just run
Not?
Get help:
TBD
- Add a dry run
- Omit log at the end if not wanted
- Sort into date:day folders
- Sort into folders by filename (with user defined number of leading letters)
- Write tests
All versions of structured-file-copy with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3
symfony/filesystem Version 5.1.0
symfony/console Version 5.1.0
symfony/finder Version 5.1.0
symfony/mime Version 5.1.0
symfony/filesystem Version 5.1.0
symfony/console Version 5.1.0
symfony/finder Version 5.1.0
symfony/mime Version 5.1.0
The package mk-conn/structured-file-copy contains the following files
Loading the files please wait ....