reple icon indicating copy to clipboard operation
reple copied to clipboard

feat: showing the welcome message in the interpreter

Open Cycatz opened this issue 2 years ago • 3 comments

It would be nice if information is shown before the prompt in interpreter. For example, the python command:

Python 3.10.4 (main, Mar 23 2022, 23:05:40) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>>
>>>

Here are some info which can be shown by default:

  • language version
  • compiler version
  • reple version

We can also add some hints for the special commands like clear or quit:

Cycatz avatar May 23 '22 15:05 Cycatz

Nice idea! I don't currently have the bandwidth to work on this, but that would be very cool.

BenBrock avatar May 24 '22 19:05 BenBrock

@BenBrock Can I try to implement this feature?

Cycatz avatar Jun 01 '22 05:06 Cycatz

Sure, I would accept it.

BenBrock avatar Jun 05 '22 03:06 BenBrock