percona / percona/support-snippets
Implement --screenify or --tmuxify
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 25
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Please implement an action to attach nodes to windows within a screen session:
deploy_lxc --screenify [node_name[,node_name[,etc]]]
If no node given, create screen session with one window for each of my lxc nodes;
If node names given, create session and one window for each named node.
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 at the deploy_lxc entry point and read how it parses actions, discovers the user's LXC nodes, and launches commands. Define completion as --screenify creating one screen window per discovered node when no names are supplied, or one window per named node when names are supplied, then verify both invocation forms manually.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100