aurora / rmate

Remote TextMate 2 implemented as shell script
GNU General Public License v3.0
886 stars 123 forks source link

Support piped file names? #25

Closed niyazpk closed 10 years ago

niyazpk commented 10 years ago

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!

aurora commented 10 years ago

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)?

aurora commented 10 years ago

Glad you like the script btw. :+1:

niyazpk commented 10 years ago

I'd prefer opening all the windows together (and giving a warning if there are lots of files?).

aurora commented 10 years ago

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 ...