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
  • Merge requests
  • !30

Change behaviour of autojump

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/soutade/master into master Dec 21, 2010
  • Overview 4
  • Commits 2
  • Pipelines 0
  • Changes 2

Created by: soutade

Hello,

autojump is a very usefull tool (that I just discovered), but I don't agree with the fact that it's called (autojump -a) for each command. That's why I do some modifications to call autojump only when I want to record a directory (using j command).

Now j command can also change directory and record it even if it's not in autojump's database and when I use cd (or other command), it'll not affects autojump's database.

In that way I also added two options to autojump : --purge number : that purge database for each key <= number --remove key : that remove a key

PS : I only modify bash script

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/soutade/master