From 5382680a2d135aade75bda7543b6b362289ad548 Mon Sep 17 00:00:00 2001 From: joeren Date: Tue, 24 Jun 2014 15:49:44 +0800 Subject: [PATCH] Update 20140623 How to speed up directory navigation in a Linux terminal.md --- ...How to speed up directory navigation in a Linux terminal.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/tech/20140623 How to speed up directory navigation in a Linux terminal.md b/sources/tech/20140623 How to speed up directory navigation in a Linux terminal.md index 4f5d5e0556..36aa1127a7 100644 --- a/sources/tech/20140623 How to speed up directory navigation in a Linux terminal.md +++ b/sources/tech/20140623 How to speed up directory navigation in a Linux terminal.md @@ -1,3 +1,4 @@ +Translating by GOLinux How to speed up directory navigation in a Linux terminal ================================================================================ As useful as navigating through directories from the command line is, rarely anything has become as frustrating as repeating over and over "cd ls cd ls cd ls ..." If you are not a hundred percent sure of the name of the directory you want to go to next, you have to use ls. Then use cd to go where you want to. Hopefully, a lot of terminals and shell languages now propose a powerful auto-completion feature to cope with that problem. But it remains that you have to hit the tabulation key frenetically all the time. If you are as lazy as I am, you will be very interested in autojump. autojump is a command line utility that allows you to jump straight to your favorite directory, regardless of where you currently are. @@ -84,4 +85,4 @@ via: http://xmodulo.com/2014/06/speed-up-directory-navigation-linux-terminal.htm [1]:http://xmodulo.com/2013/03/how-to-set-up-epel-repository-on-centos.html [2]:https://github.com/joelthelion/autojump -[3]:https://github.com/clvv/fasd \ No newline at end of file +[3]:https://github.com/clvv/fasd