You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add --smooth and --duration-ms flags to move-mouse
Support human-like Bezier curve mouse movement from the CLI.
Smooth is enabled by default; pass --smooth=false for instant teleport.
Use --duration-ms to control movement timing (50-5000ms).
Made-with: Cursor
computerMove.Flags().Int64("duration-ms", 0, "Target duration in ms for smooth movement (50-5000, 0 for auto)")
2242
2256
2243
2257
computerScreenshot:=&cobra.Command{Use: "screenshot <id>", Short: "Capture a screenshot (optionally of a region)", Args: cobra.ExactArgs(1), RunE: runBrowsersComputerScreenshot}
0 commit comments