WTF on WTF - the terminal dashboard https://wtfutil.com/ Recent content in WTF on WTF - the terminal dashboard Hugo -- gohugo.io en-us Tue, 14 Aug 2018 01:51:58 -0700 Bittrex https://wtfutil.com/modules/cryptocurrencies/bittrex/ Mon, 04 Jun 2018 20:06:40 -0700 https://wtfutil.com/modules/cryptocurrencies/bittrex/ Added in v0.0.5. Get the last 24 hour summary of cryptocurrencies market using Bittrex. Source Code wtf/cryptoexchanges/bittrex/ Configuration bittrex:enabled:trueposition:top:1left:2height:3width:1refreshInterval:5summary:BTC:displayName:Bitcoinmarket:-LTC-ETHcolors:base:name:orangedisplayName:redmarket:name:redfield:whitevalue:green Attributes colors.base.name Values: Any X11 color name. colors.base.dispayName Values: Any X11 color name. colors.market.name Values: Any X11 color name. colors.market.field Values: Any X11 color name. colors.market.value Values: Any X11 color name. summary enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false. Attributes https://wtfutil.com/configuration/attributes/ Wed, 16 May 2018 21:51:23 -0700 https://wtfutil.com/configuration/attributes/ The following top-level attributes are configurable in config.yml. See this example config file for more details. wtf:colors:background:"red"border:focusable:"darkslateblue"focused:"orange"normal:"gray"grid:# How _wide_ the columns are, in terminal characters. In this case we have# six columns, each of which are 35 characters widecolumns:[35,35,35,35,35,35]# How _high_ the rows are, in terminal lines. In this case we have five rows# that support ten line of text, one of three lines, and one of fourrows:[10,10,10,10,10,3,4]openFileUtil:open# the name of the utility to call to open filesrefreshInterval:1# the app refreshes once per secondterm:"xterm-256color" Attributes colors. Blockfolio https://wtfutil.com/modules/cryptocurrencies/blockfolio/ Wed, 13 Jun 2018 09:29:59 -0700 https://wtfutil.com/modules/cryptocurrencies/blockfolio/ Added in v0.0.8. Display your Blockfolio crypto holdings. Source wtf/blockfolio/ Configuration blockfolio:colors:name:bluegrows:greendrop:reddevice_token:"device token"displayHoldings:trueenabled:trueposition:top:3left:1width:1height:1refreshInterval:400 Attributes colors.name Values: Any X11 color name. colors.grows Values: Any X11 color name. colors.drop Values: Any X11 color name. device_token Value: See this gist for details on how to get your Blockfolio API token. displayHoldings enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false. position Defines where in the grid this module’s widget will be displayed. IP-API https://wtfutil.com/modules/ipaddress/ipapi/ Sun, 10 Jun 2018 19:41:52 -0400 https://wtfutil.com/modules/ipaddress/ipapi/ Added in v0.0.7. Displays your current IP address information, from IP-APIcom. Note: IP-API.com has a free-plan rate limit of 120 requests per minute. Source Code wtf/ipapi/ Configuration ipinfo:colors:name:redvalue:whiteenabled:trueposition:top:1left:2height:1width:1refreshInterval:150 Attributes colors.name The default colour for the row names. Values: Any X11 color name. colors.value The default colour for the row values. Values: Any X11 color name. enabled Determines whether or not this module is executed and if its data displayed onscreen. Pretty Weather https://wtfutil.com/modules/weather_services/prettyweather/ Sat, 02 Jun 2018 05:32:04 -0700 https://wtfutil.com/modules/weather_services/prettyweather/ Displays weather information as ASCII art from Wttr.in. Source Code wtf/prettyweather/ Configuration prettyweather:enabled:truecity:"tehran"position:top:3left:5height:1width:1refreshInterval:300unit:"c"view:0language:"en" Attributes city Optional. It will grab the current location from your IP address if omitted. Values: The name of any city supported by Wttr.in. enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false. position Defines where in the grid this module’s widget will be displayed. refreshInterval How often, in seconds, this module will update its data. iTerm2 https://wtfutil.com/configuration/iterm2/ Thu, 24 May 2018 09:57:40 -0700 https://wtfutil.com/configuration/iterm2/ Many terminal apps don’t properly display multibyte emoji characters properly. This may fix the issue for you in iTerm2, it also may not. By default iTerm2 uses a unicode rendering format that is not comletely compatible with some emoji characters. Instead what you’ll see is the emoji over-lapping normal text characters, or drawing outside the bounds of where they should be. In iTerm2 open: Preferences -> Profiles -> Text and check on the “Use Unicode Version 9 Widths” checkbox. Google Calendar https://wtfutil.com/modules/google/gcal/ Thu, 10 May 2018 08:25:33 -0700 https://wtfutil.com/modules/google/gcal/ Displays your upcoming Google calendar events. Not: Setting up access to Google Calendars for Go is a bit unobvious. Check out Google’s Go Quickstart first and if you have problems, then take a look at this comment by WesleydeSouza which offers a slightly different approach. Source Code wtf/gcal/ Configuration gcal:colors:title:"red"description:"lightblue"highlights:-['1on1|1\/11','green']-['apple|google|aws','blue']-['interview|meet','magenta']-['lunch','yellow']past:"gray"conflictIcon:"🚨"currentIcon:"💥"displayResponseStatus:trueemail:"chriscummer@me.com"enabled:trueeventCount:12multiCalendar:trueposition:top:0left:0height:4width:1refreshInterval:300secretFile:"~/.config/wtf/gcal/client_secret.json"showDeclined:truewithLocation:true Attributes colors.title The default colour for calendar event titles. Values: Any X11 color name. colors.description The default color for calendar event descriptions. BambooHR https://wtfutil.com/modules/bamboohr/ Mon, 07 May 2018 20:17:37 -0700 https://wtfutil.com/modules/bamboohr/ Connects to the BambooHR API and displays who will be Away today. Source Code wtf/bamboohr/ Configuration bamboohr:apiKey:"3276d7155dd9ee27b8b14f8743a408a9"enabled:trueposition:top:0left:1height:2width:1refreshInterval:900subdomain:"testco" Attributes apiKey Value: Your BambooHR API token. enabled Whether or not this module is executed and if its data displayed onscreen. Values: true, false. position Defines where in the grid this module’s widget will be displayed. refreshInterval How often, in seconds, this module will update its data. Values: Any positive integer, 0..n. CryptoLive https://wtfutil.com/modules/cryptocurrencies/cryptolive/ Sun, 03 Jun 2018 20:06:40 -0700 https://wtfutil.com/modules/cryptocurrencies/cryptolive/ Added in v0.0.5. Compare crypto currencies using CryptoCompare. Source Code wtf/cryptoexchanges/cryptolive/ Configuration cryptolive:enabled:trueposition:top:5left:2height:1width:2updateInterval:15currencies:BTC:displayName:Bitcointo:-USD-EUR-ETH-LTC-DOGELTC:displayName:Ethereumto:-USD-EUR-BTCtop:BTC:displayName:Bitcoinlimit:5to:-USDcolors:from:name:coraldisplayName:greyto:name:whiteprice:greentop:from:name:greydisplayName:coralto:name:redfield:whitevalue:green Attributes colors.from.name Values: Any X11 color name. colors.from.dispayName Values: Any X11 color name. colors.to.name Values: Any X11 color name. colors.to.price Values: Any X11 color name. currencies enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false. position Defines where in the grid this module’s widget will be displayed. refreshInterval How often, in seconds, this module will update its data. CircleCI https://wtfutil.com/modules/circleci/ Sun, 10 Jun 2018 19:26:08 -0400 https://wtfutil.com/modules/circleci/ Added in v0.0.7. Displays build information for your CircleCI account. Source Code wtf/circleci/ Configuration circleci:apiKey:"3276d7155dd9ee27b8b14f8743a408a9"enabled:trueposition:top:4left:1height:1width:2refreshInterval:900 Attributes apiKey Value: Your CircleCI API token. enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false. position Defines where in the grid this module’s widget will be displayed. refreshInterval How often, in seconds, this module will update its data. Values: A positive integer, 0..n. IPInfo https://wtfutil.com/modules/ipaddress/ipinfo/ Fri, 01 Jun 2018 23:18:48 -0700 https://wtfutil.com/modules/ipaddress/ipinfo/ Displays your current IP address information, from ipinfo.io. Note: IPInfo.io has a free-plan rate limit of 1000 requests per day. Source Code wtf/ipinfo/ Configuration ipinfo:colors:name:redvalue:whiteenabled:trueposition:top:1left:2height:1width:1refreshInterval:150 Attributes colors.name The default colour for the row names. Values: Any X11 color name. colors.value The default colour for the row values. Values: Any X11 color name. enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false. Weather https://wtfutil.com/modules/weather_services/weather/ Wed, 09 May 2018 11:44:13 -0700 https://wtfutil.com/modules/weather_services/weather/ Displays a configurable list of current weather report, including current temperature, sunrise time, and sunset time. Source Code wtf/weather/ Keyboard Commands Key: / Action: Open/close the widget’s help window. Key: h Action: Show the previous weather location. Key: l Action: Show the next weather location. Key: ← Action: Show the previous weather location. Key: → Action: Show the next weather location. Configuration weather:apiKey:"2dfb3e3650a1950adddb6badf5ba1aaa"# From http://openweathermap.org/help/city_list.txtcityids:-6173331-3128760-6167865-6176823colors:current:"lightblue"enabled:truelanguage:"EN"position:top:0left:2height:1width:1refreshInterval:900tempUnit:"C" Attributes apiKey Your OpenWeatherMap API key. Clocks https://wtfutil.com/modules/clocks/ Mon, 07 May 2018 19:47:31 -0700 https://wtfutil.com/modules/clocks/ Displays a configurable list of world clocks, the local time, and date. Source Code wtf/clocks/ Configuration clocks:colors:rows:even:"lightblue"odd:"white"enabled:truelocations:# From https://en.wikipedia.org/wiki/List_of_tz_database_time_zonesAvignon:"Europe/Paris"Barcelona:"Europe/Madrid"Dubai:"Asia/Dubai"NewYork:"America/New York"Toronto:"America/Toronto"UTC:"Etc/UTC"Vancouver:"America/Vancouver"position:top:4left:0height:1width:1refreshInterval:15# Valid options are: alphabetical, chronologicalsort:"alphabetical" Attributes colors.rows.even The foreground color for even-numbered rows. Values: Any X11 color name. colors.rows.odd The foreground color for the odd-numbered rows. Values: Any X11 color name. enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false. CmdRunner https://wtfutil.com/modules/cmdrunner/ Thu, 17 May 2018 17:17:10 -0700 https://wtfutil.com/modules/cmdrunner/ Runs a terminal command on a schedule. Source Code wtf/cmdrunner/ Configuration cmdrunner:args:["-g","batt"]cmd:"pmset"enabled:trueposition:top:6left:1height:1width:3refreshInterval:30 Attributes args The arguments to the command, with each item as an element in an array. Example: for curl -I cisco.com, the arguments array would be ["-I", "cisco.com"]. cmd The terminal command to be run, withouth the arguments. Ie: ping, whoami, curl. enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false. Google Spreadsheets https://wtfutil.com/modules/google/gspreadsheet/ Sun, 10 Jun 2018 18:26:26 -0400 https://wtfutil.com/modules/google/gspreadsheet/ Added in v0.0.7. Display information from cells in a Google Spreadsheet. wtf/gspreadsheets/ Configuration gspreadsheets:colors:values:"green"cells:names:-"Cell 1 name"-"Cell 2 name"addresses:-"A1"-"A2"enabled:trueposition:top:0left:0width:1height:1refreshInterval:"300"secretFile:"~/.config/wtf/gspreadsheets/client_secret.json"sheetId:"id_of_google_spreadsheet" Attributes colors.values The color to display the cell values in. Values: Any X11 color name. cells.names cells.addresses enabled Whether or not this module is executed and if its data displayed onscreen. Values: true, false. position Where in the grid this module’s widget will be displayed. refreshInterval How often, in seconds, this module will update its data. Gerrit https://wtfutil.com/modules/gerrit/ Wed, 27 Jun 2018 15:55:42 -0700 https://wtfutil.com/modules/gerrit/ Displays information about your projects hosted on Gerrit: Open Incoming Reviews All open reviews that are requesting your approval. My Outgoing Reviews All open reviews created by you. Source Code wtf/gerrit/ Keyboard Commands Key: / Action: Open/close the widget’s help window. Key: h Action: Show the previous project. Key: l Action: Show the next project. Key: j Action: Select the next review in the list. Key: k Action: Select the previous review in the list. Git https://wtfutil.com/modules/git/ Wed, 09 May 2018 14:20:48 -0700 https://wtfutil.com/modules/git/ Displays information about local git repositories: branch, changed files, and recent commits. Branch The name of the currently-active git branch. Changed Files A list of all the files that have changed since the last commit, and their status. Recent Commits A list of n recent commits, who committed it, and when. Source Code wtf/git/ Keyboard Commands Key: / Action: Open/close the widget’s help window. Key: h Action: Show the previous git repository. GitHub https://wtfutil.com/modules/github/ Wed, 09 May 2018 19:20:20 -0700 https://wtfutil.com/modules/github/ Displays information about your git repositories hosted on GitHub: Open Review Requests All open code review requests assigned to you. Open Pull Requests All open pull requests created by you. Source Code wtf/github/ Keyboard Commands Key: / Action: Open/close the widget’s help window. Key: h Action: Show the previous git repository. Key: l Action: Show the next git repository. Key: ← Action: Show the previous git repository. Key: → Action: Show the next git repository. GitLab https://wtfutil.com/modules/gitlab/ Fri, 08 Jun 2018 13:14:11 -0700 https://wtfutil.com/modules/gitlab/ Added in v0.0.8. Displays information about your projects hosted on GitLab: Open Approval Requests All open merge requests that are requesting your approval. Open Merge Requests All open merge requests created by you. Source Code wtf/gitlab/ Keyboard Commands Key: / Action: Open/close the widget’s help window. Key: h Action: Show the previous project. Key: l Action: Show the next project. Key: ← Action: Show the previous project. Key: → Action: Show the next project. Gitter https://wtfutil.com/modules/gitter/ Thu, 02 Aug 2018 12:36:08 -0400 https://wtfutil.com/modules/gitter/ Added in v0.2.1. Displays chat messages from Gitter. Source Code wtf/gitter/ Keyboard Commands Key: j Action: Select the next message in the list. Key: k Action: Select the previous message in the list. Key: r Action: Refresh the data. Key: ↓ Action: Select the next message in the list. Key: ↑ Action: Select the previous message in the list. Configuration gitter:apiToken:"ab345546asdfasb465234fgjgh068f39a35c3e4139ee383f7"enabled:truenumberOfMessages:10position:top:4left:1height:1width:4roomUri:wtfutil/LobbyrefreshInterval:300 Attributes apiToken Value: Your GitterPersonal Access Token. enabled Determines whether or not this module is executed and if its data displayed onscreen. Hacker News https://wtfutil.com/modules/hackernews/ Thu, 02 Aug 2018 16:36:08 -0400 https://wtfutil.com/modules/hackernews/ Added in v0.1.2. Displays stories from Hacker News. Source Code wtf/hackernews/ Keyboard Commands Key: [return] Action: Open the selected story in the browser. Key: j Action: Select the next story in the list. Key: k Action: Select the previous story in the list. Key: r Action: Refresh the data. Key: ↓ Action: Select the next story in the list. Key: ↑ Action: Select the previous story in the list. Jenkins https://wtfutil.com/modules/jenkins/ Sat, 09 Jun 2018 20:53:35 -0700 https://wtfutil.com/modules/jenkins/ Added in v0.0.8. Displays jenkins status of given builds in a project or view Source Code wtf/jenkins/ Configuration jenkins:apiKey:"3276d7155dd9ee27b8b14f8743a408a9"enabled:trueposition:top:2left:3height:2width:3refreshInterval:300url:"https://jenkins.domain.com/jenkins/view_url"user:"username"verifyServerCertificate:true Attributes apiKey Value: Your Jenkins API key. enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false. position Defines where in the grid this module’s widget will be displayed. refreshInterval How often, in seconds, this module will update its data. Values: A positive integer, 0. Jira https://wtfutil.com/modules/jira/ Thu, 10 May 2018 10:44:35 -0700 https://wtfutil.com/modules/jira/ Displays all Jira issues assigned to you for the specified project. Source Code wtf/jira/ Keyboard Commands Key: [return] Action: Open the selected issue in the browser. Key: j Action: Select the next item in the list. Key: k Action: Select the previous item in the list. Key: ↓ Action: Select the next item in the list. Key: ↑ Action: Select the previous item in the list. Configuration Single Jira Project jira:apiKey:"3276d7155dd9ee27b8b14f8743a408a9"colors:rows:even:"lightblue"odd:"white"domain:"https://umbrellacorp. Logger https://wtfutil.com/modules/logger/ Sat, 16 Jun 2018 14:22:18 -0700 https://wtfutil.com/modules/logger/ Displays the contents of the WTF log file. The log file is located at ~/.config/wtf/log.txt. To log to this file in your own modules: require "github.com/senorprogrammer/wtf/logger" logger.Log("This is a log entry") Source Code wtf/logger/ Keyboard Commands Arrow keys scroll through the log file. Configuration logger:enabled:trueposition:top:5left:4height:2width:1refreshInterval:1 Attributes enabled Determines whether or not this module is executed and if its data displayed onscreen. Note: If you’re using logging and logging is disabled, your logs will still be written to file, the widget just won’t be shown onscreen. New Relic https://wtfutil.com/modules/newrelic/ Wed, 09 May 2018 09:01:14 -0700 https://wtfutil.com/modules/newrelic/ Connects to the New Relic API and displays the last n deploys of the monitored application: deploy ID, deploy time, and who deployed it. Source Code wtf/newrelic/ Configuration newrelic:apiKey:"3276d7155dd9ee27b8b14f8743a408a9"applicationId:10549735deployCount:6enabled:trueposition:top:4left:3height:1width:2refreshInterval:900 Attributes apiKey Value: Your New Relic API token. applicationId The integer ID of the New Relic application you wish to report on. Values: A positive integer, 0..n. deployCount The number of past deploys to display on screen. Values: A positive integer, 0. OpsGenie https://wtfutil.com/modules/opsgenie/ Tue, 08 May 2018 20:53:40 -0700 https://wtfutil.com/modules/opsgenie/ Connects to the OpsGenie API and displays all your scheduled rotations and who’s currently on call. Source Code wtf/opsgenie/ Configuration opsgenie:apiKey:"3276d7155dd9ee27b8b14f8743a408a9"displayEmpty:falseenabled:trueposition:top:2left:1height:2width:1refreshInterval:21600 Attributes apiKey < br /> Value: Your OpsGenie API token. displayEmpty Whether schedules with no assigned person on-call should be displayed. Values: true, false. enabled Whether or not this module is executed and if its data displayed onscreen. Values: true, false. position Where in the grid this module’s widget will be displayed. Power https://wtfutil.com/modules/power/ Sat, 26 May 2018 19:26:23 -0700 https://wtfutil.com/modules/power/ Displays information about the current power source. For battery, also displays the current charge, estimated time remaining, and whether it is charging or discharging. Source Code wtf/power/ Configuration power:enabled:trueposition:top:5left:0height:2width:1refreshInterval:15 Attributes enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false. position Defines where in the grid this module’s widget will be displayed. refreshInterval How often, in seconds, this module will update its data. Security https://wtfutil.com/modules/security/ Tue, 08 May 2018 20:33:28 -0700 https://wtfutil.com/modules/security/ Displays some general information about the state of the machine’s wifi connection, firewall, DNS settings, and logged-in users. Wifi Network The name of the current network Whether or not the network uses encryption and if so, what flavour Firewall Whether or not the firewall is enabled Whether or not Stealth Mode is enabled DNS Which DNS resolvers (servers) the machine is configured to use Users Which users are logged into the machine. Textfile https://wtfutil.com/modules/textfile/ Wed, 09 May 2018 11:13:11 -0700 https://wtfutil.com/modules/textfile/ Displays the contents of the specified text file in the widget. Source Code wtf/textfile/ Keyboard Commands Key: / Action: Open/close the widget’s help window. Key: o Action: Opens the text file in whichever text editor is associated with that file type. Configuration textfile:enabled:truefilePath:"~/Desktop/notes.md"position:top:5left:4height:2width:1refreshInterval:15 Attributes enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false. filePath The path to the file to be displayed in the widget. Todo https://wtfutil.com/modules/todo/ Thu, 10 May 2018 12:41:50 -0700 https://wtfutil.com/modules/todo/ An interactive todo list. Source Code wtf/todo/ Keyboard Commands Key: [return] Action: Edit the selected item. Action: Close the modal item dialog and save changes. Key: [esc] Action: Remove focus from the selected item. Action: Close the modal item dialog without saving changes. Key: [space] Action: Check/uncheck the selected item. Key: / Action: Open/close the widget’s help window. Key: j Action: Select the next item in the list. Key: k Action: Select the previous item in the list. Todoist https://wtfutil.com/modules/todoist/ Thu, 05 Jul 2018 22:55:55 -0300 https://wtfutil.com/modules/todoist/ Added in v0.0.11. Displays all items on specified project. Source Code wtf/todoist/ Keyboard Commands Key: h Action: Show the previous project. Key: ← Action: Show the previous project. Key: l Action: Show the next project. Key: → Action: Show the next project. Key: j Action: Select the next item in the list. Key: ↓ Action: Select the next item in the list. Key: k Action: Select the previous item in the list. TravisCI https://wtfutil.com/modules/travisci/ Wed, 18 Jul 2018 14:36:08 -0400 https://wtfutil.com/modules/travisci/ Added in v0.0.12. Displays build information for your Travis CI account. Source Code wtf/travisci/ Keyboard Commands Key: [return] Action: Open the selected build in the browser. Key: j Action: Select the next build in the list. Key: k Action: Select the previous build in the list. Key: r Action: Refresh the data. Key: ↓ Action: Select the next build in the list. Key: ↑ Action: Select the previous build in the list. Trello https://wtfutil.com/modules/trello/ Thu, 10 May 2018 10:44:35 -0700 https://wtfutil.com/modules/trello/ Displays all Trello cards on specified lists. Source Code wtf/trello/ Configuration Single Trello List trello:accessToken:"7b8b14f8743a408a93276d7155dd9ee2"apiKey:"3276d7155dd9ee27b8b14f8743a408a9"board:Mainenabled:truelist:"Todo"position:height:1left:2top:0width:1refreshInterval:3600username:myname Multiple Trello Lists If you want to monitor multiple Trello lists, use the following configuration (note the difference in list): trello:accessToken:"7b8b14f8743a408a93276d7155dd9ee2"apiKey:"3276d7155dd9ee27b8b14f8743a408a9"board:Mainenabled:truelist:["Todo","Done"]position:height:1left:2top:0width:1refreshInterval:3600username:myname Attributes accessToken Value: Your Trello access token. apiKey Value: Your Trello API key. board The name of the Trello board. enabled Determines whether or not this module is executed and if its data displayed onscreen. Twitter https://wtfutil.com/modules/twitter/ Tue, 31 Jul 2018 20:21:37 -0700 https://wtfutil.com/modules/twitter/ Added in v0.2.0. Connects to the Twitter API and displays a single user’s tweets. NOTE: This only works for single-application developer accounts for now. Source Code wtf/twitter/ Configuration twitter:bearerToken:"3276d7155dd9ee27b8b14f8743a408a9"enabled:trueposition:top:0left:1height:1width:1refreshInterval:20000 Attributes bearerToken Value: Your Twitter single-application Bearer Token enabled Whether or not this module is executed and if its data displayed onscreen. Values: true, false. position Defines where in the grid this module’s widget will be displayed. refreshInterval How often, in seconds, this module will update its data. Zendesk https://wtfutil.com/modules/zendesk/ Mon, 23 Jul 2018 18:55:37 -0800 https://wtfutil.com/modules/zendesk/ Added in v0.1.0. Displays tickets in the “New” status - i.e. have not yet been assigned. Source Code wtf/zendesk/ Keyboard Commands Key: [return] Action: Open the selected ticket in the browser. Key: j Action: Select the next item in the list. Key: k Action: Select the previous item in the list. Key: ↓ Action: Scroll down the list. Key: ↑ Action: Scroll up the list. Configuration zendesk:apiKey:"3276d7155dd9ee27b8b14f8743a408a9"enabled:trueposition:top:0left:2height:1width:1status:"new"subdomain:"your_domain"username:"your_email@acme.com" Attributes apiKey Value: Your Zendesk API token. Installation https://wtfutil.com/getting_started/installation/ Fri, 18 May 2018 09:59:40 -0700 https://wtfutil.com/getting_started/installation/ As a Binary Grab the latest version from here: https://github.com/senorprogrammer/wtf/releases expand it, and cd into the resulting directory. Then run: ./wtf and that should also do it. From Source Download the source code repo and install the dependencies: go get -u github.com/senorprogrammer/wtf cd $GOPATH/src/github.com/senorprogrammer/wtf go install -ldflags="-s -w" make run and that should do it. Glossary https://wtfutil.com/getting_started/glossary/ Tue, 17 Apr 2018 12:34:51 -0700 https://wtfutil.com/getting_started/glossary/ Module A discreet unit of data collection and display. A data interface concept. A package inside the app. Examples: New Relic, Git, Weather. Widget The onscreen representation of a Module. The widget is responsible for being the interface between the app and the data collection. Widgets are defined by a required widget.go file in a Module. https://wtfutil.com/_footer/ Mon, 01 Jan 0001 00:00:00 +0000 https://wtfutil.com/_footer/