A command line interface written in Java
I basically got inspired by a some really amazing open source consoles. Therefore I decided to give it a shot and write something that looks neat and can be useful aswell. I also thinks this is a really nice project to keep programming because you can just add new commands whenever you feel like doing so. Finally I think it is quiet cool to use an own written console!
This application is programmed in Java using the JavaFx GUI library. I know there are some really great open source components especially for displaying text. And I also know the text components in JavaFx are limited. But for now I'll try to see how far one can get with only using the standard JavaFx components.
Please consider that JDK 9 is used
MIT License
Copyright (c) 2017 Niklas Schultz
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.