Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 374 Bytes

File metadata and controls

29 lines (20 loc) · 374 Bytes

AutoCaps

Description

Converts any text entered by the user to uppercase and automatically copies the result to your clipboard.

Usage

autocaps "Your text here."

Output

YOUR TEXT HERE.

Examples

# Basic usage
autocaps "hello world"
# Output: HELLO WORLD

# Multiple words
autocaps "this is a test"
# Output: THIS IS A TEST