Skip to content

Instantly share code, notes, and snippets.

// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: deep-gray; icon-glyph: magic;
const url = "http://pass.telekom.de/api/service/generic/v1/status";
const req = new Request(url);
req.allowInsecureRequest = true;
req.headers = {
"User-Agent":
"Mozilla/5.0 (iPhone; CPU iPhone OS 14_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1",
@g00m
g00m / g00m.zsh-theme
Last active June 5, 2019 03:25
g00m.zsh-theme
# brew install zsh
# sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# brew tap homebrew/cask-fonts
# brew cask install font-hack-nerd-font
SPACESHIP_GIT_SYMBOL=$'\uf113 '
FOLDER_SYMBOL=$'\ue5fe '
BRANCH_SYMBOL=$'\ue725'
###
module Fastlane
module Actions
module SharedValues
ANDROID_VERSION_UP_CUSTOM_VALUE = :ANDROID_VERSION_UP_CUSTOM_VALUE
end
class AndroidVersionUpAction < Action
def self.run(params)
# fastlane will take care of reading in the parameter and fetching the environment variable: