jongalloway / jongalloway/pptx-tools

Feature: CLI enhancements — dry-run, output formats, watch mode, shell completions

Open
#136 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement go:needs-research go:no squad squad:copilot squad:mccauley type:feature
Dominant language
C#
Stars
9
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Enhance CLI experience with:

  • --dry-run flag (preview changes without modifying file)
  • --output-format option (JSON, CSV, table for all commands)
  • --watch mode (continuous file monitoring)
  • shell completion scripts (bash, zsh, PowerShell via System.CommandLine)

Business value: safer operations, scriptability, developer productivity.

Complexity: Medium. Note: depends on CLI interface (#94) shipping first.

Contributor guide

Open the contributing guide

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 with the CLI interface work in issue #94, since this enhancement depends on it shipping first. Break the scope into dry-run, output formats, watch mode, and shell completions, then confirm how each fits the CLI. Done means all four capabilities are supported without modifying files during dry runs, with JSON, CSV, table, and the listed shell completions available.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
cli
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.