faketerminal
faketerminal copied to clipboard
A fake Javascript terminal for your website.
Results
1
faketerminal issues
Sort by
recently updated
recently updated
newest added
My sample: ``` window.FakeTerminal.command.ops = function (instance) { // Extend the base command window.FakeTerminal.command.apply(this, arguments); var base = this; base.info = function () { return { private: false, description: 'This...