Exit Full View

ParaTask / todo.txt

TODO
====

Current
--------

Next
----

Rewrite making it more JavaFXy.
    Task should default to single threaded.
        Easier to prompt a task (just an extension function)
    All "Fields" to become Controls?
    More emphasis on properties (but cannot in the "model", as this shouldn't need JavaFX.

    Improve MultipleParameter - it is a bit flaky in regard to adding/removing items.


Generate a shell file for auto-complete for a particular task.
    Similar to ToolApp's, but for a single task.
    Also generate the launcher script for it? / Alias
    Make it a task which takes multiple tasks as input, and generates a set of aliases and one big completion script.

Later
-----

Convert some of my scripts to paratask-core for their parameters, and add feature to generate a bash completion script for each.

Much Later
----------