[PR #278] [MERGED] remove cli frontend in favor of cli subcommand #356

Closed
opened 2026-05-05 22:17:31 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/278
Author: @feschber
Created: 3/15/2025
Status: Merged
Merged: 3/15/2025
Merged by: @feschber

Base: mainHead: rework-cli-frontend


📝 Commits (5)

📊 Changes

15 files changed (+264 additions, -492 deletions)

View changed files

📝 Cargo.lock (+3 -1)
📝 README.md (+2 -2)
📝 lan-mouse-cli/Cargo.toml (+2 -0)
lan-mouse-cli/src/command.rs (+0 -153)
📝 lan-mouse-cli/src/lib.rs (+138 -269)
📝 lan-mouse-ipc/src/connect_async.rs (+10 -3)
📝 lan-mouse-ipc/src/lib.rs (+4 -0)
📝 nix/hm-module.nix (+2 -2)
📝 service/lan-mouse.service (+1 -1)
📝 src/capture_test.rs (+5 -1)
📝 src/client.rs (+7 -0)
📝 src/config.rs (+31 -29)
📝 src/emulation_test.rs (+12 -1)
📝 src/main.rs (+39 -30)
📝 src/service.rs (+8 -0)

📄 Description

this removes the cli frontend entirely, replacing it with a subcommand instead


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feschber/lan-mouse/pull/278 **Author:** [@feschber](https://github.com/feschber) **Created:** 3/15/2025 **Status:** ✅ Merged **Merged:** 3/15/2025 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `rework-cli-frontend` --- ### 📝 Commits (5) - [`d8e2c1e`](https://github.com/feschber/lan-mouse/commit/d8e2c1ef02695c3ab01990b09aa1a0b4f38dfbab) rework cli frontend - [`5fb0417`](https://github.com/feschber/lan-mouse/commit/5fb04176bee403db3e2144eb68815ef32af2df6a) add warning if there is no frontend available - [`83c3319`](https://github.com/feschber/lan-mouse/commit/83c3319a2643ebdd23dfb0ba7b033ef30acdccb7) update docs - [`5838364`](https://github.com/feschber/lan-mouse/commit/58383646f8245f62f5184b7e13a29d2b48c7f927) better error handling - [`d5ecc0a`](https://github.com/feschber/lan-mouse/commit/d5ecc0a931570e78bc0dc88da837d68cd40344d6) fix list command ### 📊 Changes **15 files changed** (+264 additions, -492 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+3 -1) 📝 `README.md` (+2 -2) 📝 `lan-mouse-cli/Cargo.toml` (+2 -0) ➖ `lan-mouse-cli/src/command.rs` (+0 -153) 📝 `lan-mouse-cli/src/lib.rs` (+138 -269) 📝 `lan-mouse-ipc/src/connect_async.rs` (+10 -3) 📝 `lan-mouse-ipc/src/lib.rs` (+4 -0) 📝 `nix/hm-module.nix` (+2 -2) 📝 `service/lan-mouse.service` (+1 -1) 📝 `src/capture_test.rs` (+5 -1) 📝 `src/client.rs` (+7 -0) 📝 `src/config.rs` (+31 -29) 📝 `src/emulation_test.rs` (+12 -1) 📝 `src/main.rs` (+39 -30) 📝 `src/service.rs` (+8 -0) </details> ### 📄 Description this removes the cli frontend entirely, replacing it with a subcommand instead --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 22:17:31 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/lan-mouse#356
No description provided.