-
Notifications
You must be signed in to change notification settings - Fork 82
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
Is this possibly useful? #144
base: master
Are you sure you want to change the base?
Conversation
I made opportunity open a file in the current view from terminus for example Traceback python: ` Traceback (most recent call last): File "/home/user/.pyenv/versions/3.7.4/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/home/user/.pyenv/versions/3.7.4/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) File "client/__main__.py", line 13, in <module> from module import settings ModuleNotFoundError: No module named 'module' `
Thanks, it of course sounds useful. I will merge it once I have a chance to test it |
Does this implementation also work for this case:
for opening |
not yet |
OK. It would be nice to support that too then. :) |
Also another example - a stack from
Both of those work in my terminal (iterm2) so it would be cool if those also worked in Terminus. |
This should be work |
I made opportunity open a file in the current window from terminus
for example Traceback python:
You can open each of files "/runpy.py", "/__main__.py"