https://github.com/liuzikai/alfred-text-utils
Alfred workflow to convert text cases and so on
https://github.com/liuzikai/alfred-text-utils
alfred alfred-workflow macos utilities utility
Last synced: 2 months ago
JSON representation
Alfred workflow to convert text cases and so on
- Host: GitHub
- URL: https://github.com/liuzikai/alfred-text-utils
- Owner: liuzikai
- License: mit
- Created: 2024-08-13T09:54:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T09:58:36.000Z (almost 2 years ago)
- Last Synced: 2025-06-25T22:43:06.609Z (about 1 year ago)
- Topics: alfred, alfred-workflow, macos, utilities, utility
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Alfred Text Utilities
=====================
* Convert the selected text to upper case (Default: Ctrl + Cmd + Shift + U)
* Convert the selected text to lower case (Default: Ctrl + Cmd + Shift + L)
* Convert the selected text to capital/title case
* Convert the selected text to smart capital/title case with escapes (e.g. "a",
"an", "to) (Default: Ctrl + Cmd + Shift + T)
* Wrap the selected text in C-style comment (/* */) (Default: Ctrl + Cmd + Shift + /)
* Convert the selected text to spaces/"="/"-" of the same length (as
placeholders)
* Convert text in Markdown (and so on) in clipboard to normal paragraphs by
replacing single linefeeds with spaces but preserve two or more consecutive
linefeeds (Default: keyword rmlf)