Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
20
Research direction
Review the Amethyst codebase to understand its core functionalities, particularly how window management commands are implemented internally. Look for any existing CLI related code or discussions in the issue comments (8 comments exist). Consider using Apple's ArgumentParser framework to design a simple command line interface that wraps existing functions. Investigate the project's build system (likely Xcode) to determine how to add a new executable target.