Awesome
<div align="center"> <br /> <br /> <img src="./assets/logo.png" alt="DevHub LOGO" width="160" height="160"> <h1>DevHub</h1> <!--rehype:style=border: 0;--> <p> <a href="./README.zh.md">中文</a> • <a href="./README.ja.md">日本語</a> • <a href="#frequently-asked-questions">FAQ</a> • <a target="_blank" href="https://wangchujiang.com/#/contact">Contact & Support</a> </p> <p> <a target="_blank" href="https://apps.apple.com/app/devhub/id6476452351" title="DevHub AppStore"><img alt="DevHub AppStore" src="https://jaywcjlove.github.io/sb/download/macos.svg" height="51"> </a> <a target="_blank" href="https://www.producthunt.com/posts/devhub-6?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-devhub-6"><img alt="DevHub Product Hunt" src="https://jaywcjlove.github.io/sb/download/appstore.svg" height="51"> </a> </p> </div> <div align="center">minimum OS requirement: macOS 14.0
A feature-rich offline application, carefully crafted to support developers' daily tasks and ensure the highest security for their data.
I am actively developing it with a bold goal in mind: to release updates weekly. I strive to maintain a lean footprint, aiming to curate an extensive collection comprising over 100 utilities, providing developers with a diverse array of tools. This initiative reflects my commitment to continuous improvement, offering rich tools to empower developers. DevHub is more than just a coding companion;
The following tools have been completed:
- File Info
- Image Text Recognition
- Filename Extractor
- SSL Manager
- Image Watermark
- NPM Stat
- Blur Privacy
- Text Card
- App Icons
- Image Color Extraction
- Highlight Cursor
- Background Filler
- API Request
- Regex Expression Test
- Chmod Calculator
- Crontab Generator
- Date Converters
- Device Information
- Generate Password
- Life Countdown
- Temperature Converter
- Text To Speech
- PX/REM Converter
- Barcode Generator
- Random Number Generator
- Data Size Converter
- QRCode Reader/Generator
- WiFi QRCode Generator
- Event QRCode Generator
- Business Cards QRCode Generator
- Random Port Generator
- RSA Key Generator
- Color Converters
- Random Colors
- Chronometer
- ASCII To String
- String To ASCII
- Hash Generator
- Basic Auth Generator
- EXIF Viewer
- Image To Base64
- ICO Converter
- HTML Encode/Decode
- HTML Preview
- String Explorer
- Text To Base64
- Text to Unicode
- Text Case
- Text Diff
- Word Counter
- Morse Alphabet
- JSON Formatter
- Lorem Ipsum Generator
- UUID Generator
- URL Parser
- URL Encode/Decode
Frequently Asked Questions
DevHub Integrations
Integrations with DevHub are done via URL Scheme. You can use this to integrate with most apps and workflows. For example, integration with Raycast:
URL Scheme
DevHub supports various commands and parameters that allows you to activate the tool via a URL. For example, you can also use it as a link (e.g. in an HTML page) like this:
<a href="devhub://qrCodeEventGenerator">Click Here</a>
Or from Terminal.app / CLI:
# Enter in Terminal.app or bash:
open "devhub://qrCodeEventGenerator"
Or copy this to your browser address bar and hit Enter: devhub://qrCodeEventGenerator