stockticker

0.0.6 • Public • Published

What does it do?

This is a script you could use to display stock pre-market price in your tmux status line

How to use it?

install

npm install -g stockticker

usage

stockticker NASDAQ:APAPL

tmux config

add following to your tmux config (assuming ~/.tmux.conf)

set -g status-fg green
set -g status-bg black
set -g status-attr bright
set-window-option -g window-status-current-bg green
set-window-option -g window-status-current-fg black
set-window-option -g window-status-current-attr dim
set -g status-right '#[fg=cyan,bright]#(biticker NASDAQ:AAPL)'
set -g status-right-length 75
set status-interval 60

then run

tmux source-file ~/.tmux.conf

Donate

:)

1JMQVCZgXD1Ejr49MouHqifJMjPgmnMrv7

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.6
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.6
    4
  • 0.0.5
    1
  • 0.0.3
    1
  • 0.0.2
    3
  • 0.0.1
    1

Package Sidebar

Install

npm i stockticker

Weekly Downloads

9

Version

0.0.6

License

none

Last publish

Collaborators

  • chunghe