[00] home
[06] more
/tools
/games
/pomodoro
ls -la /system/bin/utils
System Utilities
Select a utility to execute.
[01]
json_format
Beautify, minify, and validate JSON data.
[02]
jwt_decode
Decode and inspect JWT header and payload.
[03]
base64_codec
Encode and decode Base64 binary-to-text.
[04]
date_convert
Convert Unix timestamps to human dates.
[05]
uuid_gen
Generate secure version 4 UUIDs.
[06]
url_codec
Encode and decode URL-safe parameters.
[07]
sha256_sum
Generate high-security SHA-256 hashes.
[08]
grep_sim
Test and validate regular expressions.
[09]
text_diff
Compare two text blocks side-by-side.
[10]
cron_tab
Translate cron expressions to human-readable text.
[11]
sql_prettify
Format and beautify raw SQL queries.
[12]
json_to_code
Convert JSON to Scala Case Classes or Python DataClasses.