From 1e22041d424f143790f41869e74b54de39bab1b2 Mon Sep 17 00:00:00 2001 From: MarekWo Date: Fri, 9 Jan 2026 21:49:00 +0100 Subject: [PATCH] docs: Add Interactive Console to features and usage - Add Console to Key Features list - Add Console to Basic Usage section - Add Console to Completed Features checklist Co-Authored-By: Claude Opus 4.5 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9bb1b87..6fcdb18 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ A lightweight web interface for meshcore-cli, providing browser-based access to - **Smart notifications** - Unread message counters per channel with cross-device sync - **Contact management** - Manual approval mode, filtering, cleanup tools - **Message archives** - Automatic daily archiving with browse-by-date selector +- **Interactive Console** - Direct meshcli command execution via WebSocket - **PWA support** - Browser notifications and installable app (experimental) - **Full offline support** - Works without internet (local Bootstrap, icons, emoji picker) @@ -132,6 +133,7 @@ For detailed feature documentation, see the [User Guide](docs/user-guide.md). 3. **Switch channels** - Use the dropdown in navbar 4. **Direct Messages** - Access via menu (☰) → "Direct Messages" 5. **Manage contacts** - Access via menu (☰) → "Contact Management" +6. **Console** - Access via menu (☰) → "Console" for direct meshcli commands For complete usage instructions, see the [User Guide](docs/user-guide.md). @@ -173,6 +175,7 @@ For complete usage instructions, see the [User Guide](docs/user-guide.md). - [x] Message Content Enhancements - Mention badges, clickable URLs, image previews - [x] PWA Notifications (Experimental) - Browser notifications and app badge counters - [x] Full Offline Support - Local Bootstrap libraries and Service Worker caching +- [x] Interactive Console - Direct meshcli access via WebSocket with command history ### Next Steps