I'm quite impress with Windows Powershell ISE.
Here is a nice video.
ISE stands for 'Integrated Scripting Environment' and it's an application that has a panel at the top for scripting and a panel at the bottom with a console.
I think it's a great idea! Within the same application, it is possible to use the console as usual, but also you'd have one or multiple script panels at the top where you can write and execute scripts directly. Also it's possible to execute only highlighted sections of the code.
So I was thinking, how cool would it be to have something like this in my favourite Linux machine using bash!
Has anyone know about something similar for Linux?
C-x C-eat the bash prompt.