-
Notifications
You must be signed in to change notification settings - Fork 47
Command Line Reference
duydao edited this page Nov 12, 2014
·
22 revisions
Comamnd|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 ||uuid
UUID|bdaf6339-9f2b-41bf-8cc8-b5566e3236c9
B92B7805-3CF5-4F10-96E3-1979BBC4E0C1|
- 1 1 0
- words
- range
- uuid
- p
- pn
- regex / r
- search
- find
- add
- reduce / remove / subtract
- filter
{
"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