prompt-toolkit / prompt-toolkit/python-prompt-toolkit

run as background process, connect to active terminal session

Open
#1,087 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
10.6k
Forks
815
PR merge metrics
No merged PRs in 30d

Description

I want to create an TUI that runs in the background but connects to an active terminal session on command. Is this possible?

I have an app that uses prompt_toolkit, that runs with python app.py; after (slow) initial startup it is quite responsive. Is is possible to keep it running in the background and connect to the tty of a terminal session, to avoid the delay of quitting/restarting the process?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no file or test. Start by reviewing prompt_toolkit's terminal and TTY handling alongside the Python app.py startup flow; determine whether reconnecting a background process to an active terminal is supported, and define a concrete implementation or documentation outcome before work begins.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.