Skip to content

alpqn/Ordner

Repository files navigation

Ordner

Centered image
A simple, cross-platform and customizable data tracker.

Usage

Installation

Compile

Build with Java 24+ after cloning the repository

./gradlew build

And run:

./gradlew run

(Use gradlew.bat for Windows)

Download

After downloading and decompressing the .zip file from the Releases section, navigate to bin and run ordner.

Create a Template

  1. Navigate to New Template in the status bar.
  2. Set a template name (e.g. Runs).
  3. Add members.
    1. Select a type (type of input for this member, e.g. Integer).
    2. Set a name (equivalent to a column name).

Create a Template

Create a Record

  1. Navigate to New Record in the status bar.
  2. Set a record name (e.g. Germany_Marathons).
  3. Choose a template (the record will conform to it and create fields accordingly. Let's choose the Runs template we created).

Create a Record

Managing Records

  • To add a new row, fill in all the text fields and hit Add Row (make sure your input is valid for the field).
  • You can edit single cells by double-clicking.
  • You can resize the width of each column by dragging the column names at the top.
  • You can sort the data by clicking on a column name.
  • There are special values for some types:
    • For a Date field, entering today will automatically fill in the current date.
    • For a Time field, entering now will automatically fill in the current time.
    • For a Timestamp field, entering now will automatically fill in the current date-time value pair.

Managing Records

Other

  • Integer and Double values can only hold 64-bit values.

About

A simple, customizable and cross-platform data tracker.

Topics

Resources

License

Stars

Watchers

Forks