Skip to content

Instantly share code, notes, and snippets.

@grantlucas
grantlucas / tmux-osx.conf
Created May 7, 2015 18:06
OSX Specific Tmux Config
# Tmux conf file to use on OSX machines to get copy and past to work properly
set -g default-command "reattach-to-user-namespace -l zsh"
# OSX Copy mode
bind y run "tmux save-buffer - | reattach-to-user-namespace pbcopy"
@grantlucas
grantlucas / tmux.conf
Created May 7, 2015 18:05
My Main Tmux Config
set -g default-terminal "screen-256color"
# Source OSX Tmux conf file
source-file ~/.tmux-osx.conf
# Increase history limit
set -g history-limit 10000
# Remap prefix to control + f
set -g prefix C-f

Keybase proof

I hereby claim:

  • I am grantlucas on github.
  • I am grantlucas (https://keybase.io/grantlucas) on keybase.
  • I have a public key whose fingerprint is 4826 02BF 213C 3B0C 64C0 6946 8E63 B178 BE2D 634A

To claim this, I am signing this object:

@grantlucas
grantlucas / xcode_build_autoincrement_on_archive.sh
Created April 20, 2014 21:41
Xcode automatic build number incrementing only on change and when creating an archive
#!/bin/sh
## Information Sources
# Information and scripts were adapted from the following sources to match my particular setup
#
# Building only on archive
# http://stackoverflow.com/questions/9855955/xcode-increment-build-number-only-during-archive
#
# Incrementing build number only when files change
# http://stackoverflow.com/questions/9258344/better-way-of-incrementing-build-number

Open Reader Feed Resources

Under Development

This document details feed resources which are not tied to the context of a specific user.

TODO: Since the majority of feed interaction will be within the context of users, there's not a whole lot to this document. Still think it's important to have it to separate the contexts though.

Resources

Open Reader User Feed Resources.md

Under Development

This document specifies the resources that would be used for retrieving feed related data within the context of a user.

Resources

  • User's feeds
  • GET user/feeds

Open Reader User Resources

Under Development

This document details user resources for services that support the Open Reader API. User resources cover user management and authentication.

Resource

  • User creation
  • POST user