-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
This is more like feature request or request of behavior change.
A. Here is the behavior when I didn't pass the cmd argument.
Steps:
- run 'dvtm' command.
- exit the shell by typing ^d.
Result:
The shell and dvtm is exit.
B. Here is current behavior when I run dvtm with cmd argument.
Steps:
- run 'dvtm python' command.
- exit the python by typing ^d.
My expected result:
Python and dvtm is exit.
Actual result:
The python is exit and dvtm starts another shell.
So, dvtm is not exit.
Does this behavior is expected?
Is there any way to skip open new shell?
Version
$ dvtm -v
dvtm-0.15+40.g311a8c0-1build1 © 2007-2016 Marc André Tanner
Use case
I want to open new window like:
xterm -e 'dvtm python'
And expected the window is closed when exist the python.
Metadata
Metadata
Assignees
Labels
No labels