@smartlangguard/daemon
v0.1.5
Published
SmartLangGuard Daemon - Background clipboard monitor + global hotkey for fixing keyboard layout mistakes
Maintainers
Readme
@smartlangguard/daemon
SmartLangGuard Daemon - Background clipboard monitor + global hotkey for fixing keyboard layout mistakes.
Installation
npm install -g @smartlangguard/daemonOr use the CLI directly (recommended):
npm install -g @smartlangguard/cli
smartlangguard daemon # starts the daemonUsage
# Start daemon
smartlangguard-daemon
# Or via CLI
smartlangguard daemonFeatures
- Clipboard Monitor - Auto-fixes clipboard contents (1s polling)
- Global Hotkey -
Ctrl+Shift+Spacefixes current clipboard - Local HTTP API - On port 41783 for browser extensions
- OS Notifications - Cross-platform notifications
HTTP API (port 41783)
# Fix a string
curl -X POST http://localhost:41783/fix \
-H "Content-Type: application/json" \
-d '{"text": "high"}'
# Fix current clipboard
curl -X POST http://localhost:41783/clipboard/fix
# Get daemon status
curl http://localhost:41783/statusPlatform Notes
- macOS: Requires Accessibility permission for hotkey
- Linux: Requires
xclip/xsel/wl-clipboard+xbindkeys - Windows: Uses PowerShell for clipboard + hotkey
License
UNLICENSED - © 2026 SmartLangGuard.
