New option: Auto-touch files when using EDIT
Hi,
I'm using a lot of times the functionality of EDIT files in remote SFTP servers. Mainly to edit code that I compile in a terminal shell opened to the same server. However, if the local and remote computers doesn't have identical clocks, when calling to
So a simple solution can be to automatically touch an edited file after upload it.
Please, can you incorporate this functionality?
Regards.
I'm using a lot of times the functionality of EDIT files in remote SFTP servers. Mainly to edit code that I compile in a terminal shell opened to the same server. However, if the local and remote computers doesn't have identical clocks, when calling to
make
the file can have future times:
This can be solved with a manualWarning: File 'main.c' has modification time 3.2 s in the future
$ touch main.c
in the shell. However, it's a pain when editing a lot of files.
So a simple solution can be to automatically touch an edited file after upload it.
Please, can you incorporate this functionality?
Regards.