toucHNews: Hacker News news feed for the Mac Touch Bar

OSX/Linux Build Status Crates.io Version

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.

Interface

One headline is shown at a time. To interact:

Installing toucHNews

Pre-build Mac App

Coming soon.

GitHub

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

Direct Dependencies