1.0.8 • Published 2 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.4

2 years ago

1.0.5

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago