Devly v2.0.0 - CLI for 50+ dev tools on macOS (Base64, JSON, hashing, UUID, etc.)
Just added CLI support to Devly.
brew install aarush67/tap/devlycli
devly base64 "Hello World"
cat data.json | devly jsonformat > pretty.json
echo "password" | devly hash
devly cron "0 9 * * 1-5"
echo "test" | devly base64 | devly hash
Full tool list: https://devly.techfixpro.net/docs/tools/
CLI docs: https://devly.techfixpro.net/docs/cli-usage/
Requires the Devly Mac App Store app, the CLI delegates all processing to it and runs it headless.