You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split each line at a delimiter into multiple lines
Join all lines with a glue string
Join all lines using a glue string
Join every N lines
Group lines into blocks of N and join each block
Pad lines at start
Left-pad each line to a target length
Pad lines at end
Right-pad each line to a target length
Filter Lines
Command
Description
Filter lines: keep matching string
Keep only lines containing a string
Filter lines: remove matching string
Remove lines containing a string
Filter lines: keep matching regex
Keep only lines matching a regex
Filter lines: remove matching regex
Remove lines matching a regex
Filter lines into new note: keep matching string
Same as above, output to a new note
Filter lines into new note: remove matching string
Same as above, output to a new note
Filter lines into new note: keep matching regex
Same as above, output to a new note
Filter lines into new note: remove matching regex
Same as above, output to a new note
Filter commands remember the last 10 queries used.
Encoding
Command
Description
URL encode
Percent-encode special characters
URL decode
Decode percent-encoded characters
HTML entity encode
Encode <, >, &, ", ' as HTML entities
HTML entity decode
Decode HTML entities
Base64 encode
Encode to Base64
Base64 decode
Decode from Base64
JSON escape (to string)
Escape text as a JSON string literal
JSON unescape
Unescape a JSON string literal
Convert decimal to hex
Convert each decimal integer to hexadecimal
Convert hex to decimal
Convert each hexadecimal value to decimal
Numbers
Command
Description
Increase numbers by 1
Increment every integer in the selection
Decrease numbers by 1
Decrement every integer in the selection
Increase numbers by custom step
Increment by a specified amount
Decrease numbers by custom step
Decrement by a specified amount
Generate / Insert
Command
Description
Insert GUID (with dashes)
Insert a UUID v4 xxxxxxxx-xxxx-…
Insert GUID (no dashes)
Insert a UUID v4 without dashes
Insert GUID (with braces)
Insert a UUID v4 {xxxxxxxx-…}
Insert GUID (C# constructor)
Insert new Guid("…")
Insert random integer from range
Random integer between min and max
Insert random real number from range
Random floating-point number
Insert random hexadecimal number from range
Random hex value
Insert lorem ipsum sentence
Insert a single Lorem Ipsum sentence
Insert lorem ipsum paragraph
Insert a Lorem Ipsum paragraph
Insert sequence: uppercase letters
A, B, C…
Insert sequence: lowercase letters
a, b, c…
Insert sequence: NATO phonetic alphabet
Alpha, Bravo, Charlie…
Insert sequence: long month names
January, February…
Insert sequence: short month names
Jan, Feb…
Insert sequence: long day names
Monday, Tuesday…
Insert sequence: short day names
Mon, Tue…
Insert timestamp (local)
Current date/time in local time
Insert timestamp (UTC / ISO 8601)
Current date/time in UTC
Insert Unix timestamp
Current Unix epoch seconds
Advanced
Command
Description
Format as table
Align columns using a configurable delimiter
Extract with regex
Extract and reformat lines using capture groups
Duplicate selection
Duplicate each selected block
Text Slots
Command
Description
Text slot 1–5: set
Store the current selection in a named slot
Text slot 1–5: paste
Insert the stored slot content at the cursor
Line Numbers
Command
Description
Insert line numbers (sequential)
Prefix lines 1, 2, 3…
Insert line numbers (real)
Prefix lines with their actual file line number
Contributing
Contributions are welcome and appreciated! Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
License
This project is licensed under the MIT License — see the LICENSE file for details.