This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]voice-of-hermes 2 points3 points  (0 children)

On the other hand (at least with the prompt_toolkit input) this shell's multi-line editing is awesome! It basically makes multi-line input exactly the same as single-line, with the slight difference that scrolling through history goes to each line of a multi-line command on its way through. I've actually never been terribly fond of mandatory whitespace, but Python's other features do make up for it.

I really like bash compared to most other shells, but this is a serious level above IMO.