Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A autojump
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 158
    • Issues 158
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 54
    • Merge requests 54
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • William Ting
  • autojump
  • Wiki
  • Home

Home · Changes

Page history
removed jumpstat authored Nov 26, 2012 by wamatt's avatar wamatt
Hide whitespace changes
Inline Side-by-side
Home.textile
View page @ 712aaf74
...@@ -4,7 +4,7 @@ For a quick introduction to Autojump, see [[this video.|http://www.youtube.com/w ...@@ -4,7 +4,7 @@ For a quick introduction to Autojump, see [[this video.|http://www.youtube.com/w
One of the most used shell commands is "cd". A quick survey among my friends revealed that between 10 and 20% of all commands they type are actually cd commands! Unfortunately, jumping from one part of your system to another with cd requires you to enter almost the full path, which isn't very practical and requires a lot of keystrokes. One of the most used shell commands is "cd". A quick survey among my friends revealed that between 10 and 20% of all commands they type are actually cd commands! Unfortunately, jumping from one part of your system to another with cd requires you to enter almost the full path, which isn't very practical and requires a lot of keystrokes.
*autojump* is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. The jumpstat command shows you the current contents of the database. You need to work a little bit before the database becomes usable. Once your database is reasonably complete, you can "jump" to a commonly "cd"ed directory by typing: *autojump* is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. The `autojump -s` command shows you the current contents of the database. You need to work a little bit before the database becomes usable. Once your database is reasonably complete, you can "jump" to a commonly "cd"ed directory by typing:
<b>j</b> dirspec <b>j</b> dirspec
...@@ -21,7 +21,7 @@ Thanks to Simon Marache-Francisco's outstanding work, autojump now works perfect ...@@ -21,7 +21,7 @@ Thanks to Simon Marache-Francisco's outstanding work, autojump now works perfect
could jump to "/home/gwb/my mp3 collection", if that is the directory in which you keep your mp3s. could jump to "/home/gwb/my mp3 collection", if that is the directory in which you keep your mp3s.
<b>jumpstat</b> <b>autojump -s</b>
will print out something in the lines of: will print out something in the lines of:
......
Clone repository
  • Home