This file contains hidden or 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
{ | |
"variables": [], | |
"info": { | |
"name": "Wonde Public", | |
"_postman_id": "b3aa5296-5aaf-a253-f6a1-14a4f71b7e15", | |
"description": "", | |
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json" | |
}, | |
"item": [ | |
{ |
This file contains hidden or 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 | |
# AWS CodePipeline execution status | |
# | |
# by Darren Hodges (http://github.com/hodglim) | |
# | |
# <bitbar.title>AWS CodePipeline execution status</bitbar.title> | |
# <bitbar.version>v1.0</bitbar.version> | |
# <bitbar.author>Darren Hodges</bitbar.author> | |
# <bitbar.author.github>hodglim</bitbar.author.github> |
This file contains hidden or 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 | |
# AWS ECS cluster status | |
# | |
# by Darren Hodges (http://github.com/hodglim) | |
# | |
# <bitbar.title>AWS ECS cluster status</bitbar.title> | |
# <bitbar.version>v1.0</bitbar.version> | |
# <bitbar.author>Darren Hodges</bitbar.author> | |
# <bitbar.author.github>hodglim</bitbar.author.github> |
This file contains hidden or 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
#!/usr/bin/env ruby | |
# <bitbar.title>Battery Apple Bluetooth keyboard</bitbar.title> | |
# <bitbar.version>1.0</bitbar.version> | |
# <bitbar.author>Alexandre Espinosa Menor</bitbar.author> | |
# <bitbar.author.github>alexandregz</bitbar.author.github> | |
# <bitbar.desc>Show battery percentage for Bluetooth Keyboard</bitbar.desc> | |
# <bitbar.image>http://i.imgur.com/1FlcPYx.png</bitbar.image> | |
# | |
# command from https://github.com/matryer/bitbar-plugins/issues/84 by @keithamus | |
# works fine with Apple Keyboard |
This file contains hidden or 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
#!/usr/bin/env ruby | |
# <bitbar.title>Battery Apple Bluetooth keyboard</bitbar.title> | |
# <bitbar.version>1.0</bitbar.version> | |
# <bitbar.author>Alexandre Espinosa Menor</bitbar.author> | |
# <bitbar.author.github>alexandregz</bitbar.author.github> | |
# <bitbar.desc>Show battery percentage for Bluetooth Keyboard</bitbar.desc> | |
# <bitbar.image>http://i.imgur.com/1FlcPYx.png</bitbar.image> | |
# | |
# command from https://github.com/matryer/bitbar-plugins/issues/84 by @keithamus | |
# works fine with Apple Keyboard |