Giter Site home page Giter Site logo

task-indicator's Introduction

TaskWarrior indicator applet

This is an applet that displays 10 most important tasks in the indicator popup menu, has a dialog to search across all tasks, pending or closed, displays current activity time for running tasks, can add or modify tasks, etc. Supports task notes.

Send bugs and comments to [email protected].

Home page: http://umonkey.net/task-indicator/

Thanks

task-indicator's People

Contributors

aperezdc avatar umonkey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

awayme cdurden

task-indicator's Issues

Invalid control character

I get the following error (it looks like the taskwarrior indicator is not handling encoding of non-ASCII characters correctly):

    AppIndicator is not available, using Gtk status icon.
    > task _show
    Task database changed.
    Reloading tasks.
    > task _show
    > task rc.json.array=1 export
    Configuration override rc.json.array:1
    Traceback (most recent call last):
      File "/usr/sbin/task-indicator", line 58, in <module>
        taskindicator.launch()
      File "/usr/lib/python2.7/site-packages/taskindicator/__init__.py", line 6, in launch
        return indicator.main()
      File "/usr/lib/python2.7/site-packages/taskindicator/indicator.py", line 409, in main
        app.main()
      File "/usr/lib/python2.7/site-packages/taskindicator/indicator.py", line 309, in main
        self.on_timer()
      File "/usr/lib/python2.7/site-packages/taskindicator/indicator.py", line 338, in on_timer
        self.database.refresh()
      File "/usr/lib/python2.7/site-packages/taskindicator/database_tw.py", line 235, in refresh
        return self.get_tasks()
      File "/usr/lib/python2.7/site-packages/taskindicator/database_tw.py", line 224, in get_tasks
        self._tasks = self.load_tasks()
      File "/usr/lib/python2.7/site-packages/taskindicator/database_tw.py", line 238, in load_tasks
        return Tasks()
      File "/usr/lib/python2.7/site-packages/taskindicator/database_tw.py", line 121, in __init__
        self.tasks += self.load_data(db)
      File "/usr/lib/python2.7/site-packages/taskindicator/database_tw.py", line 166, in load_data
        tasks = self.merge_exported(tasks)
      File "/usr/lib/python2.7/site-packages/taskindicator/database_tw.py", line 178, in merge_exported
        for em in json.loads(out):
      File "/usr/lib/python2.7/json/__init__.py", line 338, in loads
        return _default_decoder.decode(s)
      File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
        obj, end = self.raw_decode(s, idx=_w(s, 0).end())
      File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
        obj, end = self.scan_once(s, idx)
    ValueError: Invalid control character at: line 368 column 24 (char 93098)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.