Converts any text entered by the user to uppercase and automatically copies the result to your clipboard.
autocaps "Your text here."YOUR TEXT HERE.
# Basic usage
autocaps "hello world"
# Output: HELLO WORLD
# Multiple words
autocaps "this is a test"
# Output: THIS IS A TEST