Support piped file names?
niyazpk opened this issue · comments
Thanks for the excellent script!
A small feature request - I'd like to do something like:
find . -name filename | rmate
Is this something which can be supported easily?
Thanks!
Hi, thanks for the feature request. I think this should be possible to implement. What do you expect it to do for the search results? Open up many TextMate windows at once or one by one (open the next if the current one gets closed)?
Glad you like the script btw. 👍
I'd prefer opening all the windows together (and giving a warning if there are lots of files?).
I am sorry, but i decided that it would be better to support #26 instead, because you can achieve this already by combining unix commands, eg.: executing rmate from find ...