Oneko in emacs, following your cursor!
A silly package that uses the classic shell script oneko to make a kitty in emacs follow the location of your cursor. This is achieved by using xdotool to move the mouse along with your cursor, so that oneko chases it.
To run, evaluate:
(oneko-macs--choose-oneko)
Then choose the follower and the style.
Available styles:
- Follow Closely – the character will chase your cursor closely.
- Minibuffer – the character will chase your cursor, but cannot move in the y-axis.
- Random – the character wanders randomly around the screen.
- Runs Away – oneko tries to get as far away as possible from your cursor.
To stop, evaluate:
(oneko-macs--stop-oneko)
(package! oneko-macs
:recipe (:host github
:repo "ElleNajt/oneko-macs"))
Requires oneko.
- Linux with X11 : requires xdotool.
- Linux with Wayland : Not supported (PR Welcome - just change oneko-macs–move-mouse-system )
- Windows : Not supported (PR Welcome - just change oneko-macs–move-mouse-system )
- Mac : Not supported (PR Welcome - just change oneko-macs–move-mouse-system )