We now have a Raycast extension which does roughly the same thing. I hope you can use that instead.
🚧 WIP menubar app
Download the latest version of WIP from the GitHub releases page. (macOS, Windows, and Linux)
- Quickly create a todo with a system-wide shortcut: control + space
- See your current streak & best streak
- Notification when you haven't shipped today
- See time left to keep your streak
- Launch at login
- Jump to your project pages
WIP's menu bar icon is updated depending on your current streak status:
Status | Description | |
---|---|---|
Done | You've shipped today | |
Todo | You haven't shipped today | |
Loading | Your streak data is being requested from WIP | |
Failed | Your streak data request failed |
During development two processes should be running:
yarn render:start
start the development renderer server with hotreload.yarn main:start
start the development main process.
Electron main process doesn't have hot reload functionality. The app will be restarted after any changes in the main process files.
APPLE_ID=foobar@example.com APPLE_ID_PASSWORD=foo-bar yarn release
to build apps for distribution.
This app started of as a fork of, and is heavily inspired by streaker by Jamie Weavis. Major props to him for open sourcing his work.
© 2019 Marc Köhlbrugge
Menubar for WIP is source-available software. (license)