Terminal Faker - A client-side Linux-like cli terminal simulation written in Javascript. Originally forked from AVGP/terminal.js.
51
stars
20
forks
source link
AutoCompleting commands only works on half of the commands #27
Closed
John-Nenniger closed 4 years ago
AutoCompleting commands only works for commands defined in CustomCommands.js and not the ones defined in main/app/cmd.js
Not sure how to access those commands within the Terminal.js, but it should be a pretty easy fix