pipe
.tools
↻ loop
⎘ copy
↗ share
☰ tools
$
stdin
84 chars · 6 lines
Hello World This is a test hello again Another Line this is duplicate This is a test
stdout
0 chars · 1 lines
Tools
36
✕
Aa
Text
uppercase
Convert text to UPPERCASE
lowercase
Convert text to lowercase
slugify
Convert text to URL-safe slug
case-convert
Convert between camelCase, snake_case, kebab-case, PascalCase
sort-lines
Sort lines alphabetically
unique-lines
Remove duplicate lines
reverse-lines
Reverse line order
number-lines
Add line numbers
trim-lines
Trim whitespace from each line
squeeze
Collapse consecutive whitespace and blank lines
wrap
Hard-wrap text at N columns
grep
Filter lines matching a pattern
{ }
Encode
base64-encode
Encode text as Base64
base64-decode
Decode Base64 to text
url-encode
Percent-encode text for URLs
url-decode
Decode percent-encoded text
html-encode
Escape HTML entities
html-decode
Unescape HTML entities
jwt-decode
Decode a JWT token (no verification)
⟐
Data
json-format
Pretty-print JSON
json-minify
Minify JSON
json-keys
Extract top-level keys from JSON
csv-to-json
Convert CSV to JSON array
#
Stats
wc
Count lines, words, characters, reading time
char-freq
Character frequency analysis
word-freq
Word frequency analysis
⚡
Gen
uuid
Generate UUID v4
timestamp
Current Unix timestamp and ISO date
hash
SHA-256 hash of input
lorem
Generate lorem ipsum paragraphs
◷
Time
epoch-to-human
Convert Unix timestamp to human-readable date
human-to-epoch
Convert date string to Unix timestamp
.*
Regex
regex-extract
Extract all matches of a regex pattern
regex-replace
Replace text matching a regex pattern
</>
Web
md-to-html
Simple Markdown to HTML conversion
strip-html
Remove all HTML tags