Releases: MartinPacker/filterCSV
v2.1 Match Statistics and filtering on shape
Addresses Issue 99 - Match Statistics - and adds filtering on nodes' shapes.
v2.0 Automatic Node Colouring
Addressing Issue 129 this release allows automatic colouring of tree nodes, based on changing values in regular expression capturing groups.
v1.12 Substituting text
Adds the ability to replace text in matching nodes. For example semicolons with newlines.
v1.11 Markdown heading & metadata import, Taskpaper export
v1.11 improves the Markdown input parser to handle headings as well as the previous bulleted lists. It also adds the task-related columns that iThoughts supports and supports export to Taskpaper.
v1.10 Indented Text Output
Added the ability to write out the tree as a flat file where indentation is used to express the hierarchy.
v1.9 Help Text. Command Input From Stream 3
Invoking filterCSV with no commands produces help text.
If you specify a file for input stream 3 (with 3<
) you can introduce commands that way. This, among other things allows you to use comments (introduced by //
) and blank lines.
v1.8 Icons, Progress, And Priority
Adds support for iThoughts icons, progress and priority columns. On import, export, filtering, setting, and resetting.
v1.7 sort, reverse operators. Input CSV and flat test list robustified
1.7 sort, reverse, input robustification
v1.6 Level and None selectors
1.6 introduces two new node selection capabilities:
- Selecting by level in the tree.
- Select none - for skipping the next colour in the swatch.
v1.5 - OPML import
You can import an OPML file. (OPML files are XML but have a specific outline-related structure. They are exportable from many software applications.)