-
Notifications
You must be signed in to change notification settings - Fork 93
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
Going up the folder tree #48
Comments
Also right now, I tried |
No need for the |
I did that |
Great, I can look into that. Just wanted to make sure you knew how the |
Relative paths will now be based on current working directory. It is a setting, but it's enabled by default. I tried |
I cloned the repo... but I did not get any change in behavior... did not work on Linux... |
When I said relative paths, I meant when you enter something like |
My bad... I misunderstood
Yup... permission issue... |
I pushed a fix that should take care of paths like |
That works too... Also I noticed something... Unsure whether its usual behavior or not, but just thought you should know Also if someone stupidly (I am very curious) tried to do something like
But if they tried
Shouldn't the first error message be something like Again these are not really issues. But in the off chance that someone is stupid enough to try it, they should be provided with the proper response. Don't you feel so? |
I'll try to address the first issue soon. The second issue I knew about. Technically, the permission error is correct. A colon is a valid path character. Though if they are used, I'm pretty sure this plugin would have issues. That being said, the errors should be consistent. |
As long as you are aware of the above mentioned its fine... No one is going to try something stupid like what I did... At least no one with any sense... The colon is a valid name for a file? Its valid for paths like file:// right? Not for file names... I didn't know they were valid for paths... thanks for that info 😄 |
Yup, do a touch or mkdir in your terminal. 😄 I didn't know either until I thought "I wonder if this will mess things up". Anyways, going to close this and open a few more issues just to keep things straight for myself. If you feel like being creative and testing any other odd cases, please do! Thanks for using the plugin and the feedback! |
Indeed a touch/mkdir does allow colon in the name of a file/folder. Who knew... |
':' at the beginning does not work as expected on Mac |
As mentioned here,
:
can be used to make a file in the same folder. But it is currently not possible to go up the tree. Or at least I'm unaware as to how this can be achieved.And it would be nice to use something like the default
.
to indicate the current folder and..
to indicate the parent folder rather than:
.The text was updated successfully, but these errors were encountered: