Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pheuter/bitcointicker
Sublime Text 2 and 3 plugin that displays current Bitcoin exchange rate in status and converts arbitrary BTC values to USD
https://github.com/pheuter/bitcointicker
Last synced: 3 months ago
JSON representation
Sublime Text 2 and 3 plugin that displays current Bitcoin exchange rate in status and converts arbitrary BTC values to USD
- Host: GitHub
- URL: https://github.com/pheuter/bitcointicker
- Owner: pheuter
- License: mit
- Created: 2013-04-13T16:04:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-07T15:30:10.000Z (almost 7 years ago)
- Last Synced: 2024-04-14T09:49:42.181Z (9 months ago)
- Language: Python
- Homepage:
- Size: 141 KB
- Stars: 4
- Watchers: 7
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BitcoinTicker
![Screenshot](https://dl.dropboxusercontent.com/u/1803181/BitcoinTicker.png)
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](http://wbond.net/sublime_packages/package_control)
Simply search for `BitcoinTicker`.
### Using Git
Go to the "Packages" directory and clone this repo:
```sh
$ 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](https://github.com/pheuter/BitcoinTicker/archive/master.zip) the latest source from [GitHub](https://github.com/pheuter/BitcoinTicker) 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 BTCTo 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!