Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake "exit" or "quit" get you out of the shell #171
Comments
|
Hi @kennyk65,
In the README we make note of I think we could probably make these commands more discoverable. |
|
I would never guess to try ".exit" or ".quit". Why force customers to look in the documentation when they only wish to leave the tool? |
|
@donnemartin or maybe just do like EVERYONE is doing, provide a |
|
I can definitely understand the frustration behind not being able to exit the shell. The problem with allowing arbitrary commands is the potential for naming collisions with services under the |
|
Yeah, I'm interested in a better solution here, but I think we should at least start with documenting Checking out a few existing REPLs: python, node don't have quit/exit commands, but irb and ipython do. It seems like it's not entirely consistent to always add quit/exit commands. I'd say, let's leave this issue open. If people feel strongly about this, please +1 this issue. That will help give us feedback if people want this or are fine with the |
|
Alternatively, some guidance on how to discover the dot commands when first starting up would be good - ipython for instance tells you "press ?" to know more. The design of the .exit / .quit makes sense, but are not easily discoverable. On the other hand, it didn't me long to discover ^D, after quit and exit didn't work, it was the next obvious go-to, though this might be less obvious to Windows users (and in which case it would likely be ^Z) It does seem annoying that "exit" doesn't work however, personally I'd prefer to see that additionally supported, alternatively - describing the presence of the .dot commands and how to bring up a quickref for them (e.g. "?") would be a workable alternative. |
|
I've been using AWS Shell for several weeks now, mostly because I can't figure out how to exit it. |
|
Ironically, the only place I could find info about how to quit the terminal is... this Github issue! |
|
+1 |
|
What about support for Ctrl+C? That's the first thing I tried... |
Because I have to install "Cheese" in order to use my webcam with Ubuntu. Sounds pretty obvious to me eh ! |
|
I've just installed it on mac and I've noticed when I started, it creates a bar on the bottom:
hence, pressing |
Interestingly this doesn't work for Linux but i found .q helped out. |
|
Why did the F10 not work on "Linux"? Is it captured by the terminal emulator? Try Esc 0 or try running aws-shell from the TTY? |
|
F10 on ubuntu opens the top menu bar of the terminal. I just installed the package and the interesting thing is that this issue is still opened for almost 3 years now and l landed here just to help myself exit. How hard is it to make Ctrl+C for exit and make Ctrl+D for keyboard interrupt? It should be 2 line edit on code and docs. |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

ctrl-D? Who would guess that. Make it easier by supporting common sense notions for leaving the shell.