Kate-Get is now depreciated since Kate removed the external tools plugin.
Kate-Get is a little Ruby gem I made after I switched over to using Kate and Git for development. When working on web applications, I often find myself running several developments sites running on remote servers. I like to edit the remote files over SFTP directly so that once I save them I can see the changes applied immediately. I might have many files open in Kate at a time like this, but once I’m happy with the current state of them, I want an easy way to pull them into my local git repo to commit the changes. Kate-Get does this with rsync and can be configured for multiple remote sites through a simple YAML config file.
Install or develop Kate-Get
- Source code on GitHub.
- RubyGem and source documentation on RubyGems.org.