DrXano / jdotxt

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jdotxt

CircleCI

Copyright 2013-2018 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 maven

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 maven (i.e., "mvn package")

You can run the resulting jar file by executing

java -jar target/jdotxt-0.4.9-SNAPSHOT-jar-with-dependencies.jar

To build the OSX app bundle

  1. Run "mvn package appbundle:bundle"

Third Party Code

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

Misc Links

  • jdotxt, binaries and help for this very program.
  • todo.txt is a simple file format for managing your todos.
  • todo.txt-android an open source todo.txt Android client

About

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

License:GNU General Public License v3.0


Languages

Language:Java 100.0%