/jdotxt

another open source, cross-platform GUI for the todo.txt file format

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

jdotxt

Copyright 2013-2014 Christian M. Schmid

another open source cross-platform GUI for the todo.txt file format

Website

  • jdotxt, where you will find downloads for different operating systems and a quick guide video

Building jdotxt

to build jdotxt from its sources, you will need

I use Ubuntu as a build system, simply run

  • sudo apt-get install openjdk-7-jdk ant

to set up your build system.

To build jdotxt

  1. Download the latest sources from github (e.g., "git clone https://github.com/chms/jdotxt.git")

  2. Move into the directory (e.g., "cd jdotxt")

  3. Run ant (i.e., "ant")

You can run the resulting jar file by executing

java -jar jar/jdotxt.jar

Third Party Code

jdotxt uses code and libraries from the following open source projects:

Links

  • Java Native Access (JNA) provides Java programs easy access to native shared libraries (DLLs on Windows)
  • jdotxt, binaries and help for this very program.
  • juniversalchardet is a Java port of 'universalchardet', that is the encoding detector library of Mozilla.
  • todo.txt is a simple file format for managing your todos.
  • todo.txt-android an open source todo.txt Android client