Working on a Stock Ticker touchbar. This is very beta, still working on formatting to pretty it up.
curl -s https://www.marketwatch.com/investing/stock/ndaq |grep '<meta name="price" content="' |cut -d'"' -f4
Working on a Stock Ticker touchbar. This is very beta, still working on formatting to pretty it up.
curl -s https://www.marketwatch.com/investing/stock/ndaq |grep '<meta name="price" content="' |cut -d'"' -f4
Could you share the preset please?
I can make some code available (above), but not creating a preset for distribution.
Thanks, I am really bad with code tho so this doesn't really give me anything.But, I really like how you did it yourself! Really nice!