Pomsky

pomsky — regex DSL that compiles to regular expressions

javimosch a5f5fa3 431 B Updated

File contents

pomsky Plugin

pomsky is a regular expression DSL that compiles regex-like syntax into standard regular expressions.

Quickstart

# Compile a pomsky pattern to regex
pomsky '([word]+) is "cool"'

# Test a pattern against input
pomsky 'start "hello" end' --test "hello world"

# Output as JSON
pomsky 'start .+ end' --json

javimosch/supercli/tree/main/plugins/pomsky/skills/quickstart commit a5f5fa3b58

Frequently asked questions

npx skillmds@latest add javimosch/pomsky