← 返回命令列表

Linux command

autojump 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Jump

j [project]

Example

jc [src]

Example

jo [downloads]

Example

j --stat

Increase

j -i [+10]

说明

autojump is a cd command replacement that learns your navigation patterns. It maintains a database of directories you visit, allowing quick jumps using partial names. Instead of typing full paths, you can jump to frequently used directories with short, memorable patterns.

参数

directory
Partial directory name to match
-i _weight_, --increase _weight_
Manually increase directory weight
-d _weight_, --decrease _weight_
Manually decrease directory weight
--purge
Remove non-existent directories
--stat
Show database entries and weights
-h, --help
Show help

FAQ

What is the autojump command used for?

autojump is a cd command replacement that learns your navigation patterns. It maintains a database of directories you visit, allowing quick jumps using partial names. Instead of typing full paths, you can jump to frequently used directories with short, memorable patterns.

How do I run a basic autojump example?

Run `j [project]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does directory do in autojump?

Partial directory name to match