Last active
September 3, 2019 19:42
-
-
Save ttscoff/9064738 to your computer and use it in GitHub Desktop.
Sample configuration file for SearchLink (~/.searchlink)
This file contains 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
# set to true to force inline links | |
inline: false | |
# set to true to add titles to links based on site title | |
include_titles: false | |
# if true, a failed iTunes search will fall back to Google | |
itunes_fallback: true | |
# change this to set a specific country for search (default US) | |
country_code: US | |
# set to true to include a random string in ref titles | |
# allows running SearchLink multiple times w/out conflicts | |
prefix_random: true | |
# append affiliate link info to iTunes urls, empty quotes for none | |
# example: | |
# itunes_affiliate: "&at=10l4tL&ct=searchlink" | |
itunes_affiliate: "&at=10l4tL&ct=searchlink" | |
# to create Amazon affiliate links, set amazon_partner to: | |
# [tag, camp, creative] | |
# Use the amazon link tool to create any affiliate link and examine | |
# to find the needed parts. Set to false to return regular amazon links | |
# example: amazon_partner: ["bretttercom-20","1789","390957"] | |
amazon_partner: [] | |
# To create custom abbreviations for Google Site Searches, | |
# add to (or replace) the hash below. | |
# "abbreviation" => "site.url", | |
# This allows you, for example to use [search term](!bt) | |
# as a shortcut to search brettterpstra.com. Keys in this | |
# hash can override existing search triggers. Make sure | |
# every line except the last ends in a comma | |
custom_site_searches: | |
bt: brettterpstra.com | |
md: www.macdrifter.com | |
tuaw: www.tuaw.com | |
ms: macstories.net | |
dd: www.leancrew.com | |
sp: macsparky.com | |
man: developer.apple.com | |
dev: developer.apple.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment