<div class="gmail_quote"><div>Autojump</div><div><br></div><div>Hoy encontré esta joyita en los repositorios que quiero compartir con los fanáticos de la consola ya que seguramente la sabrán apreciar.</div>
<div>En palabras de su creador:</div><div><br></div><div><br></div><div>     &quot;One  of the most used shell commands is &quot;cd&quot;. A quick survey among my friends revealed that between 10 and 20%</div><div>       of all commands they type are actually cd commands! Unfortunately, jumping from one part  of  your  system  to</div>

<div>       another  with cd requires to enter almost the full path, which isn&#39;t very practical and requires a lot of key‐</div><div>       strokes.</div><div><br></div><div>       autojump is a faster way to navigate your filesystem. It works by maintaining a database  of  the  directories</div>

<div>       you  use  the most from the command line. The jumpstat command shows you the current contents of the database.</div><div>       You need to work a little bit before the database becomes useable. Once your database is reasonably  complete,</div>

<div>       you can &quot;jump&quot; to a directory by typing:</div><div><br></div><div>       j dirspec</div><div><br></div><div>       where  dirspec  is a few characters of the directory you want to jump to. It will jump to the most used direc‐</div>

<div>       tory whose name matches the pattern given in dirspec. Note that autojump isn&#39;t meant to be a drop-in  replace‐</div><div>       ment  for cd, but rather a complement. Cd is fine when staying in the same area of the filesystem; autojump is</div>

<div>       there to help when you need to jump far away from your current location.</div><div><br></div><div>       Autojump supports autocompletion. Try it!&quot;</div><div><br></div><div><br></div><div><br></div><div>
El programa en cuestión lo que hace es guardar en su base de datos los directorios a los que vamos accediendo de forma que podamos</div>
<div>&quot;saltar&quot; al directorio que queremos tipeando unos pocos caracteres [0]:</div><div><br></div><div>$ j uplifter</div><div><br></div><div>---&gt;&gt; /home/msx/Música/311/311 - Uplifter (2009)</div><div><br></div>

<div>En el caso que haya varios directorios con el mismo nombre nos presenta un listado para que elijamos el correcto de forma totalmente</div><div>ágil; yo que hago del autocompletar (TAB) todo un culto acabo de descubrir que autojump es el mejor amigo que podés tenér en consola</div>

<div>junto con tmux/byobu/vpatch.</div><div><br></div><div>En Arch está en los repos y para todos los demás la instalación es muy sencilla, una vez instalada la aplicacación y para evitar reiniciar</div><div>para activarla podemos hacer simplemente un:</div>

<div><br></div><div>$ source /etc/profile</div><div><br></div><div>Pruebenlo y me cuentan.</div><div>Salu2!</div><div><br></div><div><br></div><div><br></div><div>0. Vando: esto está en total sintonía con los &quot;ALIAS PAJA&quot; qe mencionás en el face xD y mi respuesta es que todo buen coder sabe</div>

<div>apreciar el poder de un alias de una sola letra con el que puede inciar y automatizar el funcionamiento de toda una fábrica (Perl debe</div><div>compartir este espíritu, por eso es tan potente y fácil de usar).</div>

<div>Si ya en el DOS creábamos archivos batch de una sóla letra para cargar las aplicaciones, ¿cómo no vamos a usar los potentes alias acá?</div><div>Autojump ROCKS!!</div><div><br></div><div><br></div><a href="https://github.com/joelthelion/autojump/wiki" target="_blank">https://github.com/joelthelion/autojump/wiki</a>
</div><br>