No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

23 líneas
609 B

  1. ## NAME
  2. autojump - a faster way to navigate your filesystem
  3. ## SYNOPSIS
  4. Jump to a previously visited directory that contains 'foo':
  5. j foo
  6. Jump to a previously visited subdirectory of the current working directory:
  7. jc bar
  8. Show all database entries and their respective key weights:
  9. j --stat
  10. ## DESCRIPTION
  11. autojump is a faster way to navigate your filesystem. It works by maintaining a
  12. database of the directories you use the most from the command line. The `j
  13. --stat` command shows you the current contents of the database. Directories must
  14. be visited first before they can be jumped to.