BitcoinTicker
Sublime Text 2 and 3 plugin that displays current Bitcoin exchange rate in status and converts arbitrary BTC values to USD
Details
Installs
- Total 153
- Win 78
- Mac 43
- Linux 32
Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
BitcoinTicker
BitcoinTicker is a Sublime Text 2 and 3 plugin that displays current Bitcoin exchange rate in status and converts arbitrary BTC values to USD.
Installing
Package Control
This is the quickest way to get the BitcoinTicker plugin. You can install Package Control from this site: http://wbond.net/sublime_packages/package_control
Simply search for BitcoinTicker
.
Using Git
Go to the “Packages” directory and clone this repo:
$ git clone git://github.com/pheuter/BitcoinTicker.git
The “Packages” directory is located at:
OS X:
~/Library/Application Support/Sublime Text 2/Packages/
Linux:
~/.config/sublime-text-2/Packages/
Windows:
%APPDATA%/Sublime Text 2/Packages/
Without Git
Download the latest source from GitHub and copy the BitcoinTicker folder to your “Packages” directory.
Usage
After you finish saving a file, the status bar at the bottom of the Sublime Text Editor will automatically update with the latest ticker information depending on the exchange.
You can set the exchange of your choice under:
Package Settings / BitcoinTicker / Settings - Default
Conversion
You can also perform conversions from arbitrary Bitcoin values to USD. When you save a file, BitcoinTicker will search for a string containing some BTC value and insert its conversion to USD.
Supported formats that will be searched: * 1 BTC * 0.252 btc * .5 btc * 13.303 BTC
To turn on conversion, set convert_strings
to true
in Settings:
Package Settings / BitcoinTicker / Settings - Default
Donate
If you like this plugin and want to support future updates and development, you can send Bitcoin to the following address:
1B3PekGBDk4cD8R6NmPoahBaMSSsqTgd52
Thanks!