{
"name": "j",
"description": "A faster way to navigate your filesystem",
"options": [
{
"names": [
"-h",
"--help"
],
"description": "Show the help message and exit"
},
{
"names": [
"-a",
"--add"
],
"description": "Add path",
"takes_arg": true,
"arg": {
"name": "directory",
"template": "folders"
}
},
{
"names": [
"-i",
"--increase"
],
"description": "Increase current directory weight",
"takes_arg": true,
"arg": {
"name": "weight"
}
},
{
"names": [
"-d",
"--decrease"
],
"description": "Decrease current directory weight",
"takes_arg": true,
"arg": {
"name": "weight"
}
},
{
"names": [
"--complete"
],
"description": "Used for tab completion"
},
{
"names": [
"--purge"
],
"description": "Remove non-existent paths from database"
},
{
"names": [
"-s",
"--stat"
],
"description": "Show database entries and their key weights"
},
{
"names": [
"-v",
"--version"
],
"description": "Show version information"
}
],
"args": [
{
"name": "directory",
"description": "Directory to jump to",
"is_variadic": true
}
]
}