1.0.8 • Published 3 years ago

@hoto/alfred-path-to-regex v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Alfred path to regex

Alfred workflow to convert path to regex.
Useful for searching for endpoints in IDEs.

Install

npm install --location=global @hoto/alfred-path-to-regex

Example

Converts any parts of the path to .* only if:

  • if part contains any of: {, :, %s, 0-9
  • if part is all caps

npm.io

npm.io

Develop

Create symlink for rapid workflow development:

npm install --location=global

Publish:

git commit -am "Commit message"
npm version patch
npm publish --access public

Path icons created by Graphix Dxinerz - Flaticon

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.4

3 years ago

1.0.5

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago