Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 807 Bytes

README.md

File metadata and controls

58 lines (36 loc) · 807 Bytes

Alfred Strlen

Show string length with Alfred.

screenshot

Installation

Install via Packal

Alfred Strlen

Install manually

Download and import alfred-strlen.alfredworkflow.

Dependencies

Usage

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

Credit

License

MIT