Awful Cases
Windows tray utility for changing the case and typography of selected text.
Awful Cases works through global hotkeys. Select text in any editable field, press a shortcut, and the app replaces the selection with the transformed version.
- Uppercase
- Lowercase
- Toggle case
- Title case
- Typography cleanup
- Sentence-level typography cleanup
- URL, email, file path and inline code protection
- Clipboard restoration after each transform
- Configurable hotkeys through
awful-cases.ini
All actions use Ctrl + Alt + Shift plus one key.
| Action | Shortcut |
|---|---|
| Uppercase | Ctrl + Alt + Shift + Up |
| Lowercase | Ctrl + Alt + Shift + Down |
| Toggle case | Ctrl + Alt + Shift + Right |
| Title case | Ctrl + Alt + Shift + Left |
| Typography cleanup | Ctrl + Alt + Shift + PgDn |
| Sentence typography | Ctrl + Alt + Shift + Delete |
| Settings | Ctrl + Alt + Shift + Home |
- Dashes
- Quotes
- Hyphens
- Spaces and punctuation spacing
- Short words with non-breaking spaces
- Phone numbers and email text
- Symbols such as ©, ® and ™
- Ellipsis
- Numbers and markers such as № and §
Windows.
AutoHotkey v2 is required only when running the .ahk source file directly.
Source code is licensed under the MIT License.
The Awful Cases name, icon, visual identity and branding assets are copyright Ivan Krushinsky and are not licensed for reuse as branding assets.
Author: Ivan Krushinski / looksawful. https://looksawful.ru
C:\> git clone https://github.com/looksawful/awful-cases.git
C:\> cd awful-cases
C:\awful-cases> .\awful-cases.exe
REM AutoHotkey v2 is required only when running the source file directly.
C:\awful-cases> .\awful-cases.ahk