Skip to content

ElleNajt/oneko-macs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Readme

Oneko in emacs, following your cursor!

./recording.gif

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:

  1. Follow Closely – the character will chase your cursor closely.
  2. Minibuffer – the character will chase your cursor, but cannot move in the y-axis.
  3. Random – the character wanders randomly around the screen.
  4. Runs Away – oneko tries to get as far away as possible from your cursor.

To stop, evaluate:

(oneko-macs--stop-oneko)

Installation

Straight

(package! oneko-macs
  :recipe (:host github
           :repo "ElleNajt/oneko-macs"))

Melpa

System support and requirements.

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 )

About

Emacs Oneko

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published