percona / percona/support-snippets

Implement --screenify or --tmuxify

Open
#33 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

deploy_lxc
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

  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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.