gaborbata / jtodo

☕ Experimental Java front-end for https://github.com/gaborbata/todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jtodo Java CI with Maven

Experimental Java/JRuby front-end for todo which supports tabs

todo

Usage

On most platforms the application can be run with the following command:

java -jar jtodo-1.0-SNAPSHOT.jar

You can find the latest binaries under releases.

Requires Java 8 (or later).

Shortcut keys

Shortcut key Description
CTRL + T Add new tab
CTRL + W Close tab
CTRL + Tab Change tab

How to build

Maven or Gradle is required to build the application, with one the following commands:

mvn clean package, gradle clean build

Dependencies

  • todo - todo list manager inspired by todo.txt using the jsonl format
  • JRuby - an implementation of the Ruby language on the JVM
  • FlatLaf - Flat Look and Feel
  • EvalEx - mathematical expression evaluator

About

☕ Experimental Java front-end for https://github.com/gaborbata/todo

License:MIT License


Languages

Language:Java 100.0%