Skip to content
/ aye Public
forked from thgs/aye

A small remote control app for your laptop

Notifications You must be signed in to change notification settings

BKirev/aye

 
 

Repository files navigation

About Aye

Well this is my small remote control. Ever wanted to change the volume on your laptop that is a couple of meters away from you and had to stand up and do it? Is your phone next to you ? Well.. this app tries to allow you control over your laptop computer from your phone.

Help

To start artisan serve I use this in zsh, so it starts in correct interface

aye() {
    ~/artisan serve --host=$(ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1 -d'/')
}

Contributing

Any contribution is welcome

About

A small remote control app for your laptop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 82.0%
  • HTML 16.2%
  • JavaScript 1.2%
  • Vue 0.6%