Skip to content

Instantly share code, notes, and snippets.

View kdeldycke's full-sized avatar
🐇
Yak shaving the rabbit holes

Kevin Deldycke kdeldycke

🐇
Yak shaving the rabbit holes
View GitHub Profile
@kdeldycke
kdeldycke / gmvault.5h.py
Last active October 1, 2021 11:58
Old draft plugin to add Gmvault support to BitBar.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# <bitbar.title>Gmvault</bitbar.title>
# <bitbar.version>v1.0.0</bitbar.version>
# <bitbar.author>Kevin Deldycke</bitbar.author>
# <bitbar.author.github>kdeldycke</bitbar.author.github>
# <bitbar.desc>Run Gmvault Gmail backup regularly. You can install Gmvault with
# pip: $ pip install --upgrade gmvault</bitbar.desc>
# <bitbar.dependencies>python,gmvault</bitbar.dependencies>
# <bitbar.image></bitbar.image>
@kdeldycke
kdeldycke / keyboard-ioreg-imac.log
Last active September 14, 2016 14:47
Microsoft Sculpt Ergonomic Keyboard - OSX IDs
$ ioreg -n IOHIDKeyboard -r
+-o IOHIDKeyboard <class IOHIDKeyboard, id 0x10000845a, registered, matched, active, busy 0 (0 ms), retain 10>
| {
| "HIDKeyboardSupportsF12Eject" = Yes
| "HIDVirtualDevice" = No
| "Transport" = "USB"
| "HIDKeyboardRightModifierSupport" = Yes
| "HIDKeyboardKeysDefined" = Yes
| "HIDDeviceEventID" = 33882
| "Product" = "Microsoft? 2.4GHz Transceiver v9.0"
set -x
rm -rf ./package-manager
git clone https://github.com/kdeldycke/bitbar-plugins.git ./package-manager
cd ./package-manager
git checkout master
git remote rm origin
git branch -D multi-linter