Sergix / JTerm

A terminal written in Java for cross-platform compatibility and usage.
https://sergix.github.io/projects/jterm
GNU General Public License v3.0
52 stars 32 forks source link

Re-implemented autocomplete functionality + added tests for it #125

Open nanoandrew4 opened 5 years ago

nanoandrew4 commented 5 years ago

Added file autocomplete functionality, that was removed as part of the ezcli backport #124 given that the input handling for headless mode was changed, and implemented tests to ensure the functionality of the autocomplete code is sound.