mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[PR #278] [MERGED] remove cli frontend in favor of cli subcommand #356
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#356
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:rework-cli-frontend📝 Commits (5)
d8e2c1erework cli frontend5fb0417add warning if there is no frontend available83c3319update docs5838364better error handlingd5ecc0afix list command📊 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.