dirac

Dirac v1.7.2 is out: https://github.com/binaryage/dirac/releases/tag/v1.7.2
p-himik 2017-11-27T15:14:22.000160Z

Is there a way to enter multi-line statements, or is it possible to implement it? Is it possible to implement a history search? E.g. shell-like Ctrl+R or maybe even like https://github.com/dvorka/hstr

danielcompton 2017-11-27T19:58:27.000068Z

Try shift+enter, command+enter, e.t.c. one of those might work, I can't remember

2017-11-27T19:58:52.000676Z

yep, that should the job, depending on the OS (win vs. mac)

2017-11-27T20:01:39.000105Z

And to your second question. It is always possible to implement a feature like history search. Am I going to implement it? No immediate plans. btw. with up-arrow you should be able to cycle between previous commands

2017-11-27T20:06:23.000220Z

ok, I just tested the shift+enter on my mac, it works in standard js prompt but it does not work in dirac's, this is a regression

2017-11-27T20:06:28.000125Z

will have to look into it