Skip to content
View vinaywadhwa's full-sized avatar
Block or Report

Block or report vinaywadhwa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. justwatch-alfred justwatch-alfred Public

    Alfred workflow to easily find where to stream your movies/tv-shows. Based on an unofficial Justwatch API.

    Python 29 3

  2. Google-Account-Switcher---Alfred Google-Account-Switcher---Alfred Public

    An Alfred workflow to Switch Google/GSuite accounts on Google websites (Gmail, Drive, Calendar) with keyboard shortcuts.

    10

  3. App-Launcher-Assistant App-Launcher-Assistant Public

    Launch your own apps with your device's assistant button/gesture.

    Java 7 1

  4. highfive-no-touch-android highfive-no-touch-android Public

    High five ✋ with others by waving 👋 your phone at them.

    Kotlin 2

  5. Android Debug Bridge (adb) Wireless ... Android Debug Bridge (adb) Wireless Debugging Over Wi-Fi - Switch on wifi debugging in ALL devices connected (via USB, with USB debugging enabled) to your computer (tested on Mac OS)
    1
    for line in `adb devices | grep -v "List" |grep -v ":" | awk '{print $1}'`
    2
    do
    3
      device=`echo $line | awk '{print $1}'`
    4
      echo "Running commands for $device"
    5
      echo "Restarting $device in TCP mode on port 5555..."