Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaywcjlove/devhub
A feature-rich offline application, is meticulously crafted to support developers in their daily tasks while ensuring the utmost security of their data
https://github.com/jaywcjlove/devhub
application desktop-app developer-tools devhub jaywcjlove macos macos-app macosx swift swift-app swiftui swiftui-app swiftui-application tools
Last synced: 8 days ago
JSON representation
A feature-rich offline application, is meticulously crafted to support developers in their daily tasks while ensuring the utmost security of their data
- Host: GitHub
- URL: https://github.com/jaywcjlove/devhub
- Owner: jaywcjlove
- Created: 2024-02-22T12:10:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T12:48:50.000Z (20 days ago)
- Last Synced: 2024-10-29T23:50:02.499Z (8 days ago)
- Topics: application, desktop-app, developer-tools, devhub, jaywcjlove, macos, macos-app, macosx, swift, swift-app, swiftui, swiftui-app, swiftui-application, tools
- Language: Swift
- Homepage: https://wangchujiang.com/DevHub
- Size: 32.7 MB
- Stars: 1,465
- Watchers: 8
- Forks: 55
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
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;
![DevHub screenshots-1](./assets/screenshots-1.png)
The following tools have been completed:
- [x] Image Text Recognition
- [x] Filename Extractor
- [x] SSL Manager
- [x] Image Watermark
- [x] NPM Stat
- [x] Blur Privacy
- [x] Text Card
- [x] App Icons
- [x] Image Color Extraction
- [x] Highlight Cursor
- [x] Background Filler
- [x] API Request
- [x] Regex Expression Test
- [x] Chmod Calculator
- [x] Crontab Generator
- [x] Date Converters
- [x] Device Information
- [x] Generate Password
- [x] Life Countdown
- [x] Temperature Converter
- [x] Text To Speech
- [x] PX/REM Converter
- [x] Barcode Generator
- [x] Random Number Generator
- [x] Data Size Converter
- [x] QRCode Reader/Generator
- [x] WiFi QRCode Generator
- [x] Event QRCode Generator
- [x] Business Cards QRCode Generator
- [x] Random Port Generator
- [x] RSA Key Generator
- [x] Color Converters
- [x] Random Colors
- [x] Chronometer
- [x] ASCII To String
- [x] String To ASCII
- [x] Hash Generator
- [x] Basic Auth Generator
- [x] EXIF Viewer
- [x] Image To Base64
- [x] ICO Converter
- [x] HTML Encode/Decode
- [x] HTML Preview
- [x] String Explorer
- [x] Text To Base64
- [x] Text to Unicode
- [x] Text Case
- [x] Text Diff
- [x] Word Counter
- [x] Morse Alphabet
- [x] JSON Formatter
- [x] Lorem Ipsum Generator
- [x] UUID Generator
- [x] URL Parser
- [x] URL Encode/Decode![DevHub screenshots-2](./assets/screenshots-2.png)
![DevHub screenshots-3](./assets/screenshots-3.png)
![DevHub screenshots-4](./assets/screenshots-4.png)
![DevHub screenshots-5](./assets/screenshots-5.png)
![DevHub screenshots-6](./assets/screenshots-6.png)
![DevHub screenshots-7](./assets/screenshots-7.png)## 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:
![DevHub + Raycast](./assets/raycast.png)
**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:
```html
Click Here
```Or from **Terminal.app / CLI:**
```bash
# Enter in Terminal.app or bash:
open "devhub://qrCodeEventGenerator"
```Or copy this to your browser address bar and hit Enter: `devhub://qrCodeEventGenerator`