Open command window here: Difference between revisions
Jump to navigation
Jump to search
OS: Win
OS: macOS
No edit summary |
|||
| Line 11: | Line 11: | ||
=== Open a File Explorer from the current Command Prompt/Terminal directory === | === Open a File Explorer from the current Command Prompt/Terminal directory === | ||
* Keyin {{kbd | key=explorer . }} on the command prompt<ref>[https://www.howtogeek.com/howto/15781/open-a-file-browser-from-your-current-command-promptterminal-directory/ Open a File Browser From Your Current Command Prompt/Terminal Directory]</ref> | * Keyin {{kbd | key=explorer . }} on the command prompt, it will open the current folder in the file explorer | ||
<ref>[https://www.howtogeek.com/howto/15781/open-a-file-browser-from-your-current-command-promptterminal-directory/ Open a File Browser From Your Current Command Prompt/Terminal Directory]</ref> | |||
* Keyin {{kbd | key=explorer .. }} on the command prompt, it will open the upper folder in the file explorer | * Keyin {{kbd | key=explorer .. }} on the command prompt, it will open the upper folder in the file explorer | ||
Revision as of 10:39, 24 November 2017
Quick to open the command prompt/terminal window.
OS: Win
Open a Command Prompt/Terminal from the current File Explorer directory
(1) Press Keyin alt + d to switch to the path bar of file explorer. (2) Enter cmd in the PATH bar and press ENTER key to open the console window. Tested on Windows 7, 8, 10.[1][2]
- cmdhere powertoy for windows xp
- create the cmd.exe shortcut ( c:\windows\system32\cmd.exe ) and set the start location manually
Open a File Explorer from the current Command Prompt/Terminal directory
- Keyin explorer . on the command prompt, it will open the current folder in the file explorer
- Keyin explorer .. on the command prompt, it will open the upper folder in the file explorer
OS: macOS
Open a Command Terminal from the current Finder directory
Go2Shell - ZipZapMac (Go2Shell:在 Mac App Store 上的 App)- GitHub - jbtule/cdto: Finder Toolbar app to open the current directory in the Terminal (or iTerm, X11)
- Mac OS 在 Finder 的目前目錄中開啟終端機 - G. T. Wang
Open a Finder from the current Command Terminal directory
- Keyin open . on the terminal prompt, it will open the current folder in the finder
- Keyin open .. on the terminal prompt, it will open the upper folder in the finder