-
Support running with multiple Excel files
- [x] create single input option: only supply input files, then decide where to write automatically
- [x] write back to same column/file
- [x] if tables …
-
Currently only the first file will be used and the rest will be omitted.
-
I tried doing `coyote -w input1:output1 input2:output2` expecting it to watch all the given sources, but it only seems to recognize the first pair. Is this difficult to add to coyote?
-
Support multiple "before" and "after" files. They will be read together and their `instanceHash`'s merged together into the internal map for diffing.
Perhaps implement as an additive CLI options:
``…
-
From the HotKey wiki the Ctrl + R allows `Find & Replace/All in current editor` but I didn't find a way to search & replace in multiple files.
![image](https://cloud.githubusercontent.com/assets/14566…
-
Hey, great plugin!
It's made my life a LOT easier with projects that have multiple library files etc. Something that would be very useful is the ability to push to multiple files at once (ex. chec…
-
## Steps to reproduce
- Have multiple .csproj files in directory
- Run "dotnet tool install _package_ --version _version_ -g"
## Expected behavior
Tool installs correctly.
## Actual behavi…
-
If I try to add two files, both called `test.txt`, but each with different content, rubyzip produces an archive with only 1 file, the last one added via put_next_entry.
Given the underlying IO impl…
-
Now that we have multiple devs working on the frontend, we should create config files for prettier and eslint
-
Apparently calling the separate `metallib` tool isn't needed anymore:
https://twitter.com/SebAaltonen/status/1844661256252194911
...but it would only make sense if we could get rid of the tempor…