Skip to content

Instantly share code, notes, and snippets.

View robtarr's full-sized avatar

Rob Tarr robtarr

View GitHub Profile
@neilrenicker
neilrenicker / sublime-key-bindings.sublime-keymap
Last active December 27, 2015 13:49
Simple key bindings for multiple panes in Sublime Text 2
[
//** CUSTOM SET_LAYOUT BINDINGS **//
{
"keys": ["super+alt+left"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.33, 1.0],
@mr-deamon
mr-deamon / Fridaybeer.md
Last active April 6, 2022 21:54
Fridaybeer for Dashing

#FridayBeer for Dashing ##Description Show your need for a friday-afternoon beer to your office-mates. ##Usage

  1. Download Gist
  2. Add Widget to your Dashboard:
<li data-row="1" data-col="1" data-sizex="8" data-sizey="6" style="z-index: 99999999">
  <div data-id="beer" data-view="Fridaybeer"></div>

Demo: http://dashing-github-issues.herokuapp.com/

This will give you a way to display a Dashing graph widget with a sub-set of github issues. Built on top of the graph widget and jwalton's github milestone widget.

To use:

  • Add the following to your gemfile:
  •   gem 'rest-client'
    
@rcdilorenzo
rcdilorenzo / change-harvest-format.md
Created November 13, 2017 16:54
Change format for newer (2017) Harvest installs from the App Store

To read your settings, run:

defaults read ~/Library/Containers/com.getharvest.harvestxapp/Data/Library/Preferences/group.com.getharvest.Harvest.Documents.plist

To change the time format to HH:MM, run

defaults write ~/Library/Containers/com.getharvest.harvestxapp/Data/Library/Preferences/group.com.getharvest.Harvest.Documents.plist TimeFormat hours_minutes

Restart the Harvest App, and it should now display HH:MM (I tested this)