mobile-shell / mobile-shell/mosh
add a way to list detached sessions
Open
Nobody has claimed this yet.
feature
- Dominant language
- C++
- Stars
- 14.5k
- Forks
- 865
- PR merge metrics
- No merged PRs in 30d
Description
The number of detached sessions can build up on a long-running server. It would be great to have a way of listing the sessions, especially in a way that can be fed to kill, such as:
kill $(mosh --list-detached)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the mosh command handles detached sessions and how session identifiers are exposed to the kill command. Done means a command such as mosh --list-detached lists the available detached sessions in a form that can be consumed by kill, as requested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100