-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remote directory edit support #64
Comments
+1 |
I decided to work on a patch for this, see also: #44 (comment). A question regarding this, also to @KES777: should this work in a recursive way, so if there are subdirectories in the folder, should the files of the subdirectories be opened as well? |
I think we can control subdirectories with some sort of option: |
I've created a branch for this feature: https://github.com/aurora/rmate/tree/issue-64, please have a look, but keep in mind, that i didn't test it thoroughly, backup your files before testing! By default recursion is deactivated, but you can enable it by specifying the What do you think? Thinking about all the trouble this feature could cause i feel again very unhappy about it and in my opinion it's not really the UNIX way to do things. You would have so many more possibilities by just combining rmate with for example find, eg.: Open all php files in a directory (recursive):
Open all php files in a directory (non-recursive):
etc. You would have so many more control over what you really would like to open by combining standard UNIX tools and rmate. Maybe it's just a documentation issue ... |
the |
Maybe just shortcuts. For example:
will translate into:
|
The latter is already possible, it's called parameter expansion (globbing) and done by the shell automatically, so executing |
it will be awesome if it supports remote directory editing
The text was updated successfully, but these errors were encountered: