Skip to content

lyova24/boba-cat

Repository files navigation

boba-cat

fully vibe-coded cat enjoying some boba on your desktop

usage (.deb example)

  • download .deb from releases or build it yourself
    # build using this
    lzlobin@laptop:~$ npm run make
    
    # or this
    lzlobin@laptop:~$ electron-forge make
  • install
    # path/to/deb depends on the prev step
    # it is in /out/make/deb/... if you built app yourself
    lzlobin@laptop:~$ dpkg -i path/to/deb
  • check
    lzlobin@laptop:~$ which boba-cat 
    /usr/bin/boba-cat
  • run
    lzlobin@laptop:~$ nohup boba-cat >/dev/null 2>&1 &

controls

  • left-click - hide the cat for a short period of time
  • right-click - close the cat (quit an app)