summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 8ed485f25dfd1301fc801e66c7ab2ab2e89e89be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# task-hookrs

`task-hookrs` is a rust library for writing
[taskwarrior](https://taskwarrior.org) hooks.

* [crate](https://crates.io/crates/task-hookrs/)
* [Documentation](https://matthiasbeyer.github.io/task-hookrs/task_hookrs/index.html)
* [travis-ci](https://travis-ci.org/matthiasbeyer/task-hookrs)

[![Build Status](https://travis-ci.org/matthiasbeyer/task-hookrs.svg?branch=master)](https://travis-ci.org/matthiasbeyer/task-hookrs)
[![GitHub tag](https://img.shields.io/github/tag/matthiasbeyer/task-hookrs.svg?maxAge=2592000)]()
[![Crates.io](https://img.shields.io/crates/v/task-hookrs.svg?maxAge=2592000)]()
[![Crates.io](https://img.shields.io/crates/d/task-hookrs.svg?maxAge=2592000)]()
[![Crates.io](https://img.shields.io/crates/dv/task-hookrs.svg?maxAge=2592000)]()
[![Crates.io](https://img.shields.io/crates/l/task-hookrs.svg?maxAge=2592000)]()

`task-hookrs` is able to import and export the JSON taskwarrior understands, so
you can write taskwarrior hooks without having to deal with the JSON
import/export foo by simply using this crate.

# License

    task-hookrs - A Rust library for writing taskwarrior hooks and general interfacing with taskwarrior
    Copyright (C) 2016 Matthias Beyer

    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published
    by the Free Software Foundation; either version 2.1 of the License, or
    (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public License
    along with this library; if not, see <http://www.gnu.org/licenses/>.

For more information and the full license text, see
[the LICENSE file](./LICENSE).