You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I love iOpener!
I have a small enhancement request: If I enter an absolute path at the end of the current path, then it should resolve to the new path instead of trying to append to the existing path.
e.g. I hit ctrl+o and get:
/data/projects/my_project/
which is where the current file is located. So far so good. Now I want to open a file in my home directory, say my .bashrc file. I want to be able to type it right at the iOpener prompt like this:
/data/projects/my_project//.bashrc
But iOpener thinks this path doesn't exist, well, because it doesn't exist. The enhancement is to recognize when an absolute path is being entered and trigger resolving to just that path instead of trying to use the entire path in the prompt. So the above should resolve to just "/.bashrc" and be able to find an open the file. Currently I have to backspace over the existing path to enter the absolute path I want.
Same for non-home directories. e.g. start with:
/data/projects/my_project/
and type at the end to get:
/data/projects/my_project//tools/config/my_file.cfg
should resolve to just "/tools/config/my_file.cfg".
The tab key should do the resolution too to prompt files in the new directory. e.g.:
/data/projects/my_project//tools/config/
should prompt to show files in the /tools/config directory.
Thanks!
Michael
The text was updated successfully, but these errors were encountered:
Hi,
I love iOpener!
I have a small enhancement request: If I enter an absolute path at the end of the current path, then it should resolve to the new path instead of trying to append to the existing path.
e.g. I hit ctrl+o and get:
/data/projects/my_project/
which is where the current file is located. So far so good. Now I want to open a file in my home directory, say my .bashrc file. I want to be able to type it right at the iOpener prompt like this:
/data/projects/my_project/
/.bashrc/.bashrc" and be able to find an open the file. Currently I have to backspace over the existing path to enter the absolute path I want.But iOpener thinks this path doesn't exist, well, because it doesn't exist. The enhancement is to recognize when an absolute path is being entered and trigger resolving to just that path instead of trying to use the entire path in the prompt. So the above should resolve to just "
Same for non-home directories. e.g. start with:
/data/projects/my_project/
and type at the end to get:
/data/projects/my_project//tools/config/my_file.cfg
should resolve to just "/tools/config/my_file.cfg".
The tab key should do the resolution too to prompt files in the new directory. e.g.:
/data/projects/my_project//tools/config/
should prompt to show files in the /tools/config directory.
Thanks!
Michael
The text was updated successfully, but these errors were encountered: