Skip to content

ramazan/BitbarBTCPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Bitbar Plugin for BTC Prices

Shows last BTC price (in TL) on Paribu.com & Bitstamp.net exchange.

ahaha

BitBar About BitBar

BitBar (by Mat Ryer - @matryer) lets you put the output from any script/program in your Mac OS X Menu Bar.

How can i use this plugin?

Just drop the plugin into your BitBar plugins folder (if you have the repo, why not use the Enabled folder?)

Make sure it's executable (in Terminal, do chmod +x btc.25s.sh)

Then choose Refresh all from the BitBar menus

This plugin run every 25 second .

If you wanna change run time you have to rename the file.

Configure the refresh time

The refresh time is in the filename of the plugin, following this format:

{name}.{time}.{ext}
  • name - The name of the file
  • time - The refresh rate (see below)
  • ext - The file extension

For example:

  • date.1m.sh would refresh every minute.

Most plugins will come with a default, but you can change it to anything you like:

  • 10s - ten seconds
  • 1m - one minute
  • 2h - two hours
  • 1d - a day

Errors

'jq command not found' error

If you get this error "jq command not found" this means you don't have jq package. You have to install it.

jq is a lightweight and flexible JSON processor.

brew install jq

I assume you have Homebrew if you don't look below. After this command Homebrew will install required package.

Homebrew install

Just go this page and get install command. :)

http://brew.sh/

Or you can copy and paste it.

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

About

Bitbar Plugin for BTC Prices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages