summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/main/java/bjc/utils/cli
AgeCommit message (Collapse)Author
2017-09-10More BlockReader workBenjamin J. Culkin
This includes some minor fixes to the BlockReaderCLI, and two new BlockReader types * MappedBlockReader - Apply a function to each block, transforming it. * FlatMappedBlockReader - Apply a function to each block, expanding it into one or more blocks.
2017-09-09UpdateBenjamin J. Culkin
Most of it is documentation changes. The rest is more work on BlockReaders, as well as a simple command language for configuring them.
2017-04-10Cleanupbculkin2442
2017-03-31Move FDS to new projectbjculkin
2017-03-28Mostly finish FDS corebjculkin
The major changes this time are that we have both data/command macros, as well as proper Unicode character support.
2017-03-28Work more on FDSbculkin2442
2017-03-27Continue work on FDSbculkin2442
2017-03-27Work on FDS morebjculkin
2017-03-27Update FDSstudent
2017-03-26More FDS workbculkin2442
2017-03-26Updatebculkin2442
2017-03-17Add toString/equals/hashCode/compareTo part 1bjculkin
Adds utility methods to classes that need them. This covers the cli & component packages.
2017-03-16Formattingbculkin2442
2017-03-14Formattingbculkin2442
2017-03-14CleanupEVE
2017-03-13FormattingEVE
2017-02-26Formattingbculkin2442
2016-11-10Doc updatesbculkin2442
2016-10-21Documentationbculkin2442
2016-08-24Added tentative support for subrulesbculkin2442
Added a new sort of config reader that tentatively supports subrules through indentation. I need to actually write a parser that uses it though. I think something to do with trees would work well for testing it.
2016-07-28Format/Cleanup passbculkin2442
2016-05-10General updatebculkin2442
2016-05-07General changesbculkin2442
2016-04-25General code cleanup, and some more GUI controlsbculkin2442
2016-04-22Formatting changesbculkin2442
2016-04-17Code maintenace and changesbculkin2442
2016-04-13Removed old data typesbculkin2442
2016-04-13Made GenericCommandMode work for all terminalsbculkin2442
2016-04-13Implemented stream-based commandsbculkin2442
2016-04-11Some minor changes to the CLI systembculkin2442
2016-04-08Switch functional data to use interfacesbculkin2442
2016-04-06Minor bugfixes/changes, as well as beginnings of CLI systemsbculkin2442