warpd
Keyboard-driven mouse cursor control
TLDR
Run in normal mode
$ warpd --normal
Run in hint mode$ warpd --hint
SYNOPSIS
warpd [OPTIONS]
DESCRIPTION
warpd is a modal keyboard-driven pointer manipulation program. It allows controlling the mouse cursor using keyboard shortcuts, similar to vim-style navigation.
Normal mode uses hjkl for cursor movement. Hint mode overlays letters on clickable elements for quick navigation.
KEY BINDINGS
h
Move cursor leftj
Move cursor downk
Move cursor upl
Move cursor rightm
Left click
CAVEATS
Requires X11 or Wayland. Key bindings may conflict with other applications. Learning curve for modal interaction style.
