tschaefer / taskwarrior-calendar

:calendar: Convert taskwarrior tasks to calendar events.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

taskwarrior-calendar

Convert taskwarrior tasks to calendar events.

Introduction

Export taskwarrior tasks due and optional scheduled dates if available as calendar events. By default tasks are filtered by status:pending and all events are appointed with an alarm 15 minutes before the event date.

Installation

$ gem build
$ gem install -g
$ gem install taskwarrior-callendar-$(ruby -Ilib -e 'require "taskwarrior/calendar/version"; puts Taskwarrior::Calendar::VERSION').gem

Usage

$ task-ical convert --no-alarm

$ task-ical --filter project:home --file home-tasks.ics

For further information about the command line tool task-ical use the switches --help / --man.

License

MIT License

Is it any good?

Yes.

About

:calendar: Convert taskwarrior tasks to calendar events.

License:MIT License


Languages

Language:Ruby 100.0%