This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Instructions to run | |
# create-reminder "Say thanks to Luis for this wonderful IFTTT recipe!" | |
# Instructions to configure | |
# Save this file as /usr/local/bin/create-reminder | |
# Run chmod +x /usr/local/bin/create-reminder | |
# Change the following lines | |
event_name="create_reminder" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// OUTDATED | |
// See the current version here: | |
// github.com/b0o/surfingkeys-conf | |
// Unmap undesired defaults | |
var unmaps = [ "sb" , "sw", "ob" | |
, "ow" , "cp", ";cp" | |
, ";ap", "spa", "spb" | |
, "spd", "sps", "spc" | |
, "spi", "sfr", "zQ" |