# Overview Alternating Caps Command lets its users run a command like: ```bash acaps "Hello, world!" # or acaps Hello, world! ``` And it converts it into: ``` HeLlO, wOrLd! ``` Once the conversion is done, it will take a couple of milliseconds and save the converted text into your clipboard for convenience. The source code for this command can be found in [acaps GitHub repository](https://github.com/sid-the-loser/acaps).