0

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?

2
  • 5
    You mean like Emacs ...? Commented Feb 9, 2013 at 11:14
  • There is also C-x C-e at the bash prompt. Commented Feb 9, 2013 at 16:23

1 Answer 1

0

Yes, emacs is always the answer :-)

I can have a script open in a buffer (in sh-mode) and a terminal in a different buffer.

Easy!

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.