Skip to content

wowxunyl/alfred-strlen

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Go 88.5%
  • Shell 11.5%