stockticker
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -5,3 +5,3 @@ { | ||
"description": "This is a script you could use to display stock pre-market price in your tmux status line", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "url": "https://github.com/chunghe/nodejs-stock-ticker" |
@@ -10,2 +10,5 @@ ## What does it do? | ||
### usage | ||
stockticker NASDAQ:APAPL | ||
### tmux config | ||
@@ -22,3 +25,3 @@ | ||
set-window-option -g window-status-current-attr dim | ||
set -g status-right '#[fg=cyan,bright]#(biticker)' | ||
set -g status-right '#[fg=cyan,bright]#(biticker NASDAQ:AAPL)' | ||
set -g status-right-length 75 | ||
@@ -25,0 +28,0 @@ set status-interval 60 |
Sorry, the diff of this file is not supported yet
1932
4
42