Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.11 KB


GitToDo

Streamline your workflow, stay on top of issues and pull requests.
ToDo list for your GitHub notifications. Available on MacOS.

Features

  • Menu bar app
  • Read, unread or open in browser
  • Preview and dismiss notifications that don't require your action
  • You control the data - all notifications are stored locally only 🔐
  • Notifications are sorted by modified time 🕓
  • GitHub API is polled every 5 seconds for new notifications, and app is updated with minimum re-renders
  • GitHub OAuth
  • Navigate with keyboard, and access the app from any workspace using ⌘ + L ⌨️

Demo

GitToDo.mov

Install dependencies

npm install

Run the app

npm start

🛠 Build for production

npm run build

🤝 Contributing

Contributions, issues and feature requests are welcome!