Example usage:
Code:
$ btcwatch
result: success
buy: $ 132.850769 USD
sell: $ 133.990005 USD
Code:
$ btcwatch -vc gbp -b
buy: £ 81.789719 GBP
Code:
$ btcwatch -vn1.28 -b
buy: $ 239.360000 USD
Code:
# bought some BTC for $100
$ btcwatch -S # stores current price
# (after a reasonable amount of time)
$ btcwatch -vC
buy: UP $ 100 (100.000000 -> 200.000000)
sell: UP $ 100 (100.000000 -> 200.000000)
(Since Thu Jan 1 00:00:00 1970)
# profit!
Go ahead and get it from GitHub