toucHNews is a simple, interactive Hacker News news feed for the Mac Touch Bar.
It lives persistently in the "Control Strip", the small cluster of icons permanantly displayed on the right side of the Touch Bar. When its icon (cleverly labeled hn
) is clicked, it expands to display the latest headlines from Hacker News across the Touch Bar.
It is written in Rust.
One headline is shown at a time. To interact:
Coming soon.
Use Cargo to build as usual, but note that it must run from a Mac App bundle to access the Touch Bar. A primitive script is included to bundle the debug build for you.
$ git clone https://github.com/mrmekon/toucHNews.git
$ cd toucHNews
$ cargo build
$ ./bundle_osx.sh
$ open target/toucHNews.app