summaryrefslogtreecommitdiffstats
path: root/en-US/Productivity/taskd.xml
blob: 16a33ace1e133529e76c0568a194bf1a4925c0b8 (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
41
42
43
44
45
46
47
<?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  <!ENTITY % BOOK_ENTITIES SYSTEM "Fedora_Cookbook.ent">
    %BOOK_ENTITIES;
]>
<!-- Do not edit above this line -->
<!-- 
     Please provide some information so we can give you credit:
     name: Ankur_Sinha
     fas_id: ankursinha
     email: ankursinha@fedoraproject.org
     article_category: user
-->

<section id="task_managing">
    <title>Managing tasks using Taskwarrior</title>
    <para>
        Taskwarrior is an open-source cross platform command-line task management tool that allows you to easily capture, annotate, manipulate and present your tasks as well as sync them among your devices. In this recipe, we see how to set up a Taskwarrior server and a set of clients. 
    </para>
    <section id="task_managing-ingredients">
        <title>Required Ingredients</title>
        <!-- list packages, services, other recipes etc that are required -->
        <itemizedlist>
            <listitem>
                <para>
                    <emphasis>taskd</emphasis> from the Fedora repositories - sudo yum install taskd
                </para>
            </listitem>
            <listitem>
                <para>
                    <emphasis>task</emphasis> from the Fedora repositories - sudo yum install task
                </para>
            </listitem>
            <listitem>
                <para>
                    <emphasis>vit</emphasis> - optional - from the Fedora repositories - sudo yum install vit
                </para>
            </listitem>
            <listitem>
                <para>
                    <emphasis>Your favorite text editor.</emphasis> You can use whatever you prefer, but please save them as a plain text file instead of a binary format such as <literal>ODF</literal>
                </para>
            </listitem>
        </itemizedlist>
      </section>
    </section>