Show string length with Alfred.
Download and import alfred-strlen.alfredworkflow.
Show string length:
len hello, world
Output:
hello, world
12
Show number of characters (runes):
# ASCII characters
count hello, wolrd
Output:
hello, world
12
# UTF-8 characters
count 你好, 世界
Output:
你好, 世界
14
MIT