mirror of
https://github.com/cs01/termpair.git
synced 2026-04-26 21:15:55 +03:00
[GH-ISSUE #92] when i close the terminal ,the termpair still runs in backround ,but it is useless in this case; how could i run it in backgroud? #28
Labels
No labels
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termpair#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dualven on GitHub (Dec 2, 2021).
Original GitHub issue: https://github.com/cs01/termpair/issues/92
termpair share --host https://10.60.100.192 --port 8000
then it is ok to be used ,
but when I close the terminal , the link like this:
https://10.60.100.192:8000/?terminal_id=02453c7728c8cf7a49dc2cbc8df6c109#ATM+7fg7q2hxT3GRtNdeyQ==
will lose the effect .
@cs01 commented on GitHub (Dec 2, 2021):
That is by design.
It would be possible to modify termpair to run detached from any local terminals, but that would require a code change.
@dualven commented on GitHub (Dec 3, 2021):
ok ,thanks