terminus
terminus copied to clipboard
An open javascript library to create your own shells
Can execute commands like "var window=wm.createWindow({title:'A new window',x:50,y:50,width:400,height:250});window.open();" (Usage on Ventus)
https://github.com/jdfreder/pingjs
Can paste with context menu or ctrl V
Can copy with context menu or ctrl C
Can work fine on NW.js to control PC devices with text commands.
Can work fine on Cordova to control mobile devices with text commands.
Command to clear all messages in Terminus.
The parameter --yui-compress for lessc is now deprecated. It has been replaced with the parameter --clean-css. For reference: https://github.com/less/less.js/blob/9d3ef59cf818691cd52410879e7152e7d589de32/lib/less-rhino/index.js#L237 To fix this issue: We could change the Makefile to take...