what-next is a simple tool to help you make better use of the time between meetings.
Have you ever wondered what to do in the 20 minutes before your next meeting? what-next might be for you. Add your work calendar, and the small jobs you could be doing, and what-next will tell you which ones you could get done before your next meeting.
Download the latest release for your OS from GitHub and install it in your path. It's that easy.
what-next supports any ical format calendar that it can reach over the internet, or other an ical file on your local machine.
It supports multiple calendars and will show ongoing and upcoming events from all calendars simultaneously.
$ what-next calendar add work "https://example.org/daily.ical"You can use your Google calendar! Google helpfully provides calendars in ical format via a secret link.
You can use your Micorosft Office 365 calendar! Microsoft has documented how to get your calendar in ical format on their support site.
what-next has a deliberately simple todo list feature set; it only supports due dates and durations. It's supposed to be quick and unobtrusive to add things, so you can add them before you forget.
$ what-next todo add "do the mandatory GDPR training" \
--due @tomorrow \
--duration 30m