GothenburgBitFactory / tasklib

A Python library for interacting with taskwarrior databases.
http://tasklib.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
146 stars 27 forks source link

Add support for WSL #61

Open xarthurx opened 5 years ago

xarthurx commented 5 years ago

Since TaskWarrior is a linux only software, and can only be run in Windows on WSL/cygwin, would it be possible to add support to call those functions in native Windows?

For example, all command under WSL can be called in native Windows like:

c:\> wsl xxx

This would be great for extensions like taskwiki under vim in native Windows.

xarthurx commented 5 years ago

add a PR here: https://github.com/robgolding/tasklib/pull/62