emacs-ssh-deploy icon indicating copy to clipboard operation
emacs-ssh-deploy copied to clipboard

A deployment plugin via Tramp for Emacs.

Results 16 emacs-ssh-deploy issues
Sort by recently updated
recently updated
newest added

Pressing `TAB` displays message `"Buffer is read-only: #"`. Pressing `C-h k TAB` shows the key is bound to `indent-for-tab-command ` Running GNU Emacs 26.3 on Ubuntu 20.04.3 LTS. Configuration: ```elisp...

The hydra is correct, but the keymap isn't: https://github.com/cjohansson/emacs-ssh-deploy/blob/95fb076c9b657c5f1bfad3ee5bf1f8691c50d428/ssh-deploy-hydra.el#L62

Let's say that I know my remote is going to be down for some time. I don't want to change my dir-local variables or configuration, yet, I'd like to disable...

When setting the variable `ssh-deploy-root-local` to a string that doesn't end with `/`, the function `ssh-deploy--get-relative-path` returns an incorrect path. This is because that function uses `replace-regexp-in-string` and that regular...

Wonderful package ! One thing I miss perhaps: is there any possibility to use vterm instead of shell or eshell ? Or add this feature ?

I find myself editing SASS files and wanting to upload the resulting CSS. It would be nice if emacs-ssh-deploy could watch for changes to certain files and trigger an upload.