Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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