emacs-ssh-deploy
emacs-ssh-deploy copied to clipboard
A deployment plugin via Tramp for Emacs.
I've been getting warnings about the remote file changing, and asking me to ediff or download. I don't think file has actually changed. It appears the same. Maybe I am...
I was wondering if it is possible to upload a set of files every time I call `ssh-deploy-upload-handler` instead of only the currently opened file. Imagine this setting: I have...
It seems like they only work on asynchronous
If we can figure out a way to handle errors from `(make-thread)` and `(async-start)` then we should be able to permit only one simultaneous operation per remote file, this should...
I noticed an error that occurs the first time that I try to use ssh-deploy to upload a file after opening emacs. After saving the file to initiate an automatic...
Emacs tramp does not at the moment support recursive search over tramp i.e. FTP protocol. As with the recursive difference limitation we should provide this feature in this plugin as...
Just like how it works in `dired-mode`, like prefixing a row with a action and then batch run all actions
Two variables could be added that, if specified, would add additional changing of ownership and mode on uploaded files to remote system, is it a good idea?
If you make a change to your `.dir-locals.el` file and have a lot of open buffers inside that path, you need to `revert-buffer` each buffer to get the new variable...
Under default settings on commit `94b56c`, files under `.git` are being uploaded, even though testing `ssh-deploy--file-is-included-p` on its own returns nil on an example file.