cargo-mote

Crates.iocargo-mote
lib.rscargo-mote
version0.1.3
sourcesrc
created_at2021-01-14 05:09:28.115316
updated_at2024-02-07 10:28:22.877602
descriptionControl Roku TVs from your terminal
homepage
repositoryhttps://github.com/wbrickner/mote
max_upload_size
id341755
size72,211
Will Brickner (wbrickner)

documentation

README

mote - Control Roku TVs From Your Terminal

I'm always losing my remote, so I created mote.

(Demo video: https://youtu.be/ggFXd2zFtWg)

Installation

NOTE: This crate has a dependency which requires the nightly toolchain.

$ cargo +nightly install cargo-mote

Usage

$ cargo mote

Inputs:

  • Space - Ok

  • w - Up

  • a - Left

  • s - Down

  • d - Right

  • p - Power

  • h - Home

  • m - Mute

  • Up Arrow - Increase Volume

  • Down Arrow - Decrease Volume

  • Left Arrow - Instant Replay

  • * - Star / Info

Special

  • Tab - Cycle through devices
  • i - Show more device info

Have fun!

License [MIT]

MIT License

Copyright (c) 2020 Will Brickner

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Commit count: 11

cargo fmt