Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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