awslabs / aws-shell

An integrated shell for working with the AWS CLI.
Apache License 2.0
7.15k stars 770 forks source link

Don't require "." prefix for dot commands #93

Open jamesls opened 8 years ago

jamesls commented 8 years ago

Additional discussion here: https://github.com/awslabs/aws-shell/issues/76

The idea is that similar to how the % isn't required in ipython (if automagic is enabled), we don't have to require the . prefix. Additional notes:

jleaders commented 6 years ago

I second this, especially since typing exit quit or close or pressing F10 or CTRL-C on Ubuntu will NOT close the terminal. Very frustrating. It's almost as hard to exit as VIM. In fact I still have a copy of VIM running from 3 years ago I don't know how to close.