As configured in my dotfiles.
start new:
tmux
start new with session name:
| # Copyright 2012 Erlware, LLC. All Rights Reserved. | |
| # | |
| # This file is provided to you under the Apache License, | |
| # Version 2.0 (the "License"); you may not use this file | |
| # except in compliance with the License. You may obtain | |
| # a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, |
| <?php | |
| require('workflows.php'); | |
| $w = new Workflows(); | |
| // Grab input and build query url string | |
| $in = "{query}"; | |
| $url = "http://completion.amazon.co.uk/search/complete?method=completion&q=".urlencode( $in )."&search-alias=aps&mkt=4&x=updateISSCompletion&noCacheIE=1295031912518"; | |
| // Grab the data from Amazon | |
| $str = $w->request( $url ); |
As configured in my dotfiles.
start new:
tmux
start new with session name:
| *.pbxproj -crlf -diff -merge |