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