
(removed because bing ai is getting weird in the quote)
NOTE: code-gui uses the "colors" npm module to have a better view than before!
Normally for now it's just an file explorer clone for the terminal.
GitHub: https://GitHub.com/JSInventions/code-gui/
NPM: https://npmjs.com/package/code-gui
NOTE: After 1.0, you have to add {“style”:“text”} after the directory string.
Note that the (version number) represents the version the style was added
All possible styles are:
keyboard (v1.1.2)
text-2 (v1.1.2)
text (v1.1.0)
emoji (1.1.0)
- (safe)
emoji-hacker (1.1.0)
- (also safe)
text-hacker (v1.1.3)
var loadDir = require("code-gui"); loadDir("C:/", {"style":"text"}); loadDir("C:/", {"style":"text-2"}); loadDir("C:/", {"style":"emoji"}); loadDir("C:/", {"style":"emoji-hacker"}); //No it dosen't hack Scratch. loadDir("C:/", {"style":"keyboard"}); loadDir("C:/", {"style":"text-hacker"}); loadDir("C:/", {"style":"text", "showItems":1}); loadDir("C:/", {"style":"text", "limitNames":true});
#-- C:/
| ... // <NULL> Null count: <nc>
#------
┌── C:/
└──
...
#-- C:/
| SomeLongFileThatIMade... <FILE> File count: 1
#------