Project update via TextMate (e.g. Espresso)

I am completely in love with TextMate . I program everything in it, including ASP.NET for my daily work. However, I have a license for Espresso , and I looked at it recently and found that there was a “Publish” section that I knew before, but I did not know that it can compare my FTP directory with my local directory and only publish modified files.

Last week, I found that I was using Espresso specifically for this feature. However, I was hoping there was a way to get this functionality inside TextMate. I know that you can use the AppleScript script with Cyberduck (my FTP client) to download the file when it changes, but I never got this working, nor did I include the ability to merge files like Espresso.

Am I really out of luck? Am I stuck using two different programs for the foreseeable future?

+3
source share
1 answer

I have not tried, but you should be able to create a simple command rsyncin a package in TextMate that will use the environment variables from your project for synchronization.

. rsync TextMate .

+2

Source: https://habr.com/ru/post/1725642/


All Articles