1j01 / simple-console

Add an elegant command-line interface to any page

Home Page:https://1j01.github.io/simple-console/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I effing love this!

julesmanson opened this issue · comments

Today I wrote a super simple console logger that embeds in my webapp (not yet published) because I got tired of making calls to the real console and opening it. Sometimes you just need the very basics. I call it microconsole. If you like the name you are welcome to it. It's really just an output box with very limited functionality. Then a thought came to me. I wonder if others have thought of this so I did a google search and there was surprising number of them out there.

More on my microconsole. It only accepts inputs via a function. The input function which I call microlog(...args) takes full advantage of functional programming with rest/spread operators. That is really helpful. Anyway I just wanted to say that I may embed your console in my page or at the very least examine it to see how the gears turn. Good luck I will definitely bookmark this.