chairs
chairs copied to clipboard
Suggestion: general data loading
I would like to be able to use chairs more generally to download and upload files from the simulator - maybe even devices. The function I'm looking for is to copy given file paths to the Documents directory.
It would need new commands:
chairs load [-r] [-directory bundledir] file ... overwrite app data bundle files, or just Documents/Application\ Support
Examples:
chairs load -directory Documents ExampleDocuments/*
(load directory contents into apps Documents)
chairs load -r Fixtures/AppData/ (copy directory recursively to sim)
chairs load .
What do you think @orta? Otherwise I would ask for extracting a simulator files gem :)
This makes sense, I'd use the word send. Feel free to PR it.