If you use the command line reasonably often, then you probably tire of typing out long folder names. Fortunately, there's a simple shortcut to autocomplete file paths: Tab. Just type in enough letters to differentiate it from other files in the file path then hit the tab key. As an example, to change to your Downloads folder, you could type:cd ~/Dow [Tab]
Whereas, to switch to your Documents folder, you would type:cd ~/Doc [Tab]
This also works in Finder's "Go to Folder…" (Cmd-Shift-G) shortcut.
10/20/09
Tab-Completion in Terminal and Finder
Posted by
MacTipper
at
Tuesday, October 20, 2009
Labels: Finder, Keyboard Shortcut, Terminal
Subscribe to:
Post Comments (Atom)


2 comments:
This is a feature of your shell, not the Terminal.
thanks
Post a Comment