Web application in OS X status bar
We usually make OS X status bar app use Electron, which will build a high-capacity binary distribution even though we only need to load a url. Statut provide you an easy way to make it. It is just a WebView container, as same as WebShell, but the former is on status bar.
git clone https://github.com/djyde/Statut.git APP_NAME- Configurate in
Settings.swift - Modify the
info.plistif needed - Change the
StatusBarButtonImageif needed - Run it
If you want to load local html/css/js, we recommend you to use QuarkShell. Statut was not made for doing so.
MIT License

