Skip to content

Instantly share code, notes, and snippets.

@woohgit
Created October 1, 2017 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woohgit/fe52109c95606e66a826da183366ebc4 to your computer and use it in GitHub Desktop.
Save woohgit/fe52109c95606e66a826da183366ebc4 to your computer and use it in GitHub Desktop.
rainbow_config.json
{
"HEARTBEAT_TIMEOUT": 120,
"IMAGE_ON_TERM": false,
"IMAGE_RESIZE_TO_FIT": false,
"THEME": "monokai",
"ASCII_ART": true,
"HIDE_PROMPT": true,
"PREFIX": "#owner#place#me#keyword",
"SEARCH_TYPE": "mixed",
"SEARCH_MAX_RECORD": 5,
"HOME_TWEET_NUM": 5,
"RETWEETS_SHOW_NUM": 5,
"CONVERSATION_MAX": 30,
"QUOTE_FORMAT": "#comment https://twitter.com/#owner/status/#tid",
"THREAD_META_LEFT": "(#id) #clock",
"THREAD_META_RIGHT": "#clock (#id)",
"THREAD_MIN_WIDTH": 20,
"NOTIFY_FORMAT": " #source_user #notify #clock",
"MESSAGES_DISPLAY": 5,
"TREND_MAX": 10,
"LIST_MAX": 5,
"ONLY_LIST": [],
"IGNORE_LIST": [],
"HISTORY_FILENAME": "completer.hist",
"IMAGE_SHIFT": 2,
"IMAGE_MAX_HEIGHT": 90,
"STREAM_DELAY": 0,
"USER_DOMAIN": "userstream.twitter.com",
"PUBLIC_DOMAIN": "stream.twitter.com",
"SITE_DOMAIN": "sitestream.twitter.com",
"FORMAT": {
"TWEET": {
"CLOCK_FORMAT": "%Y/%m/%d %H:%M:%S",
"DISPLAY": "\n id:#id #name #nick #clock \u267a:#rt_count \u2665:#fa_count #fav\n #tweet"
},
"MESSAGE": {
"CLOCK_FORMAT": "%Y/%m/%d %H:%M:%S",
"DISPLAY": "\n #sender_name #sender_nick #to #recipient_name #recipient_nick :\n #clock message_id:#id\n #message"
}
},
"POCKET_SUPPORT": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment