-
Notifications
You must be signed in to change notification settings - Fork 47
Command Line Reference
Command|Arguments|Example|Result
--- | --- | --- | --- | ---
N M P|N: Start number (required)
M: Increment by this number (optional, default: 1))
P: Number of left-padding zeroes (optional, default: 0)|1 1 0|1|
2|
3|
words WRD... |WRD: an alphanumeric word.|words lorem ipsum dolor|lorem|
ipsum|
dolor|
range START END |START: the start number
END: the end number|range 5 7|5|
6|
7|
5|
6|
7|
uuid||uuid|bdaf6339-9f2b-41bf-8cc8-b5566e3236c9|
UUID||UUID|DB01499E-F2B4-4926-8C14-7BB97A1F3D81|
p SEP|SEP: separator (optional, default: any whitespace)|p|lorem|
ipsum|
dolor|
pn|Same as p, but uses newline as separator|pn|lorem|
ipsum|
dolor|
regex REGEX|REGEX: a regular expression|regex [\W]|(Note: if content of clipboard was: this.is#a-test)
this|
is|
a|
Selection Command | Description |
---|---|
find REGEX | Creates new selection |
add REGEX | Add to current selection |
remove REGEX | Remove from current selection |
split REGEX | Split selection. If REGEX is empty, filter by non-word characters (\W) |
filter REGEX | Find in current selection, remove everything that doesn't match |
{
"presets": {
"days": ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"],
"months": ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
"letters": ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"],
"greek": ["Alpha", "Beta", "Gamma", "Delta", "Epsilon", "Zeta", "Eta", "Theta", "Iota", "Kappa", "Lambda", "Mu", "Nu", "Xi", "Omicron", "Pi", "Rho", "Sigma", "Tau", "Upsilon", "Phi", "Chi", "Psi", "Omega"]
}
}
Requires the Case Conversion plugin by jdc0589.
- snake
- camel
- pascal
- dot
- dash
- cap / caps
Experimental, needs setup and further testing
- node
- pyhton
- ruby