Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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