Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

23 linhas
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.