-
Notifications
You must be signed in to change notification settings - Fork 9
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
[FR] Map terminals to folder or file #38
Comments
Yea, terminus is probably not handling that properly and its likely a little buggy, ideally it shouldn't matter where terminals are dragged to or opened into diff locations, until you close the terminal associated with a specific file or folder, Then if there's no mapping it would be last active. Does it makes sense that the location within Atom Window where you opened the terminal to should bare influence on the feature? It doesn't to me. =) Nite and take care, ttyl |
I don't quite understand what this feature would do in the context of x-terminal.
|
It means that when you open a terminal with an active file/folder that terminal belongs to that file folder, however terminus does it seems to work fine bugs not withstanding.
Good one, how well can this be implemented? the terminal should close optionally or just close or fallback to the project dir? Depending on scenario terminus is a bit buggy in places.
Thats question sort of answers itself, but currently you cant at all either know which folder or file the terminal youre opening or using belongs to. But this is bigger issue that x-terminal cant do because terminus has several features that work in conjunction with this one. Like Working Directory can be Home, Project or active file. In this way, I cant work with x-terminal like in terminus. In terminus I open my GitHub folder with Atom, then select a project on sidebar, then I click on a file and focus it, open a terminal for that project/file and walla Instantly the term prompt indicate that Im in the project I want to edit and that at least it belongs to that file. When I work with x-terminal I can only open one project per Atom instance else x-terminal always things im in github dir and not in the actual github/someproject. Yea I could cd in/out but thats just not the way you expect to work with terminals, which usually is open a terminal in this dir and its automatically there. |
So let me see if I understand what this feature is supposed to do: When terminal file mapping is on, this feature would open a new terminal for every file that is opened and make the mapped terminal active when the file is focused. Same thing for folder mapping but for each folder instead of each file. |
Describe the feature you'd like
Ala terminus
map to file
map to folder
Additional context
This is extremely helpful
The text was updated successfully, but these errors were encountered: