An open API service indexing awesome lists of open source software.

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

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)