| π | google show keyboard | show the keyboard input when the Google app is opened (AutoInput required) |
| π¦ | shake torch | shake your phone to toggle the torch |
Β
| #!/usr/bin/env bash | |
| function get_headphones_index() { | |
| echo $(pacmd list-cards | grep bluez_card -B1 | grep index | awk '{print $2}') | |
| } | |
| function get_headphones_mac_address() { | |
| local temp=$(pacmd list-cards | grep bluez_card -C20 | grep 'device.string' | cut -d' ' -f 3) | |
| temp="${temp%\"}" | |
| temp="${temp#\"}" |
| ## | |
| # These commands can all be run as Tasker shell commands, or through adb | |
| # NOTE ON ROOT: I noticed many commands work through the adb shell, but fail in tasker unless using ROOT. If you tasks fail, try enabling root for it | |
| ## | |
| ## SETTING THINGS | |
| # Enable deep doze | |
| dumpsys deviceidle force-idle |
| #!/bin/bash | |
| if [ $# -lt 3 ] | |
| then | |
| echo "Usage: $0 email password imageKey" | |
| exit | |
| fi | |
| email="$1" | |
| shift | |
| pass="$1" |
| π | google show keyboard | show the keyboard input when the Google app is opened (AutoInput required) |
| π¦ | shake torch | shake your phone to toggle the torch |
Β
| name | description | version | |
|---|---|---|---|
| change case | change the case of selected text | ||
| dynaclip | basic web clipper for dynalist.io | ||
| file properties | open properties for the selected file | 1.1 | |
| google time range | π | switch between the various time ranges (hour, day, week, month, year) | |
| goto open folder | π | show a list of open folders when youre at a "save as" or "open" dialog | 1.3 |
| i.mage | π§ββοΈ | one click image download | 0.1 |
| [lightshot+](https://gist.github.com/da |
IFTTT-style application actions using auditing and scheduled tasks under Windows
The script audits a trigger application to make it raise an event when it's executed, then schedules a task to run an action command on that event. For example an automation script, or a batch file, or another app.
If you're going to work with [AutoHotKey] scripts, I recommend that you download and install [Sublime Text 3], which is an excellent editor for all sorts of languages, including AutoHotKey .AHK files. To get the most out of Sublime Text 3 when editing AHK files:
install and using your directional keys (up/down), highlight Package Control: Install Package and press Enterautohotkey, and when all the results are filtered to just the one AutoHotKey package and it is highlighted, press Enter. This will install the AutoHotKey package.