September 16, 2016
Hello,

Console (terminal) mode support has been added to DlangUI recently.
Now DlangIDE may work in linux or windows console, if built with config=console

To try,

    clone https://github.com/buggins/dlangide.git
    cd dlangide
    dub run --config=console

Screenshot:

http://imgur.com/jyfSfWd

May be useful if you are going to build & debug some D project on headless machine via SSH.

Best regards,
    Vadim

November 15, 2016
On Friday, 16 September 2016 at 11:41:53 UTC, Vadim Lopatin wrote:
> Hello,
>
> Console (terminal) mode support has been added to DlangUI recently.
> Now DlangIDE may work in linux or windows console, if built with config=console
>
> To try,
>
>     clone https://github.com/buggins/dlangide.git
>     cd dlangide
>     dub run --config=console
>
> Screenshot:
>
> http://imgur.com/jyfSfWd
>
> May be useful if you are going to build & debug some D project on headless machine via SSH.
>
> Best regards,
>     Vadim

Nice work!
Loving the retro style :)