Real-time market data for developers

 
 
 

Start using it now!

curl -L https://raw.githubusercontent.com/simsalabim/stockprice/master/install.sh | sh
 
" ~/.vimrc
function! Stockprice(symbol)
  execute system('stockprice -f vim ' . a:symbol)
endfunction

map <leader>fb :call Stockprice('fb')<cr> 
 
 
Whether I'm developing a new feature of deploying a serivce, I always deeply care about actual market data. I love markets. Aladdin
Previously, I had to pull my phone to check on my stock, which meant moving hands away from the home row . Unacceptable in 2017! Squidward Tentacles